If your problem is the proxy, you don't need a newer python. What problem are you trying to solve by installing mod-wsgi. You mention something not being ready for windows, but don't provide enough data for me to figure out what you need.
Either way if you are planning to update python, use 2.5 or 2.6, not 3.0, since many of TG's dependencies are not yet 3.0 compatible. --Mark On Thu, Mar 12, 2009 at 12:39 PM, Filipe Ornelas <[email protected]> wrote: > Thanks for the help. > > Is there a way to install manually? Or something like that? > > Here I am beind a proxy, so I use a small software(a small *.bat file) that > goes around it (this is how I installed TG2), with and without that software > activated I tryed to install what is left, In this case Pylons and modwsgi, > and so far no god, I've been work also on mod_proxy but TG2 tutorial > (behind apache) is not ready for windows so what I did was at *.conf file > reconfigurated at the end to go find index.html of the turbogears > .../templates ... > > Going back to my problem of not installing modwsgi, you want me to install > the latest version of python (I am using the Python 2.5.4 version), in this > case Python 3.0.1, and afterwards in my console run upgrade easy_install? > > > > On Thu, Mar 12, 2009 at 3:45 PM, Lukasz Szybalski <[email protected]> > wrote: >> >> 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 >> >> > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

