Hi,
pythonwin.exe from the pywin32 package (in App\Lib\site-packages\pythonwin) doesn't work - it immediately exits after being executed.
If I run it from the command line, I get a dialog that says:
"Still can't get my hands on win32ui"
(if double-clicked in Explorer, it just silently exits.)
While poking around, I noticed that if I manually installed the
python.org version and the latest version of pywin32, it (pywin32 installer) installs a couple DLLs in the system area:
C:\Windows\system32\python27.dll
C:\Windows\system32\pywintypes27.dll
But PortablePython installs those in the App\ directory, so I'm guessing that pythonwin.exe doesn't "know" where to load those DLLs from.
Anyone know how to fix this?