On Thu, Mar 5, 2009 at 9:48 AM, Filipe Ornelas <[email protected]> wrote: > Hi. > For modwsgi I've followed the instructions that were given to me, in this > case: > 1.on tg2, you need to install apache, then install modwsgi module. > I've got Apache 2.2 running, and on the site: > http://code.google.com/p/modwsgi/wiki/InstallationOnWindows, I followed the > instructions ando got the mod_wsgi.so module (that in my case is papche 2.2 > python version 2.5), and placed it on the right place: C:\Program > Files\Apache Software Foundation\Apache2.2\modules (as the site says). > 2. After that you can install modwsgideploy, (easy_install modwsgideploy) > C:\>easy_install modwsgideploy > Searching for modwsgideploy > Reading http://pypi.python.org/simple/modwsgideploy/ > No local packages or download links found for modwsgideploy > error: Could not find suitable distribution for > Requirement.parse('modwsgideploy')
Above means it couldn't find the modwsgideply on pypi.... I had uploaded a zip archive of modwsgideploy so can you try now: easy_install modwsgideploy As soon as it find the package and installs it go to the next step. Let me know. Lucas > 3. run the command: paster modwsgi_depoly > 4. this will create all the configuration files for tg2/apache/modwsgi. > 5. Adjust the path locations... > 6. read the readme.txt --> done, it didn't help me that much > 7. you are done. --> not really :( > > So, I cant install mod_wsgi, and also for that reason I cant install pylons > because it needs modwsgi ... > > > > > > > -- How to create python package? http://lucasmanual.com/mywiki/PythonPaste Bazaar and Launchpad http://lucasmanual.com/mywiki/Bazaar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

