overwriting myproject.egg-info/top_level.txt with empty string

31 views
Skip to first unread message

sajuptpm

unread,
Jan 21, 2013, 9:28:27 AM1/21/13
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 ???








Moritz Schlarb

unread,
Jan 21, 2013, 11:42:55 AM1/21/13
to turbo...@googlegroups.com
You are probably missing the line
    packages=find_packages(exclude=['ez_setup']),

from your setup.py! 
Reply all
Reply to author
Forward
0 new messages