Heyho, I uploaded a fixed version for this issue at
http://pyside.markus-ullmann.de/pyside-1.0.0-qt47-py26apple-r1.pkg >> In [1]: import PySide >> ------------------------------------------------------------ >> Traceback (most recent call last): >> File "<ipython console>", line 1, in<module> >> File "/Library/Python/2.6/site-packages/PySide/__init__.py", line 2, >> in<module> >> import private >> File "/Library/Python/2.6/site-packages/PySide/private.py", line 2, >> in<module> >> from QtCore import __moduleShutdown >> ImportError: dlopen(/Library/Python/2.6/site-packages/PySide/ >> QtCore.so, 2): Symbol not found: _PyCapsule_Import >> Referenced from: /Library/Python/2.6/site-packages/PySide/QtCore.so >> Expected in: flat namespace >> in /Library/Python/2.6/site-packages/PySide/QtCore.so > > This symbol is from Python, not from PySide, so something is wrong with your > Python installation, maybe you are using modules from a version X on an > interpreter version Y, where X and Y are Python versions. Reasoning was that per default it uses the current Python framework version, even if the interpreter itself is overridden. I fixed my Makefile accordingly and now the build is sane again. Best Regards, Markus _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
