Thanks for the replies. Yes, the problem was that my work directory was on mounted drive. I'll try installing with virtual environment as you suggest.
Mengu-2 wrote: > > well, i think sudo should help for system-wide installation but why don't > you try using a virtual environment? > > On Tuesday, October 16, 2012 1:58:25 PM UTC+3, Christoph Zwerschke wrote: >> >> 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 view this discussion on the web visit > https://groups.google.com/d/msg/turbogears/-/VxmUAkYz39AJ. > 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. > > > -- View this message in context: http://old.nabble.com/Deployment-problem-of-TG-tp34547430p34576165.html Sent from the Turbogears General mailing list archive at Nabble.com. -- 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.

