Wiki

Clone wiki

data2l / Developers

How to run

Default option is use Eclipse and pydev. Part of the repo are config files for this environment. then just run src/main.py ...

Dependencies

Code is tested on python 2.7 no attempts were made to check 3.x compatibility

On Windows

On Linux

  • pygtk .. package which you find in your repo, probably already installed on your system...

###Traces do not appear in eclipse pydev console ?

in ConsoleWindow.py comment these two lines

#!python

        sys.stdout = self
        sys.stderr = self   

Updated