You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Installation following the installation page on a machine with 64-bit
architecture
2.
3.
What is the expected output? What do you see instead?
I got the following warnings when running 'python setup.py
--with-minuit=(pathname to
Minuit-1_7_9)'
ld: warning: in
/Users/lisa/installations/Minuit-1_7_9/src/.libs/liblcg_Minuit.dylib, file is
not of
required architecture
ld: warning: in
/Users/lisa/installations/Minuit-1_7_9/src/.libs/liblcg_Minuit.dylib, file is
not of
required architecture
running install_lib
When I import into python, I get the following error:
In [1]: import minuit
--------------------------------------------------------------------------
-
ImportError Traceback (most recent call last)
/Users/lisa/<ipython console> in <module>()
ImportError: dlopen(/Library/Python/2.6/site-packages/minuit.so, 2): Symbol not
found:
__ZN13MnApplicationclEjd
Referenced from: /Library/Python/2.6/site-packages/minuit.so
Expected in: flat namespace
in /Library/Python/2.6/site-packages/minuit.so
What version of the product are you using? On what operating system?
Snowleopard
Please provide any additional information below.
Original issue reported on code.google.com by lwint...@gmail.com on 1 Apr 2010 at 4:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
lwint...@gmail.com
on 1 Apr 2010 at 4:34The text was updated successfully, but these errors were encountered: