Menu

#108 Traceback on Startup with UNICODE wxpython 2.7.0

closed
nobody
None
7
2006-11-22
2006-10-24
No

on wxPython 2.6 ansi that was running,
but her with wxPython 2.7.0 UNICODE build on windows,
following traceback appears after choosing either
beginner or advanced mode.

I get a beginner / advanced box. I press beginner, then
it dies on me:

C:\Documents and
Settings\Jorg\Desktop\drpython-161\drpython-161>python
drpython
.py >errors.txt
Traceback (most recent call last):
File "C:\drpython-161\drpython-161\drpython.py", line
3939, in ?
app = DrApp(0)
File
"C:\Python24\Lib\site-packages\wx-2.7.0-msw-unicode\wx\_core.py",line
7414, in __init__
self._BootstrapApp()
File
"C:\Python24\Lib\site-packages\wx-2.7.0-msw-unicode\wx\_core.py",line
7014, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "C:\drpython-161\drpython-161\drpython.py", line
3922, in OnInit
self.frame = DrFrame(None, 101, "DrPython -
Untitled 1")
File "C:\drpython-161\drpython-161\drpython.py", line
560, in __init__
self.ShowSourceBrowser()
File "C:\drpython-161\drpython-161\drpython.py", line
3237, in ShowSourceBrowser
self.SourceBrowser = drSourceBrowserPanel(target,
-1,self.prefs.sourcebrowserpanel, i)
File
"C:\drpython-161\drpython-161\drSourceBrowser.py", line
175, in __init__
self.Position = Position
File
"C:\Python24\Lib\site-packages\wx-2.7.0-msw-unicode\wx\_core.py",line
8039, in Move
return _core_.Window_Move(*args, **kwargs)
TypeError: Expected a 2-tuple of integers or a wxPoint
object.

Discussion

  • Franz Steinhaeusler

    • priority: 5 --> 7
     
  • Franz Steinhaeusler

    • status: open --> closed
     
  • Franz Steinhaeusler

    Logged In: YES
    user_id=772872
    Originator: YES

    fixed in DrPython 162.

     

Log in to post a comment.