Well, time I dont have that much, but since I'm not only curious but also obstinated (what I mean is that I keep trying until I get it wright), in a way that I really want to learn and work with this tool (I've seen some work using this tool that I was very impressed, but unfortunately, there arent many free videos about it (youtube), and for a beginner like me, that's learning not only the Tool (TG2), but also to program in Python it's not being that easy :D ).
However, has long there's will, there's power :). I'm at the site http://pypi.python.org/pypi , If I'm not being too boring, wich packages should I download/use? Ps: I'm using Windows XP with Python version 2.5.4 and TurboGears 2.0 installed Thank You. Well, since I've seen that this is a open community, that help's one another, I would like countribuing by translating to Portuguese (I'm more than able and fit for the job (modesty on a side)). I'm thinking on this site: http://www.turbogears.org/2.0/docs/main/Wiki20/wiki20.html. This is one of the ways that I can help. On Thu, Mar 12, 2009 at 5:59 PM, Lukasz Szybalski <[email protected]>wrote: > > On Thu, Mar 12, 2009 at 12:29 PM, Mark Ramm <[email protected]> > wrote: > > > > 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. > > > > python 2.5 is fine...I wasn't sure what version you had since you did > mentioned it. > > You have a proxy that explains why its not working... > > Each tool that you want to install might have some dependencies... > (modwsgideploy is dependent on pasterscript which depends on paste > which depends on... ....and a lot of other software. > Easy_install can read the requirements and install each required > software from pypi.python.org . In your case because of some proxy > issues you are not able to talk to pypi servers and therefore cannot > download the required packages. > > I would try to figure out a way to be able to reach pypi. > > If you can't then you need to download sourcecode from pypi.python.org > for each software, unzip it and do python setup.py install but that > will take some time. > > Lucas > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

