Gustavo Narea, el 31 de octubre a las 19:20 me escribiste: > > Hola, Leandro. > > On Friday October 31, 2008 19:05:20 Leandro Lucarella wrote: > > > so I'm not sure what you are getting and from where. > > > > > > do you have python-dev installed? > > > > Yes (2.5.2-2 Debian package) > > > > In case it's useful, here is the log of a new try: > > http://pastebin.lugmen.org.ar/4499 > > I don't think this is specific to TurboGears. > > What do you get if you run the command below? > easy_install WebOb
Seems to work: [EMAIL PROTECTED]:~$ cd /tmp/ [EMAIL PROTECTED]:/tmp$ virtualenv --no-site-packages webob New python executable in webob/bin/python Installing setuptools............done. [EMAIL PROTECTED]:/tmp$ cd webob/ [EMAIL PROTECTED]:/tmp/webob$ source bin/activate (webob)[EMAIL PROTECTED]:/tmp/webob$ easy_install WebOb Searching for WebOb Reading http://pypi.python.org/simple/WebOb/ Reading http://pythonpaste.org/webob/ Best match: WebOb 0.9.4 Downloading http://pypi.python.org/packages/source/W/WebOb/WebOb-0.9.4.tar.gz#md5=95b6bb266470f04ca670a17ed7b05cfe Processing WebOb-0.9.4.tar.gz Running WebOb-0.9.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-pveCF1/WebOb-0.9.4/egg-dist-tmp-tVm4j4 Adding WebOb 0.9.4 to easy-install.pth file Installed /tmp/webob/lib/python2.5/site-packages/WebOb-0.9.4-py2.5.egg Processing dependencies for WebOb Finished processing dependencies for WebOb (webob)[EMAIL PROTECTED]:/tmp/webob$ > Anyway, you may want to check this: > https://bugs.launchpad.net/ubuntu/+source/python-setuptools/+bug/286521 Thanks, but I'm not using Ubuntu. I didn't find a similar bug report in Debian. -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ ---------------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------------- A heart that's full up like a landfill, a job that slowly kills you, bruises that won't heal. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
