Actions
Bug #2897
opencomtypes does not have 64-bit installer
Status:
In Test
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/15/2014
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.4
Show in known bugs:
No
Workaround:
Description
need it to try jeolcom.Jeol on K2 computer
Files
Updated by Anchi Cheng over 10 years ago
- File comtypes-0.6.2.win-amd64.exe added
- File comtypes-0.6.2.win-amd64.exe added
Download comtypes-0.6.2 source from SourceForge as zip file. Fixed the import bug for python 27
from distutils.core import setup, Command, DistrutilsOptionError
to
from distutils.cor import setup,Command from distutils.errors import DistutilsOptionError
and then make win-amd64 installer with
C:\Python27\python.exe setup.py bdist_wininst
Updated by Anchi Cheng over 10 years ago
- File deleted (
comtypes-0.6.2.win-amd64.exe)
Updated by Anchi Cheng about 10 years ago
Problem remains if the com dll is compiled for 32-bit, though.
Updated by Neil Voss over 5 years ago
Old bug with new solution:
Updated by Anchi Cheng over 5 years ago
- Status changed from Closed to In Test
- Affected Version changed from Appion/Leginon 3.1.0 to Appion/Leginon 3.4
I gave it a try installing comtype 1.1.7 using the current python 2.7.3 of Leginon window installer. The latter lacks setuptools module that the new version uses. Therefore, if going this route, newer version of python such as 2.7.16 should be installed.
Updated by Anchi Cheng over 5 years ago
- File python-2.7.16.amd64.msi python-2.7.16.amd64.msi added
Attach the python installer here
Updated by Anchi Cheng over 5 years ago
- File comtypes-1.1.7.zip comtypes-1.1.7.zip added
64-bit comtypes
Updated by Anchi Cheng over 5 years ago
Tested this for TVIPS EMMENU scripting integration and it worked.
Updated by Anchi Cheng about 5 years ago
- File deleted (
comtypes-0.6.2.win-amd64.exe)
Actions