Opened 17 years ago
Closed 17 years ago
#124 closed defect (duplicate)
File missing in execution
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | high | Milestone: | ASAP 2.2 |
Component: | General | Version: | 2.0 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Malte
I'm afraid there is some temporary file created during execution which is missing. I get the following error when trying to run a script with the latest version of asap on my Power PC Mac. Note that on my laptop, which I haven't upgraded to this version of asap_2.1.1 not 2.2, my script runs fine.
Thanks
Michael
ASAP>execfile('071001_asap.txt') Auto averaging integrations Importing 2007-10-01_082248_T040.rpf... Importing 2007-10-01_091752_T040.rpf... usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
chmod: /Users/michaelburton/Text/Analysis/Tidbinbilla: No such file or directory chmod: HC5N/t040_071001/temp381_1064: No such file or directory
Traceback (most recent call last):
File "<ipython console>", line 1, in ? File "071001_asap.txt", line 7, in ?
d = scantable(files)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 73, in init
self._fill(filename, unit, average)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/scantable.py", line 1748, in _fill
tbl = self._math._merge([self, tbl])
RuntimeError: Table /Users/michaelburton/Text/Analysis/Tidbinbilla HC5N/t040_071001/temp381_1064 does not exist
I have merged this with #125