Re: [python-win32] win32com + Brother Printer + Django

2018-03-25 Thread Scott Vitale
> > > -- > > Message: 1 > Date: Sat, 24 Mar 2018 23:23:43 -0700 > From: Tim Roberts <t...@probo.com> > To: Python-Win32 List <python-win32@python.org> > Subject: Re: [python-win32] win32com + Brot

Re: [python-win32] win32com + Brother Printer + Django

2018-03-25 Thread Tim Roberts
On Mar 23, 2018, at 9:44 AM, Scott Vitale wrote: > > I'm looking for some win32com help... I have a simple Python script that > creates a `Dispatch` object for a `bpac.Document` type (it's a Brother > printer SDK class). It works perfectly fine in a standalong script,

[python-win32] win32com + Brother Printer + Django

2018-03-23 Thread Scott Vitale
Hi there, I'm looking for some win32com help... I have a simple Python script that creates a `Dispatch` object for a `bpac.Document` type (it's a Brother printer SDK class). It works perfectly fine in a standalong script, but as soon as I attempt to call this code from Django, it hangs on