I need to use scikits.bvp_solver in python. I currently use Canopy as my standard Python interface, where this package isn't available. Is there another available package for solving boundary value problems? I have also tried downloading using macports but the procedure sticks when it tries building gcc48 dependency.
Asked
Active
Viewed 631 times
0
-
platform? In general, you can install any external package into Canopy: https://support.enthought.com/entries/23389761-Installing-packages-into-Canopy-Python-from-the-command-line – Jonathan March Oct 25 '13 at 14:23
-
I have managed to install it using macports, after waiting for a long time to install the gcc dependancy. But even now I can import it neither from canopy nor from the standard python terminal. I cannot find it using sys.modules. There might be something wrong about the Port installation. But even if I try to Easy_install it or manually install it the installation fails! – bergercookie Oct 25 '13 at 16:23