[Pythonmac-SIG] Eclipse + SWT + Python

Kent Johnson kent37 at tds.net
Mon Nov 19 21:59:42 CET 2007


Scott Frankel wrote:
> Is anyone on this list using Eclipse with Python and the SWT  
> windowing kit?
> 
> I've been looking through the MacPython.org and Eclipse pages for  
> info on combining Python and SWT.  So far, I've read about the PyDev  
> plugin that allows Eclipse to speak Python.
> 
> I'd like to know if PyDev would allow me to use Python to build SWT  
> projects.  If not, can Python methods can be invoked from within an  
> SWT Java project.

I think you will need to use Jython for this:
http://www.jython.org

Kent


More information about the Pythonmac-SIG mailing list