Hi! On ápr. 27, 18:53, Christopher Barker <[email protected]> wrote: > > I'm using pylons with win32 with no problem.
Lucky man... :-) > > > 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? Yes. I install pylons by the online help. This is speaking about virtualenv... Can I use "easyinstall pylons" on normal python installation without 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. I can copy all win32 files to virtualenv, if needed, but I'm not sure they are reference to each others or not, possible some registrations are using fix paths. But this is not only win32 problem. I have pygresql component installed in c:\python25. When I tried to easy install pygresql into my virtualenv, the easy install failed on recompilation. This showing me that easy_install, and virtualenv is usable fully in Linux only, the Windows world is not supports every eggs... :-(((( Thanks for your help: dd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
