From: <bc...@wo...> - 2001-01-31 09:44:13
|
[Darrell Gallion] >Thought I'd give Jython a try and got stuck on the demo. > >Taking this command line from the doc didn't work. >It used the '*' and tries to process that. >E:\Java\jython-2.0\Demo\applet>jythonc --core --deep --jar appletdemo.jar >*.py >processing * > >So I feed it one filename, it produced no output. >E:\Java\jython-2.0\Demo\applet>jythonc --core --deep --jar appletdemo.jar >ButtonDemo.py >processing ButtonDemo > >This story becomes more sad and complex as I tried to fix jythonc to handle >the *.py >By using glob.glob, no need to share that pain :) > >Any pointers? I guess you are using jview? I have never managed to use jythonc with jview, the lack of glob is the least of the problems that you will encounter. You will be far better of by switching to javasoft's SDK. If you want to make applets you will need a JDK1.1: http://www.javasoft.com/products/jdk/1.1/ If not, you will be better off with the lastest SDK: http://www.javasoft.com/j2se/1.3/ regards, finn |