pip does not work
I see no point in decompiling the executables when being under the MIT license there should be freely available source code-
This software is released under the MIT license, right? Where can I find these files? Thank you.
Source Code not available
As a bit of a correction to #1, I found the start_script.cmd file which apparently would actually do that except that for some reason the line is remarked out. So I guess it's as simple as removing the REM from that line.
A couple of minor suggestions
Hi there, I had the same issue with Portable Python 3.8 (64-bit, Win10-Pro). Solved by upgrading pip as you recommended. Thank you so much!
Hi there, I had the same issue with Portable Python 3.8 (64-bit, Win10-Pro). Solved by upgrading pip as you recommended. Thanks you so much!
Hi there, I had the same issue with Portable Python 3.8 (64-bit, Win10-Pro). Solved by upgrading pip as you recommended. Thanks so much!
Solution : python -m pip install --upgrade pip after it will work
Console Launcher error
Running a pyw script without console window
Added pythonw launcher to consequent release (python 3.7.4 onwards). If u need pythonw launcher in previous 3.7 release just copy the launcher 3.7.4 and put it in portable python folder and it should work . As for the source code... the launcher was created using NSIS. U can get the source code of the launcher by extracting the launcher exe using 7zip . (Please use bellow 7zip version to extract the launcher as latter versions do not support NSIS apps) https://sourceforge.net/projects/sevenzip/f...
Running a pyw script without console window
change "python -m pip" into "pip"
Added the feature to Portable Python 3.7.3 Release. All new releases will now have this.
change "python -m pip" into "pip"
Thanks for the input. Will implement this in next release/s.
change "python -m pip" into "pip"