#29928: Python 2.6 goocanvas library doesn't work? --------------------------------+------------------------------------------- Reporter: dgonyier@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: py26-goocanvas --------------------------------+------------------------------------------- I am trying to build ocrfeeder from a tarball using my macports installation. It requires the python 2.6 goocanvas package. The configure fails for ocrfeeder due to missing py26 goocanvas port. I verified that py26-goocanvas isn't importable by the macports Python 2.6 shell: {{{ $ sudo port installed python26 py26-goocanvas The following ports are currently installed: py26-goocanvas @0.14.1_0 py26-goocanvas @0.14.1_0+universal (active) python26 @2.6.6_3+universal (active) $ /opt/local/bin/python2.6 Python 2.6.6 (r266:84292, May 13 2011, 17:22:31) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import goocanvas Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named goocanvas
$ }}}
I am not a python expert, but I have an Ubuntu installation with python 3.6 and the corresponding Python goocanvas packages installed and the above python import works on Ubuntu. I think this issue also affects the python2.5 and py25-goocanvas macports as well. -- Ticket URL: <https://trac.macports.org/ticket/29928> MacPorts <http://www.macports.org/> Ports system for Mac OS