sajuptpm
unread,Jan 21, 2013, 9:28:27 AM1/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbo...@googlegroups.com
Hi,
python setup.py develop and
python setup.py install
overwriting myproject.egg-info/top_level.txt file with empty string.
So, I am getting following errors while running ##paster setup-app development.ini
No modules are listed in top_level.txt
Actuallu I ran ##python setup.py develop/install to install newly added packages in myproject.egg-info/requires.txt.
Have any other way to do it ????
I think, i should run
easy_install -U shove myproject.egg-info/requires.txt
or
pip install -r myproject.egg-info/requires.txt
Which is the best way ???