Ian Vincent wrote:
> I cannot find a Jython newsgroup, so apologies in advance if this
> question has been posted to the wrong group.
>
Try the jython-users mailing list:
http://lists.sourceforge.net/mailman/listinfo/jython-users
- kz
--
http://mail.python.org/mailman/listinfo/python-lis
Patrick Finnegan writes:
>
> How many of the Python modules written in C have been rewritten and and
> ported to Java to run under Jython? I am talking about SMTP, LDAP,
> WIN2K,XML etc. Is there a list anywhere ?
>
There's a list on the jython wiki of absent modules:
http://wiki.python.org
gregarican gmail.com> writes:
>
> I have completed recoding my CRM app into Python so that it will run on
> Win32, ARM Linux, and ARM Windows Mobile platforms. Now I am looking to
> try to roll it into the Palm OS platform. Since Pippy is based on an
> older version of Python than I am using for
writes:
>
> I tried everything I could think of (playing with the __init__.py, the
> PYTHONCLASS, the CLASSPATH), but nothing seems to work...
>
> I am doing something wrong here ?
>
> -Didier
>
Take a look at the jython registry setting python.path:
http://www.jython.org/docs/registry.
Matt Feinstein wrote:
> Hi all--
>
> I've succeeded in using the PIL (Python Imaging Library) to read a
> simple GeoTIFF file and to extract data from the file's GeoTIFF key--
> but I'd also like to write GeoTIFFs, and there doesn't appear to be a
> one-step way of doing that.
>
If you are will