On Fri, Mar 13, 2009 at 9:54 AM, Filipe Ornelas <[email protected]> wrote: > 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?
Every time you want to install something you get: distribution not found: "some package name" This is the package you need to get and install until you figure out why your proxy is blocking easy_install from doing that automatically. > > 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. (install svn) svn co http://svn.turbogears.org/docs/2.0/docs/ cd .main.....to the wiki20 folder. copy wiki20.rst to wiki20-portuguese.rst svn add wiki20-portuguese.rst #translate the page #when ready do svn diff >wiki20-portuguese-patch_revision1234.diff and email that diff file to the list or open a ticket and attach it. Lucas > 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 >> >> > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---

