ich hätte vor für eine eigene kleine Scriptsprache eine Art Shell-Fenster in meinem Programm zu haben, soll in der Art wie bei der Python-IDE
Also ungefähr so:
Code: Alles auswählen
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
****************************************************************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface. This connection is not visible on any external
interface and no data is sent to or received from the Internet.
****************************************************************
IDLE 1.2.1 ==== No Subprocess ====
>>> print "Hello"
Hello
>>>
Was wiederrum blöd ist weil ich nicht weiß was ich interpretieren soll und was nicht. Hoffe es versteht jemand was ich meine.
Hat da jemand einen Rat?
Vielen Dank im Voraus
Lg NoRulez