On Mon, 19 Mar 2007, Allin Cottrell wrote:
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).
s/PUT/POST
Allin