Page 1 of 1

Python project setup -- How To???

Posted: Mon Aug 07, 2006 5:24 pm
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

Posted: Mon Aug 07, 2006 11:51 pm
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

Posted: Tue Aug 08, 2006 2:04 pm
by cseymour
Thanks Jussie.

Appreciate the response. I will give it a try.

Cheers.

Chris