Python Forum
Handling null or empty entries from Entry Widget
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handling null or empty entries from Entry Widget
#1
I am taking values from Entry widgets, some of which can be a null /empty and to run them into SQLite.


Suct = float(EntSuct.get())[/quote]
How should I handle this to avoid these kinds of errors?


Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\Kevin\AppData\Local\Programs\Python\Python37-32\lib\tkinter\__init__.py", line 1705, in __call__
    return self.func(*args)
  File "C:\MyScripts\Pump_Calc.py", line 124, in FileSave
    Suct = float(EntSuct.get())
ValueError: could not convert string to float: 
By the way.
What's the Unladen Swallow title below my name and avatar?
Reply
#2
I am no admin on this site, but for context you can read this: swallow

In Python there is try...except for handling errors.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries i sawtooth500 3 969 Mar-22-2024, 03:08 AM
Last Post: deanhystad
  How to express null value klatlap 3 859 Mar-25-2023, 10:40 AM
Last Post: klatlap
Star python exception handling handling .... with traceback mg24 3 1,265 Nov-09-2022, 07:29 PM
Last Post: Gribouillis
  value null when update in json file 3lnyn0 6 3,217 Dec-30-2021, 05:52 PM
Last Post: ndc85430
  Multiple conditions, one is null moralear27 1 2,197 Sep-13-2020, 06:11 AM
Last Post: scidam
  I didnt get the NULL values salwa17 0 1,582 Jul-10-2020, 02:54 PM
Last Post: salwa17
  Find only the rows containing null values Bhavika 2 2,435 Jun-10-2020, 01:25 PM
Last Post: Bhavika
  g Null Byte using DictReader eshwinsukhdeve 13 7,527 May-15-2019, 08:50 AM
Last Post: buran
  Array/Jarray problem contains null value? Maverick0013 1 3,959 Aug-10-2018, 12:56 PM
Last Post: Windspar
  Entry Widget Issues vkprabakaran 5 4,745 Aug-24-2017, 11:03 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020