[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

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

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 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
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 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' providing