Hello
I have reinstalled everything in my home dir. ccmake had more differences than listed in your example and I corrected them all. make worked fine in spite of warnings.
make all created an EMAN2 directory in my home dir.
running the test/rt/rt.py issued a number of failures (I attach the log file)
The gui starts and ctf estimation is ok.
however the particle picking generates errors and the images don't get displayed well (first time the image showed up but I could not zoom out and now the window stays black).
I get GL messages:
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/arrays/arraydatatype.py", line 53, in __call__
typ.__module__, type.__name__, repr(value)[:50]
TypeError: No array-type handler for type numpy.type (value: 1) registered
Traceback (most recent call last):
File "/Users/biou/EMAN2/lib/emimage2d.py", line 214, in paintGL
self.render()
File "/Users/biou/EMAN2/lib/emimage2d.py", line 1032, in render
if self.tex_name != 0: glDeleteTextures(self.tex_name)
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/latebind.py", line 61, in __call__
return self.wrapperFunction( self.baseFunction, *args, **named )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/GL/exceptional.py", line 59, in glDeleteTextures
ptr = arrays.GLuintArray.asArray( size )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/arrays/arraydatatype.py", line 149, in asArray
return cls.getHandler(value).asArray( value, typeCode or cls.typeConstant )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/arrays/arraydatatype.py", line 53, in __call__
typ.__module__, type.__name__, repr(value)[:50]
TypeError: No array-type handler for type numpy.type (value: 1) registered
Traceback (most recent call last):
File "/Users/biou/EMAN2/lib/emimage2d.py", line 214, in paintGL
self.render()
File "/Users/biou/EMAN2/lib/emimage2d.py", line 1032, in render
if self.tex_name != 0: glDeleteTextures(self.tex_name)
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/latebind.py", line 61, in __call__
return self.wrapperFunction( self.baseFunction, *args, **named )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/GL/exceptional.py", line 59, in glDeleteTextures
ptr = arrays.GLuintArray.asArray( size )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/arrays/arraydatatype.py", line 149, in asArray
return cls.getHandler(value).asArray( value, typeCode or cls.typeConstant )
File "/Users/biou/anaconda2/lib/python2.7/site-packages/OpenGL/arrays/arraydatatype.py", line 53, in __call__
typ.__module__, type.__name__, repr(value)[:50]
TypeError: No array-type handler for type numpy.type (value: 1) registered
... sorry about all this,
Valerie