Open GoogleCodeExporter opened 9 years ago
A solution may be to be able to set environment variables through the
settings.json file. Setting PYTHONHOME / PYTHONPATH may be required for the
python to work.
Original comment by czarek.t...@gmail.com
on 28 Apr 2014 at 1:17
Setting PYTHONPATH / PYTHONHOME is currently possible using the
--cgi-environment command line parameter, see the CGIEnvironmentFromArgs wiki
page.
Original comment by czarek.t...@gmail.com
on 11 May 2014 at 2:18
Another temporary solution is to use a batch file, phpdesktop.bat:
set PYTHONHOME=%~dp0python
set PYTHONPATH=%~dp0python\Lib
set PATH=%PYTHONHOME%;%PATH%
start "My Title" "%~dp0python-desktop-chrome.exe"
Original comment by czarek.t...@gmail.com
on 11 May 2014 at 2:52
Original comment by czarek.t...@gmail.com
on 9 Aug 2014 at 6:21
[deleted comment]
[deleted comment]
Original comment by czarek.t...@gmail.com
on 21 Oct 2014 at 10:39
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 28 Apr 2014 at 1:12