Re: DNS module or how to ... ?

2001-10-08 Thread Markus Daniel
> Or is there a method how I can , from my python program, find out > an email server for a particular domain? There is an free ax-object: http://www.internext.co.za/stefan/aspmx/ Markus ___ ActivePython mailing list [EMAIL PROTECTED] http://listse

RE: startup script

2001-10-08 Thread Patrick K. O'Brien
Unless you're talking about PythonWin, which does not appear to honor PYTHONSTARTUP. IDLE will if you start it with the -s command line option. The version of Boa in CVS now honors it with the -s option also. PyCrust runs the startup script automatically. --- Patrick K. O'Brien Orbtech (http://ww

Re: startup script

2001-10-08 Thread Markus Daniel
Henry wrote: > How do I make the python interpreter run a script upon startup? Check the manual about environment variable "PYTHONSTARTUP". Markus ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/act

DNS module or how to ... ?

2001-10-08 Thread A
Hello, Is there a DNS module available for Python ? Or is there a method how I can , from my python program, find out an email server for a particular domain? For example for email [EMAIL PROTECTED] I find out that email server mail.contactel.cz serves for domain sendme.cz Thank you for he

startup script

2001-10-08 Thread Henry
How do I make the python interpreter run a script upon startup? ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython