Closed will-henney closed 10 years ago
Hi. This pysynphot
is still in development and not ready for distribution yet. For now, please use the pysynphot
officially distributed by STScI, available here: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python
OK, thanks. I had actually already tried the released version, which I just installed with pip install pysnphot
but it didn't work in python 3.3 - some problem with circular imports. However, it does work with python 2.7, so I guess I will have to go with that.
I saw the link to your version on this blog post. Maybe you should leave a comment there if you would rather discourage anyone from using it yet :)
Yes, we are aware of the circular import problem in the release version (which does not support Python 3) and we apologize for any inconvenience caused. Do try the release version in Python 2.7 and please contact help[at]stsci.edu if you run into problem with the release version.
Thank you for alerting me to the blog post. I'll leave a comment there.
Hi,
I am trying to install your pysynphot package, but I get an error:
urllib2.URLError: <urlopen error ftp error: >
(full traceback given below). The same thing happens with both python 2.7 and 3.3. The problem seems to be with the STScI FTP server. Indeed, I get the following when I try and access it on the command line:which doesn't look healthy! Is there any alternative source of the data files?
Cheers
Will