Problem in the sublime to run code in python

5

Decode error - output not utf-8]
[cmd:  [u'python', u'-u', u'C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python\teste14.py']]
[dir:  C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python]
[path: C:\Program Files (x86)\CollabNet;C:\Program Files (x86)\Embarcadero\RAD Studio.0\bin;C:\Users\Public\Documents\RAD Studio.0\Bpl;C:\Program Files (x86)\Embarcadero\RAD Studio.0\bin64;C:\Users\Public\Documents\RAD Studio.0\Bpl\Win64;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Broadcom\Broadcom 802.11\Driver;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Internet Explorer;c:\Program Files (x86)\Microsoft SQL Server\Tools\binn\;c:\Program Files (x86)\Microsoft SQL Server0\Tools\Binn\;c:\Program Files\Microsoft SQL Server0\Tools\Binn\;c:\Program Files\Microsoft SQL Server0\DTS\Binn\;C:\Program Files (x86)\Delphi7SE\bin;C:\Program Files (x86)\Delphi7SE\Projects\BPL]
[Finished]
    
asked by anonymous 12.06.2014 / 04:15

1 answer

4

The Python path is not in your PATH (environment variables).

See the screen below to configure:

    
12.06.2014 / 04:33