Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2008-06-26 13:42:07
Size: 468
Editor: lccc6-192
Comment:
Revision 6 as of 2008-06-26 19:14:57
Size: 681
Editor: gtang
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?''' '''Q: EMAN2 installed under Windows doesn't work properly. Any suggestions?'''
Line 14: Line 14:
 . 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)