Re: [python-win32] Questions regarding pypiwin32 and python 2.7

2018-05-02 Thread Mark Hammond
On 3/05/2018 9:49 am, Daniel Spisak wrote: Mark,      If its possible, could the wheels be published? I have an installer I need to update which I have to give wheels to in case of an offline install scenario. Thanks for the explanation of everything, there wasn't exactly a dearth of informa

Re: [python-win32] Questions regarding pypiwin32 and python 2.7

2018-05-02 Thread Daniel Spisak
Mark, If its possible, could the wheels be published? I have an installer I need to update which I have to give wheels to in case of an offline install scenario. Thanks for the explanation of everything, there wasn't exactly a dearth of information I could find on what was what. On Wed, May

Re: [python-win32] Questions regarding pypiwin32 and python 2.7

2018-05-02 Thread Mark Hammond
On 3/05/2018 6:39 am, Daniel Spisak wrote: Hello! I am trying to do some updates of some systems that utilize pypiwin32 and python 2.7 and I have some confusion about how to go about this. First, a few things: What is the difference between pypiwin32 and pywin32? Is it just packaging in whe

[python-win32] Questions regarding pypiwin32 and python 2.7

2018-05-02 Thread Daniel Spisak
Hello! I am trying to do some updates of some systems that utilize pypiwin32 and python 2.7 and I have some confusion about how to go about this. First, a few things: What is the difference between pypiwin32 and pywin32? Is it just packaging in wheel format? Why does https://github.com/Googulator

Re: [python-win32] Raise exception for printers

2018-05-02 Thread Tim Roberts
Schoeni, Yann wrote: >   > > I’m trying to get error informations from my printer. > >   > > The job is sending from a web application, the application use the php > function « Shell_exec » to call the python CLI and passe the arguments > to the python script. > >   > > Anyway, I first tried to rai

[python-win32] Raise exception for printers

2018-05-02 Thread Schoeni, Yann
Hey guys, I'm trying to get error informations from my printer. The job is sending from a web application, the application use the php function « Shell_exec » to call the python CLI and passe the arguments to the python script. Anyway, I first tried to raise an exception if the printer isn't t