Slim schrieb: > Ok that what I supposed ... > I tryed to use "easy_install pywin32" in the virutal env console but > the installation is not working ...
Then just create a virtualenv without the --no-site-packages-option. There is nothing wrong about that - it's just that if you don't keep your default site-packages tidy, this can cause version troubles. But for 3rd-party-libs that TG doesn't care about (win32 and pyserial are one of these) it's perfectly ok to use the globally installed ones. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

