I've tried using the astraea setup.py as a base for my py2exe
conversion, but it has resulted in various complications.

I had to change the setup argument "script" to "console", because when
using the script option my other module scripts wouldn't tag along
with the exe. I really don't want to cram all my code into one file! I
can't figure out how to point to those using the "script" argument.
However, "console" or "windows" solves this... but when using those,
the resource.path.append() - resource.reindex() stops the exe,
freezing the window and using 100% of the processor! There's no such
behavior when just running the python script. What's going on?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com
To unsubscribe from this group, send email to 
pyglet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to