Opened 18 years ago
Closed 18 years ago
#108 closed defect (fixed)
Problems installing ASAP 2.2.0 under Mac OSX intel
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.2 |
Component: | General | Version: | 2.0 |
Severity: | critical | Keywords: | Simon.Ellingsen@utas.edu.au |
Cc: |
Description (last modified by )
I have followed the instructions on the ASAP wiki for installation of 2.2.0 under Mac OSX (intel), but have had problems.
One minor issue is that steps b and c are identical. I think that one of them should be installation of numpy? I have obtained the latest number numpy-1.0.1-py2.4-macosx10.4-2006-12-12.dmg from http://pythonmac.org/packages/py24-fat/ and installed that but it made no difference.
All the steps work OK up to the point of running ASAP. ipython etc is fine and ipython -pylab returned no errors (it was definitely version 0.80). But when I try to run asap I get the error :
Loading ASAP... ------------------------------------------------------------ Traceback (most recent call last): File "<string>", line 1, in ? File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/__init__.py", line 316, in ? from asap._asap import Log as _asaplog ImportError: Failure linking new module: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/_asap.so: Library not loaded: /usr/local/lib/libgfortran.2.dylib Referenced from: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/_asap.so Reason: image not found WARNING: Loading of asap failed. ------------------------------------------------------------ Traceback (most recent call last): File "<string>", line 1, in ? NameError: name 'welcome' is not defined WARNING: Failure executing code: 'print welcome()' ASAP>
Change History (2)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|
comment:2 by , 18 years ago
Keywords: | Simon.Ellingsen@utas.edu.au added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I forgot to link in libgfortran statically.
I have updated the binary. Please download and re-install.