Python on Eclipse - PyDev
Posted on April 3rd, 2006 by Tim Almond
I’m currently working on a plug-in to Juice to put the files in a better format for my Zen media player. I’ve decided to do it in Python, and compile it up with py2exe, the compiler.
As part of that, I decided to try switching from the standard IDLE environment to using PyDev, an eclipse Plugin. So far, it’s working nice with debugging which is more friendly than IDLE. Installing PyDev is quite straightforward, and I’ll write something with screenprints when time allows.
—–
Discussion Area - Leave a Comment