Re: Sending multi-part MIME package via HTTP-POST

2008-11-04 Thread Justin Ezequiel
have you tried using the def request(self, method, url, body=None, headers={}) method instead of putrequest, endheaders, send methods? where body is --===1845688244== Content-Type: application/vnd.cip4-jmf+xml MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-ID: beginning

Re: Sending multi-part MIME package via HTTP-POST

2008-11-04 Thread [EMAIL PROTECTED]
Sadly, there is no way to increase the log verbosity. On Oct 17, 2:42 am, Lawrence D'Oliveiro <[EMAIL PROTECTED] central.gen.new_zealand> wrote: > In message > <[EMAIL PROTECTED]>, > > > > [EMAIL PROTECTED] wrote: > > On Oct 15, 2:42 am, Lawrence D'Oliveiro <[EMAIL PROTECTED] > > central.gen.new_z

Re: Sending multi-part MIME package via HTTP-POST

2008-10-17 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > On Oct 15, 2:42 am, Lawrence D'Oliveiro <[EMAIL PROTECTED] > central.gen.new_zealand> wrote: > >> In message >> <[EMAIL PROTECTED]>, >> >> [EMAIL PROTECTED] wrote: >> > ... but I'm getting a very vague server error message ... >> >> Which

Re: Sending multi-part MIME package via HTTP-POST

2008-10-15 Thread [EMAIL PROTECTED]
On Oct 15, 2:42 am, Lawrence D'Oliveiro <[EMAIL PROTECTED] central.gen.new_zealand> wrote: > In message > <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] wrote: > > ... but I'm getting a very vague server error message ... > > Which is? In this case it's not really something that will be readily recogn

Re: Sending multi-part MIME package via HTTP-POST

2008-10-15 Thread Steve Holden
Lawrence D'Oliveiro wrote: > In message > <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] wrote: > >> ... but I'm getting a very vague server error message ... > > Which is? > very vague ... -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/

Re: Sending multi-part MIME package via HTTP-POST

2008-10-14 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > ... but I'm getting a very vague server error message ... Which is? -- http://mail.python.org/mailman/listinfo/python-list

Sending multi-part MIME package via HTTP-POST

2008-10-13 Thread [EMAIL PROTECTED]
This has got me somewhat stumped, so I'll throw it up here in hopes that someone has ran into this before. I'm trying to send a MIME package to Esko Backstage. I'm a bit confused as to how to send this to the server in a manner that it'll be able to get and de-code the MIME package in a valid way.