Roderick Sandys a écrit :
User with Windows 2000 here.
I installed the Soya3D engine, and ran it with
IDLE(incorperated with python), and I ran one of the
tutorial programs with it. Yes it successfully runs
the program however, 3d real time rendering doing fine
and stuff however, it locks up the application window
and the IDE and i am forced to CTRL-ALT-DELETE the
entire IDE and it closes all together.
With wich tutorial script does this problem occur?
Now I have to restart the IDE and load the file. I
wonder what seems to be going on here.
Am I not using the correct IDE for this?
Personnaly, I use to launch python scripts directly from a command window :
"E:\>python myscript.py"
It allows me to "disconnect" the script from the IDE : i get 2
independant tasks, wich is usefull to get memory consumption of my
script for example. It also avoids me to get problems such as the one
you describe.
Thomas