Smart factory class

2008-01-23 Thread kramer31
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

Can't get compiled jython to work...

2007-12-14 Thread kramer31
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