Emeditor, Python Tool funktioniert nur, wenn im Dateinamen keine Räume vorhanden sind

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Emeditor, Python Tool funktioniert nur, wenn im Dateinamen keine Räume vorhanden sind

by Guest » 28 Jan 2025, 04:06

Hier sind die Einstellungen, die ich verwende: < /p>
External Tool Properties
Title: Python 2
Command: C:\Windows\System32\cmd.exe
Arguments: /k python $(Path)
Initial Directory: $(Dir)
Icon Path: C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\python.exe
Save File = Y
Use Current Environment Variables = No
Use Output Bar = No
Set Focus in Output Bar = No
Close on Exit = No
Input = None
Add EOF (Ctrl-Z, U-001A or 1AH) = No
Output = Discard
Encoding = UTF-8
Standard Error: = Discard
< /code>
Mit dieser Konfiguration kann ich den Python -Code in einem interaktiven Modus ausführen, jedoch nur, wenn im vollständigen Dateinamen keine Leerzeichen enthalten sind. Ich bin neu in diesem Editor und gehe davon aus, dass es eine Option gibt, die ich verpasst habe.
Vorschläge?

Top