Running source code on Ubuntu
Posted: Tue Nov 05, 2013 4:38 am
I downloaded the source code from source Tarballs (deluge 1.3.6) and I am using Pycharm on Ubuntu.
The code is compiling fine but when I hit run on the deluge/main.py the only thing I get is Process finished with exit code 0.
I am really new to python but from the documentation it says that the main.py is "# The main starting point for the program. This function is called when the
# user runs the command 'deluge'."
How can I run the code from pycharm and actually see the gui and also I am not able to debug I put breakpoints everywhere in the code but it is just exiting.
Thanks
The code is compiling fine but when I hit run on the deluge/main.py the only thing I get is Process finished with exit code 0.
I am really new to python but from the documentation it says that the main.py is "# The main starting point for the program. This function is called when the
# user runs the command 'deluge'."
How can I run the code from pycharm and actually see the gui and also I am not able to debug I put breakpoints everywhere in the code but it is just exiting.
Thanks
