Opened 18 years ago
Closed 18 years ago
#76 closed defect (wontfix)
FC3 binary for ASAP 2.1 doesn't work for me
Reported by: | Owned by: | Chris Phillips | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.1 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
I've installed the ASAP 2.1 binary for FC3, but it doesn't work properly for me (FC3 system). The install script appeared to work properly, the asap_update_data doesn't work for me (probably related to having to give username/password for external web sites from UTas). I've downloaded the asap_data.tar.bz2 from the web site and extracted it into /usr/local/share/asap. This is what I get when I type ASAP (below)
P.S. I'm happy to try installing ASAP 2.1 from source to see if that works.
I haven't updated matplot lib (I'm running version 0.87.3)
Loading ASAP...
Traceback (most recent call last):
File "<string>", line 1, in ? File "/usr/lib/python2.3/site-packages/asap/init.py", line 314, in ?
from asap._asap import Log as _asaplog
ImportError: /usr/lib/python2.3/site-packages/asap/_asap.so: undefined symbol: ffopentest
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 (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Owner: | changed from | to
---|
comment:3 by , 18 years ago
A quick google reveals cfitsio as the culprit. You probably use a different version to Chris.
comment:4 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Old version of cfitsio installed. Upgrade fixed problem
This is fo Chris,
just a not on asap data/
it goes into the same directory as _asap.so e.g. /usr/local/lib/python2.3/site-packages/asap/data
This has changed from the previous release.