Re: Importing java within python

2008-01-17 Thread Laurent Pointal
Le Thu, 17 Jan 2008 08:36:59 -0800, Henry Chang a écrit : > www.jython.org > > On Jan 17, 2008 8:06 AM, Osthaus, Christopher (Mission Systems) > <[EMAIL PROTECTED]> wrote: >> >> >> Hi All, >> >> This is an easy one - I'm new to Python and working on a script where I >> need to use some java swing

Re: Importing java within python

2008-01-17 Thread Henry Chang
www.jython.org On Jan 17, 2008 8:06 AM, Osthaus, Christopher (Mission Systems) <[EMAIL PROTECTED]> wrote: > > > Hi All, > > This is an easy one - I'm new to Python and working on a script where I need > to use some java swing classes. I'm running Python on Windows. > > I've got an import statemen

Importing java within python

2008-01-17 Thread Osthaus, Christopher (Mission Systems)
Hi All, This is an easy one - I'm new to Python and working on a script where I need to use some java swing classes. I'm running Python on Windows. I've got an import statement that looks something like: from java.lang import System from javax.swing import JPasswordField from javax.swing imp