I had that error every time that I tried to use the command line or iPython (but it worked in Spyder).
Most probably you will have more than one Python interpreter, you have to select the Python interpreter that was used in the compilation process, either of nupic or any other dependency. If this works in python or iPython then you have the correct interpreter: from nupic.bindings.math import GetNTAReal Hope it helps! On Wed, 18 Nov 2015 at 14:37, Roberto Becerra <[email protected]> wrote: > Hi Community! > > Has anyone rendered a standalone application in OSX using Nupic? > > I did with pyinstaller and got this ugly message, > > *Last login: Wed Nov 18 11:00:47 on ttys001* > */Users/nupic/dist/standalone ; exit;* > *Macs-Mac-mini:~ nupic$ /Users/nupic/dist/standalone ; exit;* > *Fatal Python error: PyThreadState_Get: no current thread* > *Abort trap: 6* > *logout* > > Following what I read I might have something to do with the Python version > where Nupic is built and the one I am running my script on. > I am using 2.7.6 in my machine. > > Any advice, experience or knowledge? > > Roberto >
