This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hallo all, jython/python is pretty new to me, but my first experiences are very good. I will use it more in the future, definitively! What I would like to know is, if there are j/python enabled IDEs around. I really would like to use one with all the modern features like auto completion, object browsing, project management, etc. Does anybody know if there'll be an eclipse plugin for jython?
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
posted
0
i don't think there is one for jython as such. But yeah python has many. Python ships with an IDE called Idle. Komodo Active Python (win32/COM bindings) from activestate has a neat IDE, PythonWin. you could use that. For GUI, there are tons again! BlackAdder for Pyqt(Python wrapper for QT gui toolkit) Boa Constructor for WxPython (Python wrapper for wxWindows library) then there is python works pro too. I think VIM or Scite s'd be enough.
Originally posted by mark evertz: Hallo all, jython/python is pretty new to me, but my first experiences are very good. I will use it more in the future, definitively! What I would like to know is, if there are j/python enabled IDEs around. I really would like to use one with all the modern features like auto completion, object browsing, project management, etc. Does anybody know if there'll be an eclipse plugin for jython?
mark evertz
Greenhorn
Joined: Apr 11, 2002
Posts: 22
posted
0
I'm using the MED http://www.utopia-planitia.de/ - a shareware. The Tool knows Phython syntax and it's pretty easy to integrate other tools (or executing them). I integrated the execution of the JavaVM with the appropriate parameters for jython. I now can develop Jython from within this tool.
But, I'm still searching for a more sophisticated tool. Thanx
Robert W Bill
Author
Greenhorn
Joined: Apr 08, 2002
Posts: 21
posted
0
Here's some others: Forte works ok. JEdit and Jext are Jython friendly. I've been using emacs and switching between python mode and jde.
Matthew X. Brown
Ranch Hand
Joined: Nov 08, 2000
Posts: 165
posted
0
Has anyone heard if Eclipse is planning on having a jython module? It seems to be a natural fit to incorporate it.
Doug Wang
Ranch Hand
Joined: Oct 05, 2001
Posts: 445
posted
0
Eclipse community is busy porting the version 2.0 of Eclipse to other operationg environments. But since Eclipse is pluggable, there will be a Jython development tooling built upon it.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
I think that Jedit might be a good choice for you. You can download a plugin with a Jython interpreter.
Eric Peterson
mark evertz
Greenhorn
Joined: Apr 11, 2002
Posts: 22
posted
0
Thanks a lot to all of you! I think, I will take a look at Jedit, until there will be an Eclipse plug-in (my favourite so far). If anybody is interested in my workaround for the MED let me know! Greetings, Mark
Gagan Indus
Ranch Hand
Joined: Feb 28, 2001
Posts: 346
posted
0
Hi Mark i downloaded MED n i am interested to know how'd u set it up for jython . I 'll appericiate ur help if u can take sometime regards
Gagan (/^_^\) SCJP2 SCWCD IBM486 <br />Die-hard JavaMonk -- little Java a day, keeps you going.<br /><a href="http://www.objectfirst.com/blog" target="_blank" rel="nofollow">My Blog</a>
mark evertz
Greenhorn
Joined: Apr 11, 2002
Posts: 22
posted
0
Ok, I will do so, but please be patient. I'll be back on Monday and give you a complete HOW-TO - until then try this: - Download and install the Jython package from the Jython.org page. - Create a new Tool in the MED and call it Jython. - Use the java.exe from the jdk as the executable and use the parameters (CLASSPATH, Jars, etc.) from the Jython.bat file of the Jython install-package. - There should be a feature, with which you can say where the output shuold be streamed. - You can choose the appropriate syntax-highlighting from the File menu. - Add an Icon in the new tools options (I used one from the Jython page) and create a shortcut. Let me know if it works, it should be pretty simple. Regards, Mark
Thankx alot Mark tht did work ! tho i have few prob with syntax highlighting
thankx Shawn for nice links
mark evertz
Greenhorn
Joined: Apr 11, 2002
Posts: 22
posted
0
Go to the file menu, there should be an entry like apply file class or similar (unfortunately I'm using the german version, so I'm not sure about the correct english label). There you can choose the correct profile for syntax-highlighting. Greetings, Mark