Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Dean Allen Provins
Jürgen, Tim Golden and Tim Roberts: Jürgen Kareta wrote: > > > Hello Dean, > > >>I am not a Windows programmer, but have managed to port some Linux codes to >>the >>python/windows environment. To allow windows users to print, I used some code >>that needed to know the name of the 'shares' pr

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Jürgen Kareta
Uphs , sorry for spamming the ml. I had a problem with my mail reader. regards, Jürgen ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Tim Roberts
Dean Allen Provins wrote: >I am not a Windows programmer, but have managed to port some Linux codes to the >python/windows environment. To allow windows users to print, I used some code >that needed to know the name of the 'shares' providing printers (there were 2 >of >them in the environment in

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Jürgen Kareta
Hello Dean, >I am not a Windows programmer, but have managed to port some Linux codes to the >python/windows environment. To allow windows users to print, I used some code >that needed to know the name of the 'shares' providing printers (there were 2 >of >them in the environment in which I wo

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Jürgen Kareta
Hello Dean, >I am not a Windows programmer, but have managed to port some Linux codes to the >python/windows environment. To allow windows users to print, I used some code >that needed to know the name of the 'shares' providing printers (there were 2 >of >them in the environment in which I work)

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Jürgen Kareta
Hello Dean, >I am not a Windows programmer, but have managed to port some Linux codes to the >python/windows environment. To allow windows users to print, I used some code >that needed to know the name of the 'shares' providing printers (there were 2 >of >them in the environment in which I work)

Re: [python-win32] printer identification on Windows network

2006-10-17 Thread Tim Golden
[Dean Allen Provins] | To allow windows users to print, | I used some code that needed to know the name of the | 'shares' providing printers (there were 2 of | them in the environment in which I work). | My question then is, "how does one determine the share names | in an arbitrary environmen

Re: [python-win32] What is Variant VT_UI1 in Python?

2006-10-17 Thread S. S. Hares
Thanks very much Mark! The buffer does work, it turns out I was using the COM object improperly. (Oops, sorry) --- Mark Hammond <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm having difficulty passing a VT_UI1 to a COM > > object. I've tried passing a list/tuple of bytes > but > > it's raisin

[python-win32] printer identification on Windows network

2006-10-17 Thread Dean Allen Provins
I am not a Windows programmer, but have managed to port some Linux codes to the python/windows environment. To allow windows users to print, I used some code that needed to know the name of the 'shares' providing printers (there were 2 of them in the environment in which I work). The code looks i