Re: Modules - Jython Vs Python?

2006-11-24 Thread Khalid Zuberi
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:

Re: Jythonc Problem

2006-07-04 Thread Khalid Zuberi
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-list

Re: jython problem importing a py file

2006-02-07 Thread Khalid Zuberi
didier.prophete 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:

Re: Jython on the Palm OS?

2006-01-30 Thread Khalid Zuberi
gregarican greg.kujawa at 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

Re: PIL and GeoTIFF

2005-06-09 Thread Khalid Zuberi
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 willing to