Differences between revisions 7 and 8
Revision 7 as of 2008-11-26 04:42:28
Size: 681
Editor: localhost
Comment: converted to 1.6 markup
Revision 8 as of 2009-08-12 17:58:30
Size: 689
Editor: bcm-10-134
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{
Line 12: Line 12:
}}}

Q: EMAN2 installed under Windows doesn't work properly. Any suggestions?

 . Error details:
 . C:\EMAN2>e2.py Traceback (most recent call last):
  . File "C:\EMAN2\bin\e2.py", line 37, in <module>
   . import EMAN2
  File "C:\EMAN2\lib\EMAN2.py", line 33, in <module>
   . from EMAN2_cppwrap import *
  File "C:\EMAN2\lib\EMAN2_cppwrap.py", line 33, in <module>
   . from libpyAligner2 import *
 !ImportError: No module named libpyAligner2

A:

  • You need change all libpy***.dll file to libpy***.pyd. Because ".dll is no longer supported as a filename extension for extension modules. .pyd is now the only filename extension that will searchfor".

EMAN2/FAQ/UseEman2_Windows (last edited 2009-08-12 18:00:46 by bcm-10-134)