Differences between revisions 8 and 9
Revision 8 as of 2009-08-12 17:58:30
Size: 689
Editor: bcm-10-134
Comment:
Revision 9 as of 2009-08-12 18:00:46
Size: 677
Editor: bcm-10-134
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Error details:
Line 3: Line 4:
 . Error details:
 .
C:\EMAN2>e2.py Traceback (most recent call last):
  . File "C:\EMAN2\bin\e2.py", line 37, in <module>
   . import EMAN2
C:\EMAN2>e2.py Traceback (most recent call last):
  File "C:\EMAN2\bin\e2.py", line 37, in <module>
    import EMAN2
Line 8: Line 8:
   . from EMAN2_cppwrap import *     from EMAN2_cppwrap import *
Line 10: Line 10:
   . from libpyAligner2 import *
 !ImportError: No module named libpyAligner2
    from libpyAligner2 import *
!ImportError: No module named libpyAligner2

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)