pyminuit icon indicating copy to clipboard operation
pyminuit copied to clipboard

Minuit import issues

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments
trafficstars

What steps will reproduce the problem?
1. from minuit import *
2.
3.

What is the expected output? What do you see instead?
Expected output should be nothing (no errors - indicating proper import of 
module). I see this error:

ImportError: 
dlopen(/Users/groenera/pyminuit/build/lib.macosx-10.5-i386-2.7/minuit.so, 2): 
Symbol not found: __ZN13MnApplicationclEjd
  Referenced from: /Users/groenera/pyminuit/build/lib.macosx-10.5-i386-2.7/minuit.so
  Expected in: dynamic lookup

What version of the product are you using? On what operating system?
I'm using version 1.2.1 (latest), with Minuit-1_7_9-patch1.tar.gz. I'm using 
Mac OSX Lion.

Please provide any additional information below.
Configures, makes, make installs, with no exit errors. I'm just not sure I have 
the path correct in my .bash_profile file.

Original issue reported on code.google.com by [email protected] on 13 Apr 2012 at 12:32

GoogleCodeExporter avatar Mar 15 '15 22:03 GoogleCodeExporter