Changes between Initial Version and Version 1 of Ticket #41750


Ignore:
Timestamp:
Dec 10, 2013, 3:44:25 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The output you showed above shows that those ports were already installed before you ran the commands.

Modules whose names begin with "py-" are stubs; they don't actually install anything. Each of our Python modules is available for several different versions of Python. Install the one for the specific version of Python you want. For example, if you want to use py-mahotas with MacPorts python27, install py27-mahotas.

py-pymorph appears to be available only for MacPorts python26, so you'll have to install py26-pymorph and use python26. I don't know if this is due to an oversight or due to an incompatibility with other Python versions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41750

    • Property Owner changed from macports-tickets@… to stromnov@…
  • Ticket #41750 – Description

    initial v1  
    11I have tried to install the py-mahotas and py-pymorph packages. Everything appears to go OK...following returned
     2{{{
    23--->  Computing dependencies for py-mahotas
    34--->  Cleaning py-mahotas
    45--->  Scanning binaries for linking errors: 100.0%
    56--->  No broken files found.
     7}}}
    68
    79However, when I go to import either module they can't be found. When I list available modules neither is listed. All the other modules I have installed work properly. I am running Mavericks.