You are probably missing the line

>     packages=find_packages(exclude=['ez_setup']),
>
> from your setup.py! 

Am Montag, 21. Januar 2013 15:28:27 UTC+1 schrieb sajuptpm:
>
> 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/-/v81M5fL5a2EJ.
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.

Reply via email to