I'm installing a project. I run theses commands but the 4th always give me this error...
python setup.py develop
python setup.py bdist_egg (create .egg)
paster setup-app development.ini (create devdata.db)
paster shell development.ini
(tg2) root@istc-test:/var/www/tg2/tg2# paster shell development.ini Traceback (most recent call last): File "/var/www/tg2/bin/paster", line 11, in <module> sys.exit(run()) File "/var/www/tg2/local/lib/python2.7/site-packages/paste/script/command.py", line 102, in run invoke(command, command_name, options, args[1:]) File "/var/www/tg2/local/lib/python2.7/site-packages/paste/script/command.py", line 141, in invoke exit_code = runner.run(args) File "/var/www/tg2/local/lib/python2.7/site-packages/paste/script/command.py", line 236, in run result = self.command() File "/var/www/tg2/local/lib/python2.7/site-packages/pylons/commands.py", line 499, in command request_id = int(tresponse.body)
ValueError: invalid literal for int() with base 10: 'DONE'
I really dont know what to do... when I import paste.script.command
it works
Thank you for your help