Questions tagged as 'sublimerepl'

1
answer

Problem in sublime to run code in python

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:...
asked by 12.06.2014 / 04:15
1
answer

Input in the Sublime Text builder

I'm using Sublime Text to study python, but it does not support input When running the following code with the sublime build: velocidade = int(input("Digite a velocidade: ")) I get the following error: Digite a velocidade: Trace...
asked by 07.03.2014 / 21:52
1
answer

Problem in the sublime to run code in python

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:...
asked by 12.06.2014 / 04:15
1
answer

How to configure SublimeREPL for Anaconda (Python)?

I installed the SublimeREPL for run the line or the selection directly from Sublime Text 2 . However, In the same way as in this previous problem , SublimeREPL is not using Anaconda but rather another version of Python. How to configure Sublim...
asked by 09.03.2014 / 17:49
1
answer

SublimeRepl does not rotate the code

I'm using Sublime to write some code in Python and the Sublime REPL to "rotate" the codes. Anyway, I installed by package control, so far nothing strange, but when I put to run by REPL he gives "file not found error". How do I get it to roll?  ...
asked by 02.10.2014 / 22:00