Hi,<br>
So I set my ipythonrc.ini configuration to:<br>
<br>
editor "C:/Arquivos de programas/Scintilla Text Editor/SciTE.exe"<br>
<br>
The problem appears that you aren't passing the quotes so it tries to run the first part<br>
"c:/Arquivos" and passes the rest a parameters, and of course fails with an error like<br>
"Can't find the the command Arquivos" (but in portuguese)<br>
<br>
While writing this e-mail if tried one more thing and it worked, so I'll tell you the solution...<br>
Put the double quotes within single single quotes:<br>
<br>
editor '"C:/Arquivos de programas/Scintilla Text Editor/SciTE.exe"'<br>
<br>
-Scott<br>
<br>