On May 06, James Rubino <[email protected]> wrote: > Has anyone tried using stdlib to use IMDb in Jython?
I'm trying with Jython 2.5b4 (no way with 2.2.1, I fear): it can be installed using: jython setup.py --without-cutils --without-lxml install to exclude optional C modules. 'http' will fall-back to BeautifulSoup (instead of the faster C lxml) and 'sql' and 'local' will be somewhat slower, too. 'mobile' works perfectly. SQLAlchemy and SQLObject can be installed, but I'm not sure if there's even a single module available to connect to some database (does jython ships with SQLite support, at least?) Bye, -- Davide Alberani <[email protected]> [GPG KeyID: 0x465BFD47] http://erlug.linux.it/~da/ ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Imdbpy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

