2009/8/25 P.J. Eby <[email protected]>:
>
> Try:
>
> easy_install -eb. pyfsevents
> cd ./pyfsevents
> python -c "import setuptools; execfile('setup.py')" bdist_egg
>
> This will leave the build directories in place, and may give you better
> error information about the problem.
>
I'm afraid it does not help.
I had to remove a __file__ mention in my setup.py that would not pass
execfile(), but after that change, "easy_install pyfsevents" returns
the same aforementioned error, and when using your approach I
encounter no issues and the egg building / install scripts work
properly.
If I call a python -c "import setuptools; execfile('setup.py')"
bdist_egg -k, the dist/ * /egg/EGG-INFO/zip-safe file is available.
Any ideas?
_______________________________________________
Distutils-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig