On Mar 23, 2:09 am, Tristam MacDonald <[email protected]> wrote: > Any idea why these are all running from the bdist.linux directory? That > seems a little strange on a Windows installation.
Because the actual path is someting like lithosphere/pyglet.egg/pyglet/ gl/__init__.py, which is enabled by virtue of me adding that egg zip to sys.path in the run.py script, and for some reason when making a bdist_egg, setup.py (by way of setuptools) writes a weird path to the pyc when byte compiling. -- 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.
