Results 1 to 2 of 2
Hey I am looking for a python editor or compiler, something that will compile the .py source codes. I want something that will obviously work on my gnome desktop and ...
- 12-17-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 54
Python Compiler
Hey I am looking for a python editor or compiler, something that will compile the .py source codes. I want something that will obviously work on my gnome desktop and something with a GUI. I am looking to write my own screenlets and I was looking at Pmw 1.3 on your site is this even a compiler or just a set of libraries and if so is it any good?
- 12-17-2007 #2
You can use any editor to create python files, so just choose your favourite. You don't have to compile the python files, you can run them as they are since python is an interpreted language (although the files can be compiled into pyc files).


Reply With Quote