On Thu, Mar 12, 2009 at 10:18 AM, Filipe Ornelas <[email protected]> wrote: > Hi again Lukasz Szybalski, I've followed the steps that you gave me and got > this (attached file). How can I test or what can I do?
Again...this is a pypi reading problem. For some reason you cannot access the pypi...The workaround is to download each package that you cannot find and install it manually. But before you do that can you try: 1, Install current version of python 2. upgrade easy_install easy_install -U setuptools if it can't find the distribution download it from pypi, unzip, cd setuptools.., python setup.py install You either have a firewall problem, or something is not working correctly in your installation....not sure.... Lucas > > Thanks. > > On Mon, Mar 9, 2009 at 3:59 PM, Lukasz Szybalski <[email protected]> > wrote: >> >> On Mon, Mar 9, 2009 at 10:25 AM, Filipe Ornelas <[email protected]> >> wrote: >> > I dont know also why it doesn't work here at work, I'm gonna try in my >> > home >> > laptop on Win XP and Ubuntu 8.10. >> > >> > I followed your steps (see attached file), and the result is the same. I >> > even downloaded the file: modwsgideploy-0.4.15dev.zip from : " >> > >> > http://pypi.python.org/packages/source/m/modwsgideploy/modwsgideploy-0.4.15dev.zip#md5=2cbdf4765d97d4751424c1d71dc78aa2 >> > ". >> > >> > Is there a way to manually install it? >> >> yes >> >> 1. download: >> http://pypi.python.org/packages/source/m/modwsgideploy/modwsgideploy-0.4.15dev.zip#md5=2cbdf4765d97d4751424c1d71dc78aa2 >> 2. Unizip the file >> 3. cd modwsgideploy-0.4.15dev/ >> 4. python setup.py install >> >> > -- How to create python package? http://lucasmanual.com/mywiki/PythonPaste DataHub - create a package that gets, parses, loads, visualizes data http://lucasmanual.com/mywiki/DataHub --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

