Hi, this looks like a configuration issue. After installing as root using setup.py I can only run the sample scripts as root. (using sudo -i on Ubuntu 8.04). No errors and 2 warnings were reported by setup.py (output attached) python setup.py --without-cutils install This is what I get as a non-root user: search_movie.py alien Traceback (most recent call last): File "/usr/bin/search_movie.py", line 4, in <module> import pkg_resources ImportError: No module named pkg_resources thanks Chris |
running install running bdist_egg running egg_info writing requirements to IMDbPY.egg-info/requires.txt writing IMDbPY.egg-info/PKG-INFO writing top-level names to IMDbPY.egg-info/top_level.txt writing dependency_links to IMDbPY.egg-info/dependency_links.txt reading manifest file 'IMDbPY.egg-info/SOURCES.txt' writing manifest file 'IMDbPY.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/lib creating build/lib/imdb copying imdb/Character.py -> build/lib/imdb copying imdb/Company.py -> build/lib/imdb copying imdb/helpers.py -> build/lib/imdb copying imdb/Movie.py -> build/lib/imdb copying imdb/Person.py -> build/lib/imdb copying imdb/utils.py -> build/lib/imdb copying imdb/_compat.py -> build/lib/imdb copying imdb/_exceptions.py -> build/lib/imdb copying imdb/__init__.py -> build/lib/imdb creating build/lib/imdb/parser copying imdb/parser/__init__.py -> build/lib/imdb/parser creating build/lib/imdb/parser/common copying imdb/parser/common/locsql.py -> build/lib/imdb/parser/common copying imdb/parser/common/__init__.py -> build/lib/imdb/parser/common creating build/lib/imdb/parser/http copying imdb/parser/http/characterParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/companyParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/movieParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/personParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/searchCharacterParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/searchCompanyParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/searchKeywordParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/searchMovieParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/searchPersonParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/topBottomParser.py -> build/lib/imdb/parser/http copying imdb/parser/http/utils.py -> build/lib/imdb/parser/http copying imdb/parser/http/__init__.py -> build/lib/imdb/parser/http creating build/lib/imdb/parser/local copying imdb/parser/local/characterParser.py -> build/lib/imdb/parser/local copying imdb/parser/local/companyParser.py -> build/lib/imdb/parser/local copying imdb/parser/local/movieParser.py -> build/lib/imdb/parser/local copying imdb/parser/local/personParser.py -> build/lib/imdb/parser/local copying imdb/parser/local/utils.py -> build/lib/imdb/parser/local copying imdb/parser/local/__init__.py -> build/lib/imdb/parser/local creating build/lib/imdb/parser/mobile copying imdb/parser/mobile/__init__.py -> build/lib/imdb/parser/mobile creating build/lib/imdb/parser/sql copying imdb/parser/sql/alchemyadapter.py -> build/lib/imdb/parser/sql copying imdb/parser/sql/dbschema.py -> build/lib/imdb/parser/sql copying imdb/parser/sql/objectadapter.py -> build/lib/imdb/parser/sql copying imdb/parser/sql/__init__.py -> build/lib/imdb/parser/sql creating build/lib/imdb/parser/http/bsouplxml copying imdb/parser/http/bsouplxml/bsoupxpath.py -> build/lib/imdb/parser/http/bsouplxml copying imdb/parser/http/bsouplxml/etree.py -> build/lib/imdb/parser/http/bsouplxml copying imdb/parser/http/bsouplxml/html.py -> build/lib/imdb/parser/http/bsouplxml copying imdb/parser/http/bsouplxml/_bsoup.py -> build/lib/imdb/parser/http/bsouplxml copying imdb/parser/http/bsouplxml/__init__.py -> build/lib/imdb/parser/http/bsouplxml creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/Character.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/Company.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/helpers.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/Movie.py -> build/bdist.linux-x86_64/egg/imdb creating build/bdist.linux-x86_64/egg/imdb/parser creating build/bdist.linux-x86_64/egg/imdb/parser/common copying build/lib/imdb/parser/common/locsql.py -> build/bdist.linux-x86_64/egg/imdb/parser/common copying build/lib/imdb/parser/common/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/common creating build/bdist.linux-x86_64/egg/imdb/parser/http creating build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/bsouplxml/bsoupxpath.py -> build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/bsouplxml/etree.py -> build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/bsouplxml/html.py -> build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/bsouplxml/_bsoup.py -> build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/bsouplxml/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml copying build/lib/imdb/parser/http/characterParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/companyParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/movieParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/personParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/searchCharacterParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/searchCompanyParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/searchKeywordParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/searchMovieParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/searchPersonParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/topBottomParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/utils.py -> build/bdist.linux-x86_64/egg/imdb/parser/http copying build/lib/imdb/parser/http/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/http creating build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/characterParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/companyParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/movieParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/personParser.py -> build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/utils.py -> build/bdist.linux-x86_64/egg/imdb/parser/local copying build/lib/imdb/parser/local/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/local creating build/bdist.linux-x86_64/egg/imdb/parser/mobile copying build/lib/imdb/parser/mobile/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/mobile creating build/bdist.linux-x86_64/egg/imdb/parser/sql copying build/lib/imdb/parser/sql/alchemyadapter.py -> build/bdist.linux-x86_64/egg/imdb/parser/sql copying build/lib/imdb/parser/sql/dbschema.py -> build/bdist.linux-x86_64/egg/imdb/parser/sql copying build/lib/imdb/parser/sql/objectadapter.py -> build/bdist.linux-x86_64/egg/imdb/parser/sql copying build/lib/imdb/parser/sql/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser/sql copying build/lib/imdb/parser/__init__.py -> build/bdist.linux-x86_64/egg/imdb/parser copying build/lib/imdb/Person.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/utils.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/_compat.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/_exceptions.py -> build/bdist.linux-x86_64/egg/imdb copying build/lib/imdb/__init__.py -> build/bdist.linux-x86_64/egg/imdb byte-compiling build/bdist.linux-x86_64/egg/imdb/Character.py to Character.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/Company.py to Company.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/helpers.py to helpers.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/Movie.py to Movie.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/common/locsql.py to locsql.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/common/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml/bsoupxpath.py to bsoupxpath.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml/etree.py to etree.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml/html.py to html.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml/_bsoup.py to _bsoup.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/bsouplxml/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/characterParser.py to characterParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/companyParser.py to companyParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/movieParser.py to movieParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/personParser.py to personParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/searchCharacterParser.py to searchCharacterParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/searchCompanyParser.py to searchCompanyParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/searchKeywordParser.py to searchKeywordParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/searchMovieParser.py to searchMovieParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/searchPersonParser.py to searchPersonParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/topBottomParser.py to topBottomParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/http/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/characterParser.py to characterParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/companyParser.py to companyParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/movieParser.py to movieParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/personParser.py to personParser.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/local/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/mobile/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/sql/alchemyadapter.py to alchemyadapter.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/sql/dbschema.py to dbschema.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/sql/objectadapter.py to objectadapter.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/sql/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/parser/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/Person.py to Person.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/utils.py to utils.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/_compat.py to _compat.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/_exceptions.py to _exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/imdb/__init__.py to __init__.pyc installing package data to build/bdist.linux-x86_64/egg running install_data creating build/bdist.linux-x86_64/egg/doc copying docs/AUTHOR.txt -> build/bdist.linux-x86_64/egg/doc copying docs/Changelog.txt -> build/bdist.linux-x86_64/egg/doc copying docs/CONTRIBUTORS.txt -> build/bdist.linux-x86_64/egg/doc copying docs/CREDITS.txt -> build/bdist.linux-x86_64/egg/doc copying docs/DISCLAIMER.txt -> build/bdist.linux-x86_64/egg/doc copying docs/FAQS.txt -> build/bdist.linux-x86_64/egg/doc copying docs/GPL.txt -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpy.cfg -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpyico.png -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpyico.xpm -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpyico16x16.ico -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpyico32x32.ico -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpyPowered.png -> build/bdist.linux-x86_64/egg/doc copying docs/imdbpywin.bmp -> build/bdist.linux-x86_64/egg/doc copying docs/INSTALL.txt -> build/bdist.linux-x86_64/egg/doc copying docs/LICENSE.txt -> build/bdist.linux-x86_64/egg/doc copying docs/README.adult -> build/bdist.linux-x86_64/egg/doc copying docs/README.companies -> build/bdist.linux-x86_64/egg/doc copying docs/README.currentRole -> build/bdist.linux-x86_64/egg/doc copying docs/README.devel -> build/bdist.linux-x86_64/egg/doc copying docs/README.local -> build/bdist.linux-x86_64/egg/doc copying docs/README.mobile -> build/bdist.linux-x86_64/egg/doc copying docs/README.newparsers -> build/bdist.linux-x86_64/egg/doc copying docs/README.package -> build/bdist.linux-x86_64/egg/doc copying docs/README.redesign -> build/bdist.linux-x86_64/egg/doc copying docs/README.series -> build/bdist.linux-x86_64/egg/doc copying docs/README.sqldb -> build/bdist.linux-x86_64/egg/doc copying docs/README.txt -> build/bdist.linux-x86_64/egg/doc copying docs/README.users -> build/bdist.linux-x86_64/egg/doc copying docs/README.utf8 -> build/bdist.linux-x86_64/egg/doc copying docs/TODO.txt -> build/bdist.linux-x86_64/egg/doc creating build/bdist.linux-x86_64/egg/etc copying docs/imdbpy.cfg -> build/bdist.linux-x86_64/egg/etc creating build/bdist.linux-x86_64/egg/EGG-INFO installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/scripts-2.5 copying and adjusting ./bin/get_first_movie.py -> build/scripts-2.5 copying and adjusting ./bin/get_movie.py -> build/scripts-2.5 copying and adjusting ./bin/search_movie.py -> build/scripts-2.5 copying and adjusting ./bin/get_first_person.py -> build/scripts-2.5 copying and adjusting ./bin/get_person.py -> build/scripts-2.5 copying and adjusting ./bin/search_person.py -> build/scripts-2.5 copying and adjusting ./bin/get_character.py -> build/scripts-2.5 copying and adjusting ./bin/get_first_character.py -> build/scripts-2.5 copying and adjusting ./bin/get_company.py -> build/scripts-2.5 copying and adjusting ./bin/search_character.py -> build/scripts-2.5 copying and adjusting ./bin/search_company.py -> build/scripts-2.5 copying and adjusting ./bin/get_first_company.py -> build/scripts-2.5 copying and adjusting ./bin/imdbpy2sql.py -> build/scripts-2.5 copying and adjusting ./bin/characters4local.py -> build/scripts-2.5 copying and adjusting ./bin/companies4local.py -> build/scripts-2.5 copying and adjusting ./bin/misc-companies4local.py -> build/scripts-2.5 copying and adjusting ./bin/mpaa4local.py -> build/scripts-2.5 copying and adjusting ./bin/topbottom4local.py -> build/scripts-2.5 changing mode of build/scripts-2.5/get_first_movie.py from 770 to 775 changing mode of build/scripts-2.5/get_movie.py from 770 to 775 changing mode of build/scripts-2.5/search_movie.py from 770 to 775 changing mode of build/scripts-2.5/get_first_person.py from 770 to 775 changing mode of build/scripts-2.5/get_person.py from 770 to 775 changing mode of build/scripts-2.5/search_person.py from 770 to 775 changing mode of build/scripts-2.5/get_character.py from 770 to 775 changing mode of build/scripts-2.5/get_first_character.py from 770 to 775 changing mode of build/scripts-2.5/get_company.py from 770 to 775 changing mode of build/scripts-2.5/search_character.py from 770 to 775 changing mode of build/scripts-2.5/search_company.py from 770 to 775 changing mode of build/scripts-2.5/get_first_company.py from 770 to 775 changing mode of build/scripts-2.5/imdbpy2sql.py from 770 to 775 changing mode of build/scripts-2.5/characters4local.py from 770 to 775 changing mode of build/scripts-2.5/companies4local.py from 770 to 775 changing mode of build/scripts-2.5/misc-companies4local.py from 770 to 775 changing mode of build/scripts-2.5/mpaa4local.py from 770 to 775 changing mode of build/scripts-2.5/topbottom4local.py from 770 to 775 creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/characters4local.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/companies4local.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_character.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_company.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_first_character.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_first_company.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_first_movie.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_first_person.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_movie.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/get_person.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/imdbpy2sql.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/misc-companies4local.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/mpaa4local.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/search_character.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/search_company.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/search_movie.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/search_person.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts copying build/scripts-2.5/topbottom4local.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/characters4local.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/companies4local.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_character.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_company.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_first_character.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_first_company.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_first_movie.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_first_person.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_movie.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/get_person.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/imdbpy2sql.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/misc-companies4local.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/mpaa4local.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/search_character.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/search_company.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/search_movie.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/search_person.py to 775 changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/topbottom4local.py to 775 copying IMDbPY.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying IMDbPY.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying IMDbPY.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying IMDbPY.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying IMDbPY.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying IMDbPY.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/IMDbPY-4.0dev-py2.5.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing setuptools-0.6c9-py2.5.egg Copying setuptools-0.6c9-py2.5.egg to /usr/lib/python2.5/site-packages Adding setuptools 0.6c9 to easy-install.pth file Installing easy_install script to /usr/bin Installing easy_install-2.5 script to /usr/bin
Installed /usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg Processing dependencies for setuptools==0.6c9 Finished processing dependencies for setuptools==0.6c9 Processing IMDbPY-4.0dev-py2.5.egg Copying IMDbPY-4.0dev-py2.5.egg to /usr/lib/python2.5/site-packages Adding IMDbPY 4.0dev to easy-install.pth file Installing get_company.py script to /usr/bin Installing get_person.py script to /usr/bin Installing get_movie.py script to /usr/bin Installing search_movie.py script to /usr/bin Installing characters4local.py script to /usr/bin Installing get_first_company.py script to /usr/bin Installing get_character.py script to /usr/bin Installing search_company.py script to /usr/bin Installing get_first_character.py script to /usr/bin Installing get_first_movie.py script to /usr/bin Installing mpaa4local.py script to /usr/bin Installing get_first_person.py script to /usr/bin Installing imdbpy2sql.py script to /usr/bin Installing companies4local.py script to /usr/bin Installing search_character.py script to /usr/bin Installing search_person.py script to /usr/bin Installing misc-companies4local.py script to /usr/bin Installing topbottom4local.py script to /usr/bin Installed /usr/lib/python2.5/site-packages/IMDbPY-4.0dev-py2.5.egg Processing dependencies for IMDbPY==4.0dev Searching for SQLAlchemy Reading http://pypi.python.org/simple/SQLAlchemy/ Reading http://www.sqlalchemy.org Best match: SQLAlchemy 0.5.2 Downloading http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.2.tar.gz#md5=616893cbfb7b04a4f0ca9587bded3a1c Processing SQLAlchemy-0.5.2.tar.gz Running SQLAlchemy-0.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-J4Aby_/SQLAlchemy-0.5.2/egg-dist-tmp-eyKcul no previously-included directories found matching 'doc/build/output' zip_safe flag not set; analyzing archive contents... sqlalchemy.databases.mysql: module MAY be using inspect.stack Adding SQLAlchemy 0.5.2 to easy-install.pth file Installed /usr/lib/python2.5/site-packages/SQLAlchemy-0.5.2-py2.5.egg Searching for SQLObject Reading http://pypi.python.org/simple/SQLObject/ Reading http://sqlobject.org/ Reading http://sqlobject.org Reading http://sqlobject.org/devel/ Best match: SQLObject 0.10.4 Downloading http://pypi.python.org/packages/2.5/S/SQLObject/SQLObject-0.10.4-py2.5.egg#md5=a9a6748891b58762eabcbd09c4f2d4b4 Processing SQLObject-0.10.4-py2.5.egg creating /usr/lib/python2.5/site-packages/SQLObject-0.10.4-py2.5.egg Extracting SQLObject-0.10.4-py2.5.egg to /usr/lib/python2.5/site-packages Adding SQLObject 0.10.4 to easy-install.pth file Installing sqlobject-admin script to /usr/bin Installed /usr/lib/python2.5/site-packages/SQLObject-0.10.4-py2.5.egg Searching for FormEncode>=0.2.2 Reading http://pypi.python.org/simple/FormEncode/ Reading http://formencode.org Reading http://formencode.sf.net Best match: FormEncode 1.2.1 Downloading http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.1.tar.gz#md5=7030996497f3cf012bc9e99b4ca3e920 Processing FormEncode-1.2.1.tar.gz Running FormEncode-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-gXFTtv/FormEncode-1.2.1/egg-dist-tmp-m3vrYW warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Adding FormEncode 1.2.1 to easy-install.pth file Installed /usr/lib/python2.5/site-packages/FormEncode-1.2.1-py2.5.egg Searching for lxml==1.3.6 Best match: lxml 1.3.6 Adding lxml 1.3.6 to easy-install.pth file Using /usr/lib/python2.5/site-packages Finished processing dependencies for IMDbPY==4.0dev
------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
_______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel