Re: [Tutor] list mail formatting

2011-12-21 Thread Alexander
On Wed, Dec 21, 2011 at 11:02 PM, prakash singh wrote: > hi everybody i jsut want to login into  the web page can anyone help > me please i will attach the page i just want to give username and > password using the pyhton code please help me on this.please look for > the attachment. __

Re: [Tutor] A few Python Mysteries [Reset]

2011-12-21 Thread Walter Prins
Hi Wayne, On 22 December 2011 03:21, Wayne Watson wrote: > I uninstalled Uniblue, but as it turns out, it > was an incomplete uninstall.  I just spent the last 30-45 minutes trying to > get it uninstalled. Finally, I sent an e-mail on how to do it. I have no > idea how it got entangled with Pytho

Re: [Tutor] list mail formatting

2011-12-21 Thread Alexander
On Wed, Dec 21, 2011 at 6:51 PM, Alan Gauld wrote: > On 21/12/11 11:49, Jamie Paul Griffin wrote: >> >> Can I just ask why the majority of the mail on this list is in > >> multipart/alternative and/or html format. > > Because thats what the majority of email systems are set up to > send as default

Re: [Tutor] A few Python Mysteries [Reset]

2011-12-21 Thread Wayne Watson
If you read on past a few paragraphs, there is some reason for hope that 2.7.2 is close to running. But first, the dll story. As it turns out in the other part of this thread, the "Python25.dll" was a typo on my part. It's really Python26.dll. Upon re-booting to make sure of that I read the

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Dave Angel
On 12/21/2011 07:10 PM, Alan Gauld wrote: One thing that may be significant... Are you installing your Windows Python versions from python.org or from ActiveState? They are very similar but not identical. And one difference is that ActiveState sets up both the PATH and the registry to make it

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Alan Gauld
On 21/12/11 19:56, Wayne Watson wrote: To clarify: Python on Windows does **not** put itself on the System PATH when installed. So, PythonNN, where NN is the version, should never appear in PATH? Not from a standard Python installation. But other programs whjich use Pythonn may install a vers

Re: [Tutor] list mail formatting

2011-12-21 Thread Alan Gauld
On 21/12/11 11:49, Jamie Paul Griffin wrote: Can I just ask why the majority of the mail on this list is in > multipart/alternative and/or html format. Because thats what the majority of email systems are set up to send as default, and have been for the last 10 years or more. Is there not a r

Re: [Tutor] list mail formatting

2011-12-21 Thread Steven D'Aprano
Dave Angel wrote: On 12/21/2011 06:49 AM, Jamie Paul Griffin wrote: Can I just ask why the majority of the mail on this list is in multipart/alternative and/or html format. It's driving me nuts trying to read this on my console. ^^^ to which Dave replied: if you're u

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Wayne Watson
Hi, On 12/21/2011 10:18 AM, Walter Prins wrote: Hi Wayne, On 21 December 2011 15:15, Wayne Watson wrote: Python is long gone from my system. I presume you mean Python **2.5** is long gone from your system (not Python in general), but in any case, this much has been well understood since seve

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Wayne Watson
On 12/21/2011 9:57 AM, bod...@googlemail.com wrote: I think your missing the point. Ignore the fact that your PATH doesn't contain the correct paths to python. As I just wrote to Prins. I think I made a copy error on the dll. I'm looking at the sheet I wrote the msg on and it shows 26.dll Th

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Wayne Watson
Howdy, On 12/21/2011 2:08 AM, Walter Prins wrote: Hi Wayne, On 21 December 2011 02:32, Wayne Watson wrote: I changed Python25 to Python27, and rebooted. I got the same two dll msgs again. The PATH issue has nothing to do with your error messages. True, but it should have a lot to do with P

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Walter Prins
Hi Wayne, On 21 December 2011 15:15, Wayne Watson wrote: > Python is long gone from my system. I presume you mean Python **2.5** is long gone from your system (not Python in general), but in any case, this much has been well understood since several emails ago. >I only have Python 27. OK, that's

