Sublime Forum

Build Error returns my path variable?

#1

Everytime I do a build and happen to have a bug, sublime-text 3 spits out my error message followed by my entire path variable.

Example:

File “C:\Users\Tyler’s\Desktop\example.py”, line 24

        ^

SyntaxError: unexpected EOF while parsing
[Finished in 0.1s with exit code 1]
[shell_cmd: C:\Python34\python.exe -u “C:\Users\Tyler’s\Desktop\regex\tutorial3.py”]
[dir: C:\Users\Tyler’s\Desktop\regex]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Lenovo\Bluetooth Software;C:\Program Files\Lenovo\Bluetooth Software\syswow64;C:\SWTOOLS\ReadyApps;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Calibre2;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin;C:\MinGW\bin;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\MinGW\bin;C:\MinGw\msys\1.0\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Python34;C:\Windows\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Lenovo\Bluetooth Software;C:\Program Files\Lenovo\Bluetooth Software\syswow64;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\SWTOOLS\ReadyApps;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Calibre2;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin;C:\MinGW\bin;C:\Python27;C:\Users\Tyler’s\Documents\Modules;C:\Python34;C:\Users\Tyler’s\Documents\Modules]

Is there any way around this? I can’t stand it. I’m using Anaconda, and package manager as plugins, ive tried other build systems they all give me the same error.

0 Likes