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 ??? -- 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/-/xwL-8ryjv1MJ. 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.

