Am 16.10.2012 11:39, schrieb jormak:
hard linking MANIFEST.in -> test-0.1dev
error: Operation not permitted

Probably your work directory is on a mounted drive, and you ran into the following bug:
http://bugs.python.org/issue8876

One workaround would be to copy your project to a directory on your local disk first, and run the sdist command there.

Or, just make sure your development machine and your server run the same version of Python. That's highly recommended anyway so you can't use Python features in development that your server doesn't support. As long as you have only pure Python code, you can move the binary eggs for the same Python version between different platforms. I'm doing it all the time and it always worked nicely.

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to