Message1269

Author oniseijin
Recipients
Date 2006-11-04.13:04:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=905575

Update:
Using jar trickery, I added the jython.jar to the Class-Path
in the new jar's manifest, that got me by the missing
PyObject problem. I also figured out the affect of
-Dpython.home= 

But then, it got down to the fact that the --jar does not work:

Exception in thread "main" Traceback (innermost last):
  File "/Users/ryan/bin/fxHistoryJ.py", line 0, in main
  File "/Users/ryan/bin/fxHistoryJ.py", line 0, in main
  File
"/usr/local/java/jythonRelease_2_2alpha1/Lib/urllib2.py",
line 0, in urlopen
  File
"/usr/local/java/jythonRelease_2_2alpha1/Lib/urllib2.py",
line 0, in open
  File
"/usr/local/java/jythonRelease_2_2alpha1/Lib/urllib2.py",
line 0, in _call_chain
TypeError: argument after ** must be a dictionary

Again, this does work when using jython, or compiling using
jythonc and running directly. 

I hope all my typing is seen as being useful ;)

I'd be happy to supply the code that I'm working with.
History
Date User Action Args
2008-02-20 17:17:35adminlinkissue1590440 messages
2008-02-20 17:17:35admincreate