#19583: py26-wxpython wrongfully decides to build himself universal --------------------------------+------------------------------------------- Reporter: vince@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: py26-wxpython --------------------------------+------------------------------------------- Comment(by vince@…): Well, adding CFLAGS="" and CXXFLAGS="" to the build.env line solves build problem, but another then appears : {{{ Python 2.6 (r26:66714, Nov 19 2008, 14:55:25) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information.
from wx import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/pkg/lib/python2.6/site-packages/wx-2.8-mac- unicode/wx/__init__.py", line 45, in <module> from wx._core import * File "/usr/pkg/lib/python2.6/site-packages/wx-2.8-mac- unicode/wx/_core.py", line 4, in <module> import _core_ ImportError: dynamic module does not define init function (init_core_) }}}
whatever python is run in 32 or 64-bit mode... -- Ticket URL: <http://trac.macports.org/ticket/19583#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS