total newbie questions

jreyes

27-09-2006 10:51:40

Hello everyone,

* I have set up pyogre and everything works smoothly. However, when I launch a pyogre example from IDLE (F5 or run) I havent found the way to stop the execution without killing the process! The escape key freezes the graphic window. Forgot to mention that I run the windows version with psyco.

* Are there other IDE's which you can recomend?

* What is the relationship if any between Psyco and Py2exe ? Does py2exe benefit in any form from Psyco? Does py2exe accelerate execution as much as Psyco?

Well, thanks very much in advance,

-Javier

willism

27-09-2006 12:37:13

Several months ago I started a discussion about python development tools in this thread:

http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=662

bharling

27-09-2006 13:09:30

I have the same problem with IDLE. I've found that if you use Stani's Python editor, it works fine, plus SPE is a much better IDE anyway.

jreyes

27-09-2006 16:22:42

Thanks very much. I've tried SPE and Pyogre samples dont freeze anymore. I'll take a look to other options as well.

All the best.
-J-

griminventions

27-09-2006 19:02:59

* What is the relationship if any between Psyco and Py2exe ? Does py2exe benefit in any form from Psyco? Does py2exe accelerate execution as much as Psyco?
Just to clarify, Py2exe is a packaging utility to make distribution easy and painless for your users, not an accelerator like Psyco. So, Py2exe has no effect on the speed of your code.

jreyes

28-09-2006 17:06:58

Thanks for the explanation. ¿Can both psyco & py2exe be combined then?

griminventions

28-09-2006 21:55:42

They can be combined, no problem.

deficite

13-03-2007 05:11:39

Yeah, I know this is an old thread, but I found an editor that I've fallen in love with and I felt I should share it, it's called PSPad.