skjaeve / python-magnetosphere

Automatically exported from code.google.com/p/python-magnetosphere
GNU General Public License v3.0
1 stars 1 forks source link

Installation issues and tips for Linux (Ubuntu) and other Python versions #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was installing on a Ubuntu 13.04 machine with Python 2.7 and learned the 
following:

1. The current source directory are missing the data files.
2. The source directory is missing cxform.h
3. There are two #include directives which need modification if installing for 
a version of Python other than 2.5
4. Depending on where your machine installs the module, you may need to move 
the IGRF data files.

I was able to get it all working, but wanted to document the issues here so 
that they may be resolved in the future or at least be of help someone else.  
Other versions of Ubuntu or Python will likely be able to use these notes too.

I'm attaching the set of notes I used to resolve these issues and successfully 
install the module.

Original issue reported on code.google.com by mokh0...@umn.edu on 27 Sep 2013 at 5:37

Attachments: