pericazivkovic / portablepython

Build environment for the Portable Python project
http://www.PortablePython.com
105 stars 52 forks source link

Run PP without console window #2

Closed pericazivkovic closed 11 years ago

pericazivkovic commented 11 years ago

Is there anyway I can run portable python without the console window presented?

Like following: Python-Portable.exe main.py

I found invoking the App\pythonw.exe doesn't work because the pythonw.exe will then refer to the libs in local python installation rather than portable python installation.

pericazivkovic commented 11 years ago

Added launcher for PythonW