Menu

Install errors: missing python modules

Help
John
2005-12-02
2013-04-25
  • John

    John - 2005-12-02

    I'm trying to install this on Slackware 10.1 with Python 2.4.1 and pygtk 2.6.2.  When I try to install as root using 'python setup.py install' I  get the following errors:

    Error: Image Python module is required to install Gnome-Sudoku
    Error: Numeric Python module is required to install Gnome-Sudoku

    I've tried searching on python.org and google for how to install these modules, but haven't found anything.  Do you know where I can get these?

    Thanks,

    ~bh445

     
    • Bob Hepple

      Bob Hepple - 2005-12-23

      I'm working in gentoo but had the same problem:

      I resolved those dependencies with these packages:
      dev-python/imaging
      dev-python/numeric

      ... perhaps that will help with Slackware.

      I'm still trying to find something to resolve:

      Error: gnomeprint Python module is required to install Gnome-Sudoku

      Unfortunately, the following doesn't find anything:
      find /usr/portage -maxdepth 2 |grep -i python |grep -i print

      I have these installed:
      dev-python/pygtk-2.6.2
      dev-python/gnome-python-2.10.0
      dev-python/gnome-python-extras-2.10.2

      Any idea where I can find it????

       

Log in to post a comment.