Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2008-06-26 13:41:31
Size: 448
Editor: lccc6-192
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 1: Line 1:
'''Q: My Windows installation doesn't work properly. Any suggestions?'''

 .
C:\EMAN2>e2.py Traceback (most recent call last):
  . File "C:\EMAN2\bin\e2.py", line 37, in <module>
   . import EMAN2
'''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
Line 7: Line 8:
   . from EMAN2_cppwrap import *     from EMAN2_cppwrap import *
Line 9: Line 10:
   . from libpyAligner2 import *
 ImportError: No module named libpyAligner2
    from libpyAligner2 import *
!ImportError: No module named libpyAligner2
}}}
Line 13: Line 15:
 . 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".

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)