Issue1474087

classification
Title: pb compilation simple application
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: aligator987, kzuberi
Priority: low Keywords:

Created on 2006-04-21.09:27:12 by aligator987, last changed 2006-04-21.15:41:16 by kzuberi.

Messages
msg1132 (view) Author: aligator7099999 (aligator987) Date: 2006-04-21.09:27:12
Hi all,

I have found a web page where there is an application
to compile:
http://wikipython.flibuste.net/moin.py/InterfaceAvecLangageJava

But when i run the command
jythonc -c -j jyapplet.jar jyapplet.py

i have the message:
.....
.\jpywork\jyapplet.java error=2
Consider Using the -C/--compiler command line switch....



Would you have an idea of what could be wrong and how
to solve it ?

Thanks.
msg1133 (view) Author: Khalid Zuberi (kzuberi) Date: 2006-04-21.15:41:16
Logged In: YES 
user_id=18288


This type of general help question is probably better asked
on the jython-users mailing list. Here's the link:

  https://lists.sourceforge.net/lists/listinfo/jython-users

- kz
History
Date User Action Args
2006-04-21 09:27:12aligator987create