On Fri, 16 Mar 2007, Sven Schreiber wrote:
My first attempt to upload a package also failed. First I got an
"unspecified error" (in German), at the second attempt gretl just
crashed (after some network activity).
I think this should work now. The issue (or at least, one issue)
was that the py4gretl packages were much bigger than previous
tests, and they overflowed what Apache handles by default for the
http GET method. I have changed the gretl code to use http PUT
when uploading a function package (which makes sense anyway).
There may be some remaining issues relating to the length of the
py4gretl filenames, since this system was originally set up for
gretl databases, which all have small (<16 byte) names. But I
think I've now caught most of those.
Allin.