Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing climin on windows x64, anaconda 2.5 and python 2.7 #40

Closed
finmod opened this issue Mar 9, 2016 · 1 comment
Closed

Installing climin on windows x64, anaconda 2.5 and python 2.7 #40

finmod opened this issue Mar 9, 2016 · 1 comment

Comments

@finmod
Copy link

finmod commented Mar 9, 2016

Let me point out that with anaconda 2.5, python 2.7 and windows x64, after installing climin with pip, it is necessary to comment out this section in init.py of climin.

if sys.platform == 'win32':

basepath = imp.find_module('numpy')[1]

ctypes.CDLL(os.path.join(basepath, 'core', 'libmmd.dll'))

ctypes.CDLL(os.path.join(basepath, 'core', 'libifcoremd.dll'))

then climin runs superbly.

Today 64-bit machines are probably the majority and 32-bit machines an exception.

@msoelch
Copy link
Contributor

msoelch commented Jul 12, 2016

Should be fixed as of now with downward compatibility.

@msoelch msoelch closed this as completed Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@msoelch @finmod and others