Any comments?
----- Original Message -----
From: "Raghuram Devarakonda" <raghu@...>
To: "Jython" <jython-users@...>
Sent: Monday, January 26, 2004 11:11 AM
Subject: Jythonc Question...
>
> Hi,
>
> Since the time I bundled my jython modules as classes and into a jar file,
> all the stack traces show the line number as 0. Can someone explain why
this
> is so? The jythonc web page mentions at the end the following:
>
> "
> Freezing modules:
> ------------------
> jythonc can also be used to freeze a python application. The frozen
> application can then be distributed and deployed as any other java
> application.
> Some diffrences between an interpreted application and a frozen
application
> exists:
>
> Properties are diffrent. XXX
> sys.argv[0]
> loading of python classes.
> "
>
> Can someone elaborate these differences?
>
> Thanks in advance,
> Raghu.
>
>
|