I packaged Python 3.4.1 via a msi using a standard capture [ghost capture failed registering a dll]. Whenever I go to run it, I pick IDLE (Python GUI), which points to pythonw.exe. However, nothing happens. I have also launched a command box from the context of this package, went and tried to manually run the program with nothing happening and no error codes returned, also nothing in the event logs. I used the cameyo tracer tool and below is the filtered results for pythonw.exe. Any help would be appreciated.
PID3448:TID2552:3681061ms:Python.cameyo.exe|UnpackUtils:UnpackUtils_DeployFromVfc(Icons\pythonw.exe.ico): creating dir C:\Users\madmin\AppData\Roaming\VOS\Python\PROG\Icons (bRet=1)
PID3060:TID1800:3690203ms:Python.exe|DllMain:ImaginaryExecInit: Old PEB.ImagePathName=C:\Users\madmin\AppData\Roaming\VOS\Python\Python.exe, PEB.CommandLine="C:\Python34\pythonw.exe". New BaseAddress=1D000000
Looks like I fixed the issue. Basically after doing some more research, I had to add the following as a command line argument for the shortcut for IDLE
Looks like I fixed the issue. Basically after doing some more research, I had to add the following as a command line argument for the shortcut for IDLE
C:\Python34\Lib\idlelib\idle.py
After this, everything works.
What a legend this really helped me thanks very much!
Looks like I fixed the issue. Basically after doing some more research, I had to add the following as a command line argument for the shortcut for IDLE