plasm-language / pyplasm

http://www.dia.uniroma3.it/~paoluzzi/plasm502/
Other
54 stars 24 forks source link

Problem on Mac Os X #6

Closed marcoliceti closed 11 years ago

marcoliceti commented 11 years ago

On Mac OS X 10.8.2, I installed PyPlasm following this instructions:

cd /home/$USERNAME/pyplasm mkdir build cd build cmake -GXcode ../ xcodebuild -project PyPlasm.xcodeproj -target ALL_BUILD -configuration Release sudo xcodebuild -project PyPlasm.xcodeproj -target install -configuration Release

Installation did succeed, but after starting Python and loading PyPlasm module I get the following error:

from pyplasm import * Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6

marcoliceti commented 11 years ago

Solved using OS X pre-installed Python.