Re: [Tutor] list mail formatting

2011-12-21 Thread Dave Angel
On 12/21/2011 08:29 AM, Jamie Paul Griffin wrote: On Wed, Dec 21, 2011 at 07:57:33AM -0500, Dave Angel wrote: On 12/21/2011 06:49 AM, Jamie Paul Griffin wrote: Can I just ask why the majority of the mail on this list is in multipart/alternative and/or html format. It's driving me nuts trying t

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread bodsda
I think your missing the point. Ignore the fact that your PATH doesn't contain the correct paths to python. The problem is that on startup, a program (unknown) is looking for the dll file for python2.5 - it is looking for this in the system32 directory. To be rid of the startup errors, you need

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Wayne Watson
Python is long gone from my system. I only have Python 27. Somewhere a long the line, the uninstall of Python5 probably did not remove the Python5 from the PATH. I have no explanation as to why Python7 was not in the PATH. I have no idea why some remnant of why Python6 is hanging around. I u

Re: [Tutor] list mail formatting

2011-12-21 Thread Jamie Paul Griffin
On Wed, Dec 21, 2011 at 07:57:33AM -0500, Dave Angel wrote: > On 12/21/2011 06:49 AM, Jamie Paul Griffin wrote: > >Can I just ask why the majority of the mail on this list is in > >multipart/alternative and/or html format. It's driving me nuts trying to > >read this on my console. Is there not a

Re: [Tutor] list mail formatting

2011-12-21 Thread Dave Angel
On 12/21/2011 06:49 AM, Jamie Paul Griffin wrote: Can I just ask why the majority of the mail on this list is in multipart/alternative and/or html format. It's driving me nuts trying to read this on my console. Is there not a requirement to use plain text as with most other technical mailing l

Re: [Tutor] Python challenge and decryption

2011-12-21 Thread Dave Angel
On 12/21/2011 06:39 AM, Joaquim Santos wrote: Hi List! Thanks for all the input you guys gave me! I'm trying to implement your ideas on the function and I've been getting some parts right (the correct translation, still vertical and without spaces) or the wrong translation but with spaces... My

[Tutor] list mail formatting

2011-12-21 Thread Jamie Paul Griffin
Can I just ask why the majority of the mail on this list is in multipart/alternative and/or html format. It's driving me nuts trying to read this on my console. Is there not a requirement to use plain text as with most other technical mailing lists? I don't mean to moan and I know it's not a ma

Re: [Tutor] Python challenge and decryption

2011-12-21 Thread Joaquim Santos
Hi List! Thanks for all the input you guys gave me! I'm trying to implement your ideas on the function and I've been getting some parts right (the correct translation, still vertical and without spaces) or the wrong translation but with spaces... My problem is my range check. I'm also getting a f

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Steven D'Aprano
Wayne Watson wrote: I changed Python25 to Python27, and rebooted. I got the same two dll msgs again. I suggest you find out what applications are trying to run using Python 2.5. This is a Windows problem -- you need to get the list of programs that run at start up and inspect them for someth

Re: [Tutor] A few Python Mysteries

2011-12-21 Thread Walter Prins
Hi Wayne, On 21 December 2011 02:32, Wayne Watson wrote: > I changed Python25 to Python27, and rebooted.  I got the same two dll msgs > again. The PATH issue has nothing to do with your error messages. Python25.dll is normally installed in the C:\Windows\System32 folder, not C:\Python25, so whet

Re: [Tutor] request for guidance on goertzel algorithm for DTMF detection

2011-12-21 Thread Alan Gauld
On 21/12/11 01:57, Ganesh Borse wrote: Dear Tutors, I was studyin the two python implementations of geortzel algo for DTMF detection: ... Can you please help to guide me if you are aware of any other better implementations of goertzel algo in python? Or which can be the best mailing list for t