Entries Tagged as 'Python'

December 28, 2007

PyLucene GCJ 2.2.0-1 for win32, python 2.5

PyLucene is Python binding to the Lucene library created by osafoundation.org.
PyLucene-2.2.0-1-gcj-py25-win32.zip
Download from DivShare
Download from WikiFortio
Compilation Settings:
This version is compiled MingW 3.4.5 (the PyLucene creators recommends MingW 3.4.2 ;P), Lucene release 2.2.0 (the PyLucene creators use Lucene revision 549438, which is older revision, I believe). I do not add Berkeley DB support on this [...]

December 27, 2007

PyLucene JCC 2.2.0 binary for win32

PyLucene JCC version (not the GCJ version). This version needs a JVM to operate.
Install:
Extract the archive contents to your python lib\site-packages.
Open lucene\__init__.py, edit line 3 with your own path to jvm.dll.
Usage:
import lucene
lucene.initJVM(lucene.CLASSPATH)

Download Link:

Download via DivShare
pylucene-jcc-2.2.0-2-py25-win32.zip

December 12, 2007

PyQt4 API (CHM)

PyQt4 is a python binding to Qt4 library
This API documentation below is generated using epydoc and then packaged as CHM. Because PyQt4 is all dynamic libraries, the generated function can only get the function names but not the full signature (i.e, the parameters).

pyqt4-4.3.3-1-api.chm (2.9 MB)

December 12, 2007

wxPython API (CHM)

wxPython is a python binding to the wxWidgets library for C++.
The API below is generated using epydoc and then packaged into CHM format.

wxpython-2.8.7.1-api.chm (6.7 MB)