thegooglecodearchive / healpy

Automatically exported from code.google.com/p/healpy
GNU General Public License v2.0
0 stars 0 forks source link

Import healpy fails with reference to _healpy_pixel_lib #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 64-bit builds of Numpy (1.4), Scipy (0.8), Matplotlib (1.0), iPython 
and PyMC (2.1 alpha) 
using the 'Scipy Superpack' (http://macinscience.org/?page_id=6) under OS X 
10.6 (Snow 
Leopard) on Intel Macintosh
2. Install healpy 0.9.6.3
3. Try 'import healpy'

What is the expected output? What do you see instead?
Expected output: none. 
Actual output:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "healpy/__init__.py", line 34, in <module>
    from pixelfunc import (ang2pix,pix2ang,pix2vec,vec2pix,
  File "healpy/pixelfunc.py", line 21, in <module>
    import _healpy_pixel_lib as pixlib
ImportError: No module named _healpy_pixel_lib

What version of the product are you using? On what operating system?
healpy 0.9.6.3, Snow Leopard, with Python 2.6 from python.org

Please provide any additional information below.
Thanks for your attention!

Original issue reported on code.google.com by iain.mcf...@gmail.com on 6 Jan 2010 at 4:23

GoogleCodeExporter commented 9 years ago
Withdrawn! The problem was in my setup. Apologies.

Original comment by iain.mcf...@gmail.com on 21 Feb 2010 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by cyrille....@gmail.com on 19 Apr 2010 at 5:02