Hi Alessandro, It's weird...may be gremlins in my computer. The next day I made an installation from scratch (on another machine) and everything went ok. Today I've tried the same thing I was doing firstly (make a new installation in another virtualenv-iroment in my machine) and everything went ok too.
I don't know... Thanks anyway León Domingo Ender - Factoría de Software [email protected] <[email protected]> Avda. Cerro del Águila, 7. S23 - 2ª Planta 28703 S.S. de los Reyes (MADRID) Tlf. 902 01 44 01 <http://www.ender.es/> <http://www.facebook.com/home.php?#%21/pages/San-Sebastian-de-los-Reyes-Spain/Ender-Factoria-de-Software/142213119143359?ref=ts> * <http://www.ender.es>* On 31 January 2012 15:22, Alessandro Molina <[email protected]>wrote: > Does it work with a newly quickstarted project? Are you sure you have > correctly created and activated the virtual environment? > > I tried the full install flow and it worked correctly, if you can > provide more info I'll be glad to give help. > > $ python2.7 ~/venv/virtualenv.py --no-site-package cleartest > New python executable in cleartest/bin/python > Installing setuptools............................done. > Installing pip.....................done. > > $ . cleartest/bin/activate > > (cleartest)$ easy_install -i http://tg.gy/current tg.devtools > Searching for tg.devtools > [...] > Finished processing dependencies for tg.devtools > > (cleartest)$ python setup.py develop > ['TurboGears2 >= 2.1.4', 'Genshi', 'zope.sqlalchemy >= 0.4', > 'repoze.tm2 >= 1.0a5', 'sqlalchemy', 'sqlalchemy-migrate', > 'repoze.what >= 1.0.8', 'repoze.who-friendlyform >= 1.0.4', > 'repoze.what-pylons >= 1.0', 'repoze.who==1.0.19', 'tgext.admin >= > 0.3.11', 'repoze.what-quickstart', 'repoze.what.plugins.sql>=1.0.1', > 'tw.forms'] > running develop > [...] > Finished processing dependencies for testproj==0.1dev > > (cleartest)$ paster serve development.ini --reload > Starting subprocess with file monitor > Starting server in PID 92294. > serving on http://127.0.0.1:8080 > > > On Tue, Jan 31, 2012 at 1:07 PM, León Domingo <[email protected]> > wrote: > > Hi, > > I'm getting errors on a new installation. I've simply followed the > > "updated" instructions: > > > > $ easy_install -i http://tg.gy/current tg.devtools > > $ python setup.py develop > > (the code comes from a git repository) > > > > Everything goes ok but at this point... > > > > $ paster serve --reload development.ini > > > > pkg_resources.DistributionNotFound: distribute: Not Found for: foo > > (did you run python setup.py develop?) > > > > In fact, I can't "easy-install" anything. The error is always the > > same. > > > > *My python version is 2.7.1 > > > > Thanks in advance > > > > -- > > You received this message because you are subscribed to the Google > Groups "TurboGears" group. > > 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. > > > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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.

