Re: [python-win32] Question about Python script

2017-10-17 Thread Tim Roberts
Schoeni, Yann wrote: >   > > I don’t see anything about color depth in the script, do you think I > should define it somewhere ? > >   > > I did this to check that everything was correct before the image was > draw : > >   > > bmp = Image.open (file_name) > > print(bmp.mode) > >   > > The return va

Re: [python-win32] Question about Python script

2017-10-07 Thread mc@mclaveau
Le 06/10/2017 à 12:51, Schoeni, Yann a écrit : Hello, I’ve recently start to work with Python. I’m developing a managment software for a swimming pool, this software needs to print stuff directly from the website. I’m using Ajax request and shell exec to call a Python script which launch t

Re: [python-win32] Question about Python script

2017-10-06 Thread Tim Roberts
Schoeni, Yann wrote: > > I’ve recently start to work with Python. > >   > > I’m developing a managment software for a swimming pool, this software > needs to print stuff directly from the website. > >   > > I’m using Ajax request and shell exec to call a Python script which > launch the print job.

[python-win32] Question about Python script

2017-10-06 Thread Schoeni, Yann
Hello, I've recently start to work with Python. I'm developing a managment software for a swimming pool, this software needs to print stuff directly from the website. I'm using Ajax request and shell exec to call a Python script which launch the print job. The script to print an image works f