Source code
You can download every IMDbPY related source from http://sf.net/project/showfiles.php?group_id=105998The source code for IMDbPY is here: IMDbPY-4.3.tar.gz.
If you need the very latest development version, see the SVN section below.
- RPM (Fedora, RedHat, Mandrake, etc. NOTE: these are my own unofficial debian packages; see below for the official ones): IMDbPY-4.3-1.i386.rpm. You can also download the SRPM source package.
- Microsoft Windows: IMDbPY-win32-py2.6-4.3.exe (for Python 2.6, build with mingw); you will probably need also the documentation, not included in the Windows installer.
Packages made by others
These packages were not created by me and they may be out of date,
especially right after a new release (if so, check again in a few
days or weeks); We want to thank everyone who have ported IMDbPY to
other distributions or operating systems!
- Offical Debian package: python-imdbpy; maintained by Ana Guerrero.
- Ubuntu: python-imdbpy.
- Official Fedora package: python-imdbpy, maintained by Sindre Pedersen Bjørdal.
- Official Gentoo package: dev-python/imdbpy, maintained by Doug Goldstein.
- FreeBSD: py-imdbpy from FreeBSD.org.
See also the py-imdbpy page from freshports.org, maintained by Li-Wen Hsu. - Mac OS X: py-imdb package from opendarwin.org, maintained by Markus W. Weissmann.
- Arch Linux: imdbpy's AUR package.
- OpenBSD: py-imdb from openports.se, maintained by Todd C. Miller. Also available via CVS ports.
- OpenEmbedded: IMDbPY is included in the software base of the OpenEmbedded project; the metapackage is maintained by Michael 'Mickey' Lauer.
- Pardus: imdbpy, maintained by Serdar Dalgıç. Also available via SVN. End users interested in the binary package can add the contrib repository and run pisi it imdbpy
- Dragonfly BSD: [OUTDATED VERSION] py23-imdbpy-1.3.tgz from gobsd.com.
If you knew of other ports or packages, please send me an email!
SVN repository
We try to keep the packaged version updated, releasing new versions
as often as possible; however, if you want the very latest version,
you can download the current development tree via SVN.
If you need help, you can read the SVN page on sourceforge; it's also possible to browse the repository via web.
To download the latest SVN tree, all you've to do is run the following command:
svn co https://imdbpy.svn.sourceforge.net/svnroot/imdbpy/trunk/imdbpy imdbpy
Other programs in the SVN repository
We have put in the repository also the IMDbPY-based programs that we have written.
They can be downloaded running the command:
svn co https://imdbpy.svn.sourceforge.net/svnroot/imdbpy/trunk/PROG_NAME PROG_NAMEWhere PROG_NAME can be one of imdbpykit, imdbpyweb, vdbpy, imdbgw, imdbpyople and imdbpy-testsuite.
See the programs page for more info about these programs.
For other information and help, see the sourceforge's documentation about SVN.