From: Robert W. B. <rb...@di...> - 2001-09-06 00:29:26
|
[Scott Hathaway] > >Thanks for the tip. That got rid of the codecs message. Now, I get > > a java security error. Things work ok from jython, but when in an > > applet, I get the error. [finn] > An applet can only connect to the site it was downloaded from. Another bugger is that an applet normally can't read/write to to the host machine. So, urllib.retrieve() == a security exception because it writes a file. This means you need the java plugin, keytool, jarsigner, and policytool to get this to work. -robert |