Re: WinPops

2006-06-21 Thread Hari Sekhon
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

Re: WinPops

2006-06-01 Thread Peter Gsellmann
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

Re: WinPops

2006-05-31 Thread Roger Upole
"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