|
[Date Index]
[Thread Index]
[Author Index]
Re: Pythonika - Difficulties to install
- To: mathgroup at smc.vnet.net
- Subject: [mg85650] Re: Pythonika - Difficulties to install
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Sun, 17 Feb 2008 07:21:57 -0500 (EST)
- Organization: University of Bergen
- References: <fp67fd$5e9$1@smc.vnet.net>
Pedro Costa wrote:
> I am having difficulties to install Pythonika in Windows Vista. When I go to compile, an error occurs therefore the archive "pythonikatm.c" it is not found.
> Where it is this archive? I only found "pythonika.tm"!
> Thanks.
>
This is explained in the tutorial on compiling MathLink programs:
tutorial/MathLinkDeveloperGuide-Windows
You need to process the .tm file with mprep. This is done by the
Makefile supplied with Pythonika, you just have to edit the paths first
so that they match your specific configuration.
But if you are uncomfortable with compiling C code, why don't you just
use the precompiled executable from the package?
Prev by Date:
Re: Sub-division of surface plotting by PlotPoints->{m,n}
Next by Date:
Re: Numerical Evaluation
Previous by thread:
Pythonika - Difficulties to install
Next by thread:
Garbage collection and mutable data structures
|