Re: [python-win32] problem with win32print

2013-01-15 Thread Tim Roberts
lonemover wrote: > Hi guys, > I got a problem with win32print. I learned win32print's usage from > http://timgolden.me.uk/pywin32-docs/win32print.html. > > I have a printer with paper cutting blade. When I using "print the > test page" function, in the end the printer will automatically cuts > th

[python-win32] problem with win32print

2013-01-15 Thread lonemover
Hi guys, I got a problem with win32print. I learned win32print's usage from http://timgolden.me.uk/pywin32-docs/win32print.html. I have a printer with paper cutting blade. When I using "print the test page" function, in the end the printer will automatically cuts the page. How can I do the cutt

Re: [python-win32] Python Finalisation

2013-01-15 Thread niki
On 15.01.2013 00:32, Tom Bowles wrote:> > > Does anybody have any thoughts on this? IIRC re-initialization of binary modules is supported in python3. Hope to be wrong, Niki ___ python-win32 mailing list python-win32@python.org http://mail.python.org/m

Re: [python-win32] Active Directory group creation

2013-01-15 Thread Tim Golden
On 14/01/2013 17:49, Trevor Rowland wrote: > Has anyone managed to create an Active Directory group using either > win32com.client or active_directroy modules ? if so how? > > I have a script automatically adding users to active directory groups > when they are added to projects in our project man

Re: [python-win32] Python Finalisation

2013-01-15 Thread Tom Bowles
On 10 January 2013 18:48, Tom Bowles wrote: > > On 10 January 2013 17:15, Aahz wrote: >> >> On Thu, Jan 10, 2013, Tom Bowles wrote: >> > >> > Hi, I have a question regarding python finalisation when using pywin32. >> > The details are at >> > http://stackoverflow.com/questions/14257654/how-shoul