Re: Binary numbers

2005-06-08 Thread Douglas Soares de Andrade
Hi! Em Quarta 08 Junho 2005 09:38, Guyon Morée escreveu: > Don't know if this is what you mean, but: > > Binary to decimal: > >>> bin_num = '11011' > >>> int(bin_num, 2) > > 267 Dont know this way of using it. Thanks for the teac

Re: need some cgi help please

2005-06-08 Thread Douglas Soares de Andrade
/stretch/web_root/SidCrops/tenderloin/Tue Jun > 7 20:13:35 2005.txt' > strerror = 'No such file or directory' This files '/var/www/stretch/web_root/SidCrops/tenderloin/Tue Jun 7 20:13:35 2005.txt' exists ? See the spaces in the file... -- Douglas Soare

Re: circular import Module

2005-06-08 Thread Douglas Soares de Andrade
namespaces, wich dont cause trouble to the whole program. +1 -- Douglas Soares de Andrade http://douglasandrade.cjb.net - dsa at unilestemg.br UnilesteMG - www.unilestemg.br ICQ, MSN = 76277921, douglas at tuxfamily.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Tabnanny?

2005-06-08 Thread Douglas Soares de Andrade
elp me with? Could > I post my code here and you could look at it or is that a bit to much ;) > > Many thanks, > > Anna -- Douglas Soares de Andrade http://douglasandrade.cjb.net - dsa at unilestemg.br UnilesteMG - www.unilestemg.br ICQ, MSN = 76277921, douglas at tuxfamily.org -- h

Re: Tabnanny?

2005-06-08 Thread Douglas Soares de Andrade
Hi Anna ! >     idx = idxLargest(data, len(data) In this line we have a missing ")", for me, this was the problem. Anyway, Check this line too: passes = len(max) + 1 It is giving me an error. See ya ! -- Douglas Soares de Andrade http://douglasandrade.cjb.net - dsa at

Re: smtpd module

2005-06-09 Thread Douglas Soares de Andrade
nt the smtp module. I don't have anything for anything other than > the > smtp module. > > -Ivan > > _ > Express yourself instantly with MSN Messenger! Download today - it's > FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/d

Subprocess

2019-06-17 Thread Douglas Beard via Python-list
Error: IDLE's Subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall is blocking the connection.python has been working fine until today. I used the python repair but no luck. it does not seem my firewall is blocking. please help -- https://mail.python.org/

<    1   2   3