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