#37400: py-scipy: Add py33 subport -----------------------+-------------------------------- Reporter: g5pw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: haspatch Port: py-scipy | -----------------------+-------------------------------- Comment (by vince@…): It might need some extra work: {{{ -> python3.3 Python 3.3.0 (default, Dec 27 2012, 09:24:45) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin Type "help", "copyright", "credits" or "license" for more information.
from scipy import special Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3 /site-packages/scipy/special/__init__.py", line 532, in <module> from .lambertw import lambertw File "lambertw.pyx", line 24, in init scipy.special.lambertw (scipy/special/lambertw.c:1588) ValueError: level must be >= 0 ^D -> python3.2 Python 3.2.3 (default, Dec 20 2012, 10:52:17) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin Type "help", "copyright", "credits" or "license" for more information. from scipy import special ^D }}}
-- Ticket URL: <https://trac.macports.org/ticket/37400#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS