View Single Post
  #10  
Old 06-05-2003, 05:18 PM
kim_swinth kim_swinth is offline
Member
 
Join Date: Jun 2003
Posts: 18
Hi Farshid,

Yes, the superdoodle example works fine. When I run the demo.py, however, I can expand the menus on the left, but if I double click on a menu item, the name at the top of the tabs changes (sometimes I have to click a couple of times and wait a while for it to happen though), but the actual demo itself doesn't run. Nor does the the demo code update to show the code for that item and the overview text doesn't change.

I'm also getting the following errors whenever I try to click on a menu item.

Traceback (most recent call last):
File "C:\PROGRA~1\Python\Lib\site-packages\wxPython\demo\Main.py", line 467, in OnSelChanged
self.RunDemo(itemText)
File "C:\PROGRA~1\Python\Lib\site-packages\wxPython\demo\Main.py", line 490, in RunDemo
if os.path.exists(itemText + '.py'):
File "C:\Program Files\Vizard\bin\lib\ntpath.py", line 247, in exists
st = os.stat(path)
LookupError: no codec search functions registered: can't find encoding

I did reinstall python and installed a second copy of wxPython in the python path. When I run demo.py through python, everything works perfectly. But I can not get it work run properly with Vizard.



Kim
Reply With Quote