durumdara wrote: > Hi! > > I've got my first problem. I want to port my mod_python app to pylons. > But - this app have some windows specific thing.
I'm using pylons with win32 with no problem. > Because pylons makes it's own environment, I need to install pywin32. pylons can use the regular old python.org installed python. Do you mean virtualenv? If you do need virtualenv, then it cna be a trick. One option is to install PyWin32 first, then build your virtualenv -- I don't recall how, but check the virtualenv docs, you should be able to have your environment use the system win32 module. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
