can I run pythons IDLE from a command line??

Thomas Jollans thomas at jollans.com
Sat Sep 22 11:53:09 EDT 2007


On Saturday 22 September 2007, tedpottel at gmail.com wrote:
> Hi,
> Is their a version of pythons IDLE that will run in a dos command
> line?
> The reason is that I would like to be able to run python code
> interactively from my parable by connecting to my desktop using remote
> command line or a telnet program.

The Python interpreter should do fine. If your PATH environment variable is 
set up correctly, just run "python", otherwise it's somewhere in your Python 
installation directory.

-- 
      Regards,                       Thomas Jollans
GPG key: 0xF421434B may be found on various keyservers, eg pgp.mit.edu
Hacker key <http://hackerkey.com/>:
v4sw6+8Yhw4/5ln3pr5Ock2ma2u7Lw2Nl7Di2e2t3/4TMb6HOPTen5/6g5OPa1XsMr9p-7/-6



More information about the Python-list mailing list