When uploading zip files in a form I get this error Traceback (most recent call last): File "gluon/main.py", line 503, in wsgibase File "gluon/main.py", line 321, in parse_get_post_vars File "cgi.pyc", line 534, in __init__ File "cgi.pyc", line 659, in read_multi File "cgi.pyc", line 534, in __init__ File "cgi.pyc", line 650, in read_multi ValueError: Invalid boundary in multipart form: ''
It seems to be an error of python 2.5 (see the discussion here http://trac.edgewall.org/ticket/9880) Upgrading to a higher python version solves this problem (e.g. to 2.7) Now the problem is that we are building packages from the "binary" distributions for osx and windows -> http://web2py.com/examples/default/download Is there a chance that you build the packages with a higher python version? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

