If you were going to do this you may as well just do something likeif sys.platform='win32': os.system('net send ')elif sys.platform[:5]='linux' os.system('smblcient -M etc...')
This would be more portable and simpler than the alternatives I've seen. It would be better if there was just a cro
Roger Upole wrote:
>
> "Hari Sekhon" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Hi,
>> Is there a way of sending winpops (Windows Pop-Up / Net Send messages)
>> in python?
>>
>> Perhaps some library or something that I can use under both Windows and
>> Linux?
>>
>> Hari
"Hari Sekhon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi,
> Is there a way of sending winpops (Windows Pop-Up / Net Send messages) in
> python?
>
> Perhaps some library or something that I can use under both Windows and Linux?
>
> Hari
On Windows, you can use win32net.Net