On Dec 18, 2007 11:10 AM, Shadok <[EMAIL PROTECTED]> wrote: > I have the same problem. If pyglet is not installed and I > "easy_install pyglet" or just download the egg and easy_install it, > "import pyglet" will fail on "zipimport.ZipImportError: can't find > module 'pyglet'". Even if pyglet was not previously installed, so this > is not only a conflict between two installations. > > However, I may have missed sth with setuptools. Because if in some > setup.py I try "install_requires = ['pyglet']" and I already have > pyglet beta3 installed (in non-egg form), I understand that without > the --update option easy_install should not look for a newer version > (which is not newer anyway). But is always downloads the egg. > > If I remove the egg (and if in my setups I do not declare the need for > pyglet) it is ok. > > The egg not working seems a problem with pyglet, the egg being > downloaded seems a problem with setuptools... Is the real problem is > with me? ;^) However, I googled other calls for help with > "ZipImportError: can't find module" on other projects, but I could > find no answer to those. > > I'm using python 2.5.1, windows xp, setuptools 0.6c7, pyglet 1.0beta3 > > Thanks for any hint.
I've got no idea, sorry. I'm not really interested in pursuing issues with the egg distribution, as setuptools seems fundamentally flawed in many ways. I'll accept patches if anyone else has the time to sort this out though. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
