From: Frank C. <fc...@pu...> - 2001-09-21 07:56:18
|
Some newbie questions. Thanks, in advance, for answering them. 1) How do I find implemented methods and objects? For example, A Python book shows how to use thread.start_new(count, (i, 3)) which generates this error: AttributeError: class "org.python.modules.thread' has no attribute 'start_new'. I'd like something - even the JavaDoc - that would help me find and fix the problem. 2) Does Jython have an ability to handle "include" files? For eample, I have one Jython script that calls a Jython script file and passes control to the new script. 3) Will someone point me in the right direction to do SSL in Jython. Thanks. -Frank -- Frank Cohen, founder, PushToTest, www.pushtotest.com, phone: 408 374 7426 Come to PushToTest for Load, a free open-source tool for performance and scalability testing and data migration. |