Interactive python shell?

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
dijerydack
Posts: 7
Joined: Sat May 25, 2013 11:02 am

Interactive python shell?

Post by dijerydack »

I am coming from learning to program Python with IDLE. It's a handy IDE for learning in but now I am getting into some heavier duty object orientated stuff I need a more integrated IDE. That is what brings me to Zeus.

What I am missing though is the interactive python shell that IDLE provides. I know I can open a DOS shell which defaults to my python directory and then load python.exe from there. But can I set it up so that when I open a shell it loads the python shell by default? I tried setting it up in tools but it just opened a blank window with a cursor blinking in it.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

In case you missed this, Zeus has is the ability to run the current Python file and capture the output.

Open a Python file and using the Macros, Execute 'file' script (found at the bottom of the menu) or click on that item using the Macros tab on the left.

That will run the current file and capture the output.
I tried setting it up in tools but it just opened a blank window with a cursor blinking in it.
To setup the Python IDLE edit the Python Doucment Type and in the Tools section add the following tool:
  1. Select Excutable Option
  2. Menu Text: Python IDLE ('$f')
  3. Program Name: C:\Python33\py.exe
  4. Arguments: "$fn"
  5. Select Run Normal
  6. Turn off Capture Standard Output
  7. Turn off Capture Standard Error
You can then run the IDLE via the Tools menu or the Tools tab on the left.

To run the Python IDLE without a file just change the Arguments above to be blank.

Cheers Jussi
dijerydack
Posts: 7
Joined: Sat May 25, 2013 11:02 am

Post by dijerydack »

Thanks very much for your instructions. You've been very helpful indeed! I will (hopefully) stop asking so many questions now. :)
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I will (hopefully) stop asking so many questions now.

Feel free to keep asking ;)

Until you get used to it, Zeus can feel a little hard to configure and asking question on the the forum is a good way to learn.

On the topic of learning Zeus I would also recommend reading some of the posts in this part of the forum:

http://www.zeusedit.com/zforum/viewforum.php?f=5

Cheers Jussi
Post Reply