Python project setup -- How To???

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
cseymour
Posts: 3
Joined: Fri Nov 04, 2005 3:04 pm

Python project setup -- How To???

Post by cseymour »

Hello all,
I want to use Zeus (3.95t) to edit a python project. I need some instructions on how to setup a workspace/project so that I can take advantage of code completion, code folding, etc. while editing Python files.

Any help would be appreciated.

Thanks.

Chris
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Chris,
I want to use Zeus (3.95t) to edit a python project. I need some instructions on how to setup a workspace/project

Firstly I would download the Zeus (3.95x) patch found here: http://www.zeusedit.com/forum/viewtopic.php?t=770

Next, I would setup the workpaces as follows:
  1. Use the Workspace, Workspace Builder menu to create a workspace containing your Python project files.
  2. Configure the workspace, project options, defining how to make, rebuild and run the project and also setup the workspace, compiler options to run the Python interpreter.
  3. Optionally configure the Python interpreter using the document type compiler options.
  4. Put your files under CVS Version Control (or any other SCC compliant version control).
so that I can take advantage of code completion, code folding, etc. while editing Python files.

For the code completion I would start by defining some Python code templates to help with common coding constructs likes if and while etc.

For the intellisensing you need to use the Tags, Database Builder menu. Here are some list that give some more details on how to use this utility:
  1. Intellisensing for the C# an Mono Languages
  2. Intellisensing for the Java Language
Cheers Jussi
cseymour
Posts: 3
Joined: Fri Nov 04, 2005 3:04 pm

Post by cseymour »

Thanks Jussie.

Appreciate the response. I will give it a try.

Cheers.

Chris
Post Reply