On Sun, Mar 2, 2008 at 2:49 PM, Shu Ning Bian <[EMAIL PROTECTED]> wrote:
> Stabbing blindly in the dark, perhaps modify your setup.py to use the
> following?
Sure! I'm willing to try any reasonable suggestion...
> from setuptools import setup,find_packages
> import sys
> import ez_setup
>
> ez_setup.use_setuptools()
$ python setup.py py2app
Traceback (most recent call last):
File "setup.py", line 12, in <module>
import ez_setup
ImportError: No module named ez_setup
Hmmm. Is ez_setup a third-party tool?
~ Nathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---