View Single Post
  #3  
Old 07-22-2005, 03:02 AM
Gilliard Gilliard is offline
Member
 
Join Date: Jul 2005
Location: Switzerland
Posts: 7
Question

Thanks for the info, but it does'nt work :
I have installed Python 2.3 (which comes with its IDLE version 1.0)
and added the pathes into C:\Python23\Lib\site-packages, than run the program, but it fails to run with the message
"** WARNING: Your script failed to run, press any key to exit"

Reason : (found with the debgger) : Program exit in viz.py at line 1404 :

#If vizard is embedded then we need to exit right away
#so that multiple windows are not created
if mode & EMBEDDED:
sys.exit()

called from the first line of my program which is
viz.go(viz.STEREO)

Is there a hope to go arround this problem ?

(I would be interrested too to use the Integrated Developpement tool of Wingware "Wing IDE" (http://wingware.com) , at least a system where debugging (step-by-step etc) is available, as in IDLE with Python 2.3 or 2.4)
__________________
Bertrand Gilliard

Last edited by Gilliard; 08-03-2005 at 06:39 AM.
Reply With Quote