Tagged Questions
4
votes
2answers
1k views
How can I use pywin32 with a virtualenv without having to include the host environment's site-packages folder?
I'm working with PyInstaller under Python 2.6, which is only partially supported due to the mess MS have created with their manifest nonense which now affects Python since it is now MSVC8 compiled.
...