Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A dynamic linking problem was fixed. libpython2.6.so is now re-dlopen() with RTLD_GLOBAL in plugin code to force resolving all symbols. A problem with the second plugin parameter was fixed. Now it correctly appends to sys.path, rather than overwriting it.