Can anyone tell me if there is a way in python that I can implement a
factory function which takes as input a string ClassName and returns
an object of type ClassName?
--
http://mail.python.org/mailman/listinfo/python-list
Hi. First, I'm not sure if this is the correct group, but becuase I
couldn't find a jython newsgroup, I'll post here.
I'm new to jython and am just trying to get it to work. Interpreted
jython works just fine, but I still can't get my compiled jython to
work.
When I do this:
jythonc fac.py (wh