I installed Portable Python in an USB drive and it is working but I cannot make it import Win32 extensions.
Asked
Active
Viewed 540 times
2
-
1not using `win32` extensions will make it portable – aaronasterling Sep 03 '10 at 19:51
1 Answers
1
Which version are you using? What is the error?
If you are using PP 1.1 based on 2.6.1, there is a known bug that prevents import of pythoncom and there is also a workaround to fix it:
http://groups.google.com/group/portablepython/browse_frm/thread/acfacb783bc39cb7

Perica Zivkovic
- 2,610
- 24
- 32