On Sun, 3 Mar 2013, Sven Schreiber wrote:
Am 03.03.2013 03:42, schrieb Allin Cottrell:
> On Sat, 2 Mar 2013, Allin Cottrell wrote:
>> Presumably another solution would be to bypass savetxt and just do a
>> low-level write-out of the values in the matrix. I'll experiment.
>
> This seems to work fine too (with Python 2.7 at any rate), and is in
> CVS. Let me know if there are backward/forward compatibility issues
> with the solution I chose!
On my Linux systems I also have 2.7 per default, so for testing on Py3 I
have to wait for the next Win snapshot. BTW, it would be nice to be able
to specify the Python interpreter in gretl's settings, similar to the
way R and Octave paths can be specified. (Why not the same for Ox,
actually?) That way, I could point gretl to the parallel Py3
installation that I have on Linux.
In today's CVS/snapshots you can set the Python path. The Ox
path is settable if you check "Enable Ox support" under
preferences. (For good measure, the Stata path is now settable
too.)
Allin