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
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
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
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
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)
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)
[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
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
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