Re: Can I use Python instead of Joomla?

2007-05-03 Thread John Draper
walterbyrd wrote: >If I wanted to build a website with forums, news feeds, galleries, >event calander, document managment, etc. I do so in Joomla easily. > >But, I would perfer to use django/python, if that would be at all >practical. > >I suppose I could put python scripts into django, if those s

Re: Python spam?

2006-12-04 Thread John Draper
Hendrik van Rooyen wrote: >"Aahz" <[EMAIL PROTECTED]> wrote: > > > >>Anyone else getting "Python-related" spam? So far, I've seen messages >>"from" Barry Warsaw and Skip Montanaro (although of course header >>analysis proves they didn't send it). >>-- >> >> > >not like that - just the norma

Re: Unclear on argument passing to "sendmail'

2006-08-22 Thread John Draper
I will respond to part of this, although it wasn't directed to me. Tim Williams wrote: > However it really depends on the use-case, relaying through another > server will give you no control over bad addresses, you have to wait > for bounces from the recipient's server, or conversely the ISP

Re: Unclear on argument passing to "sendmail'

2006-08-22 Thread John Draper
Tim Williams wrote: > On 21/08/06, John Draper <[EMAIL PROTECTED]> wrote: > >> In "smtplib" module, the "sendmail" method of function is to be passed > > > host, but it is the Domain name > >> for the SMTP Server as gotten from the &

Unclear on argument passing to "sendmail'

2006-08-21 Thread John Draper
In "smtplib" module, the "sendmail" method of function is to be passed a host, but it is the Domain name for the SMTP Server as gotten from the "dig" command? IE: dig -tMX would give me the SMTP server. In my code I have: try: print "Sending message to host: %s" % mailHost server=s

Re: help in xml and python

2006-07-13 Thread John Draper
Diez B. Roggisch wrote: >>can someone please with the code for this. >> >> > >Show us your efforts, and we'd be glad to help you correcting/enhancing >them. > >Or use PayPal and pay one of the guys here - my hourly fee is 50€, and >less than one hour work can't be booked. > >Diez > > I rem

Re: writing captcha image file

2006-04-12 Thread John Draper
[EMAIL PROTECTED] wrote: >I changed the owner of the file to root using chown root newuser.cgi, >but still i m not able to write... > > > Are you running Apache in Chrooted mode? If so, then that might be your problem. John -- http://mail.python.org/mailman/listinfo/python-list