Many thanks for your help. I tried running the command you suggest:
python setup.py sdist
but I get the following error, even if I am running the command as root:
running sdist
running egg_info
writing requirements to test.egg-info/requires.txt
writing test.egg-info/PKG-INFO
writing top-level names to test.egg-info/top_level.txt
writing dependency_links to test.egg-info/dependency_links.txt
writing entry points to test.egg-info/entry_points.txt
writing paster_plugins to test.egg-info/paster_plugins.txt
reading manifest file 'test.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'test.egg-info/SOURCES.txt'
warning: sdist: missing required meta-data: url
warning: sdist: missing meta-data: either (author and author_email) or
(maintainer and maintainer_email) must be supplied
creating test-0.1dev
creating test-0.1dev/test
creating test-0.1dev/test.egg-info
creating test-0.1dev/test/config
creating test-0.1dev/test/controllers
creating test-0.1dev/test/i18n
creating test-0.1dev/test/i18n/ru
creating test-0.1dev/test/i18n/ru/LC_MESSAGES
creating test-0.1dev/test/lib
creating test-0.1dev/test/model
creating test-0.1dev/test/public
creating test-0.1dev/test/public/css
creating test-0.1dev/test/public/images
creating test-0.1dev/test/templates
creating test-0.1dev/test/tests
creating test-0.1dev/test/tests/functional
creating test-0.1dev/test/tests/models
making hard links in test-0.1dev...
hard linking MANIFEST.in -> test-0.1dev
error: Operation not permitted
Many thanks for any clue as to what I am doing wrong.
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
View this message in context:
http://old.nabble.com/Deployment-problem-of-TG-tp34547430p34562487.html