tkgui problem

Magnus Lie Hetland <[email protected]>
Newsgroups gmane.comp.python.anygui.devel
Message-ID <[email protected]>
While working on javagui RadioButton support, I ran tkgui on
test_radiobutton for comparison -- when I clicked, it crashed with the
message:

  ValueError: invalid literal for int():

I assume the value was None, since there is no repr showing. The error
was in line 471:

  return self._var.get() == int(self.widget.cget('value'))

which in turn ran the following line (234) from Tkinter.py:

  return getint(self._tk.globalgetvar(self._name))

I don't know what this is -- I'll just keep working in the javagui
stuff for now, and hope that someone else can see what's going on :)

-- 
Magnus Lie Hetland                                  The Anygui Project
http://hetland.org                                  http://anygui.org


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.