views:

15

answers:

0

I want to use the P4 Python Package on a windows machine. from: [http://www.bmnh.org/~pf/p4.html][1] I have python 2.6 installed and working with numpy ready and realines.py installed.

There is a win32-gbu version of GSL installed on my windows machine, from gnuwin32.sourceforge.net/packages/gsl.htm

When I try to install P4, using setup.py install, everithing is compiled fine, but I get the message: "

Some parts of p4 involving likelihood calculations, mcmc, etc, cannot be installed. You may not really need those parts, in which case fine.

However, if you do need those parts, they have pre-requisites and it seems that those pre-requisites were not found.

The GSL (Gnu Scientific Library) libgsl could not be found. (If you want to install it,if you use a package manager, you may need to install both gsl and gsl-dev, for the header files.)* "

How can I get it to work in windows?!