Re: event handling in pyuthon

2010-02-09 Thread Tiago Katcipis
On Tue, Feb 9, 2010 at 5:20 AM, Bujji wrote: > hi all, > any event handling mechanisms in python ? > i want event handler examples in python > dont know if it is this that you are looking for: http://home.gna.org/py-notify/ > > > Thanks > Bujji > > > > -- > http://mail.python.org/mailman/list

Re: Cross-platform way to retrieve the current (Operative system) DNS server IP address in python

2010-04-27 Thread Tiago Katcipis
maybe this helps you: http://pypi.python.org/pypi/netifaces/0.3 best regards, Katcipis On Tue, Apr 27, 2010 at 7:49 PM, joamag wrote: > On 24 Abr, 14:50, DarkBlue wrote: > > On Apr 22, 4:55 pm, joamag wrote: > > > > > Does anybody know a cross platform way to retrieve the default DNS > > > s

Re: Python Portability--Not very portable?

2010-08-06 Thread Tiago Katcipis
On Fri, Aug 6, 2010 at 12:28 AM, W. eWatson wrote: > On 8/5/2010 7:45 PM, geremy condra wrote: > >> On Thu, Aug 5, 2010 at 6:50 PM, W. eWatson >> wrote: >> >>> In my on-again-off-again experience with Python for 18 months, >>> portability >>> >>> seems an issue. >>> >>> As an example, my inexper