Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...