Hi –
I am a new user to wx and python… I have been going
through the demos for wxpython and they work great… until I use them
elsewhere. Many (if not most) will not work if I move them to another directory
– even if I move them to the python directory! I am running Win XP. Troubles
seems to center on the
I get a “Socket Error: Connection refused”
Then the following in the shell (obviously I have tried
“MultipleChoiceDialog.py”)
Traceback (most recent call last):
** IDLE Internal Exception:
Traceback (most recent call last):
File “C:\Python25\MultipleChoiceDialog.py”,
line 100, in
run.main(['',
os.path.basename(sys.argv[0])] + sys.argv[1:])
File “C:\Python25\Lib\idlelib\run.py”, line
107, in main
exit()
File “C:\Python25\Lib\idlelib\run.py”, line
208, in exit
del
sys.exitfunc
AttributeError: exitfunc
Any suggestions?
Thanks.
Very respectfully,
Brad