[Jython-users] newbie needs help :-)
by John Taylor other posts by this author
Oct 13 2003 8:25PM messages near this date
[Jython-users] Problem with Jythonc and import
|
[Jython-users] Creating Objects from XML Schemas
I am writing my first jython program. I have created a java class and
want to call methods (like it's constructor) from a jython program. This
particular java program uses swing and can run by itself. Ideally, I
want to keep all of the UI code in java since I am using RelativeLayout and
all of the non-UI code in jython.
When I run my runme.py, I get this error:
TypeError: ldapview(): expected 1 args; got 0
What am I doing wrong? The complete code is here:
http://www.fcs.uga.edu/~john/jython/
Any help would be greatly appreciated.
Thanks,
John Taylor
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
|