Discussion:
[Bitpim-devel] Exception
Franklini
2004-01-19 14:34:33 UTC
Permalink
A new exception. Comes when opening Bitpim 7t2 and doesn't go any further.

An unexpected exception has occurred.

Please see the help for details on what to do.

Traceback (most recent call last):

File "D:\Projects\bitpim\gui.py", line 237, in OnClose

self.goforit()

File "D:\Projects\bitpim\gui.py", line 234, in goforit

self.app.makemainwindow()

File "D:\Projects\bitpim\gui.py", line 312, in makemainwindow

frame=MainWindow(None, -1, "BitPim", self.config)

File "D:\Projects\bitpim\gui.py", line 513, in __init__

wxYield(True)

TypeError: wxYield() takes exactly 0 arguments (1 given)

Variables by last 6 frames, innermost last

Frame MainLoop in D:\Project\Python\Lib\site-packages\wxPython\wx.py at line
1974

self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _117

Frame MainLoop in D:\Project\Python\Lib\site-packages\wxPython\wx.py at line
92

_kwargs = {}

self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _117

_args = ()

Frame OnClose in D:\Projects\bitpim\gui.py at line 237

self = <gui.MySplashScreen instance; proxy of C++ wxSplashScreen in

evt = <wxPython.events.wxCloseEventPtr instance; proxy of C++ wxCl

Frame goforit in D:\Projects\bitpim\gui.py at line 234

self = <gui.MySplashScreen instance; proxy of C++ wxSplashScreen in

Frame makemainwindow in D:\Projects\bitpim\gui.py at line 312

self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _117

Frame __init__ in D:\Projects\bitpim\gui.py at line 513

sz = wxSize(16, 15)

parent = None

fv = 1

title = 'BitPim'

menu = <wxPython.windows.wxMenu instance; proxy of C++ wxMenu insta

self = <gui.MainWindow instance; proxy of C++ wxFrame instance at _

lv = 1

sb = <guiwidgets.MyStatusBar instance; proxy of C++ wxStatusBar i

config = <wxPython.utils.wxConfig instance; proxy of C++ wxConfig ins

id = -1

menuBar = <wxPython.windows.wxMenuBar instance; proxy of C++ wxMenuBar
Roger Binns
2004-01-19 21:11:34 UTC
Permalink
Post by Franklini
A new exception. Comes when opening Bitpim 7t2 and doesn't go any further.
There were several issues in the startup sequence, especially if you were
a first time user (you would get the splash screen, a modal config dialog
and the help tour all messing with each other). Unfortunately SF CVS was
down yesterday so I couldn't commit any fixes or do the build we had planned.

Roger

Loading...