2

I installed Portable Python in an USB drive and it is working but I cannot make it import Win32 extensions.

Simeon Visser
  • 118,920
  • 18
  • 185
  • 180
Eduardo Mauro
  • 1,515
  • 1
  • 26
  • 38

1 Answers1

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