![]() |
#3
|
|||
|
|||
![]() ![]() 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. |
|
|