Search found 8 matches

by aag031
Fri Jul 12, 2013 12:18 pm
Forum: General
Topic: Python debugger (something else required)
Replies: 8
Views: 17144

i activated python debugger and observed the same situation with cut command

--------------------------------------------------------------------------
Zeus - Version 3.97q - Beta2
Copyright (c) Xidicone P/L 1993-2013. All rights reserved ...
by aag031
Fri Jul 12, 2013 6:56 am
Forum: General
Topic: Python debugger (something else required)
Replies: 8
Views: 17144

Do you have any updates regarding this problem?
If you additional information, I will be glad to provide this
by aag031
Thu Jul 11, 2013 2:27 pm
Forum: General
Topic: Python debugger (something else required)
Replies: 8
Views: 17144

I'll have to take a closer look at Zeus code to try and figure out what might be going wrong.

That might take a day or two.

Cheers Jussi

This I found in error log
-------------------------------------------------------------------------
Zeus - Version 3.97q - Beta2
Copyright (c) Xidicone P/L ...
by aag031
Thu Jul 11, 2013 2:17 pm
Forum: General
Topic: Python debugger (something else required)
Replies: 8
Views: 17144

I'm not quite sure what is going on :?:

It looks like the command has been truncated :?

What the debugger command line should look like is this:
Command Line:'pythonc.exe -S -u "C:\Users\alexander.gorlov\AppData\Roaming\Xidicone\Zeus\zScript\PyLib\pdb.py" C:\Users\alexander.gorlov\Documents ...
by aag031
Thu Jul 11, 2013 2:07 pm
Forum: General
Topic: Python question
Replies: 5
Views: 12395

jussij wrote:For me this appears to be working.

When I add your test.py code to a new workspace I see this:
Image

Cheers Jussi
Yes it works on 3.97q-Beta3 that was advised in debugger topic
by aag031
Thu Jul 11, 2013 1:40 pm
Forum: General
Topic: Python question
Replies: 5
Views: 12395

Can I correct this situation
Could you post a sample of the python class with the method :?:

That will help me figure out why it is not working.

Cheers Jussi

#!/usr/bin/env python2

import unittest
import os
import re
import ConfigParser



class join_unit_test(unittest.TestCase):
def setUp ...
by aag031
Thu Jul 11, 2013 1:24 pm
Forum: General
Topic: Python debugger (something else required)
Replies: 8
Views: 17144

Python debugger (something else required)

Colleagues

I tried to run python debugger for simple script and observed message that printed below. What additional file should be installed

I checked and find out that actually directory C:\Users\alexander.gorlov\AppData\Roaming\Xidicone\Zeu is alive

With Best Regards
Alexander ...
by aag031
Thu Jul 11, 2013 12:57 pm
Forum: General
Topic: Python question
Replies: 5
Views: 12395

Python question

I am a new comer in Zeus IDE world. I install evaluation copy of Zeus 3.97p

1. I created new workspace with one python file
2. Click Classes view

I observed my class and local variables of all methods in my class. But I don't see any method of my class. Can I correct this situation

Thanks ...