Re: [Tutor] Python 2.7.1 interpreter

2010-12-30 Thread Frank Chang
I wanted to thank Steven D'Aprano and Allan Gauld for solving my Python 2.7.1 interpreter question in Tutor Digest Vol. 82 Issue 121. Thank you for yor help. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://

Re: [Tutor] Problem installing pyaudiere

2010-12-30 Thread Serdar Dalgic
On Thu, 30 Dec 2010 04:07:35 -0800 (PST) Danci Emanuel wrote: > > Hello! Hi; > I am trying to install the pyaudiere package on linux and I get the following > error: " AudioDevice.h:6: fatal error: audiere.h: No such file or > directorycompilation terminated. " > I am interested if anyone ma

Re: [Tutor] Problem installing pyaudiere

2010-12-30 Thread Peter Otten
Danci Emanuel wrote: > I am trying to install the pyaudiere package on linux and I get the > following error: " AudioDevice.h:6: fatal error: audiere.h: No such file > or directorycompilation terminated. " I am interested if anyone managed to > solve this problem or if someone could suggest a pack

[Tutor] Problem installing pyaudiere

2010-12-30 Thread Danci Emanuel
Hello! I am trying to install the pyaudiere package on linux and I get the following error: " AudioDevice.h:6: fatal error: audiere.h: No such file or directorycompilation terminated. " I am interested if anyone managed to solve this problem or if someone could suggest a package that could repl

Re: [Tutor] scraping and saving in file

2010-12-30 Thread Patrick Sabin
On 2010-12-29 10:54, Tommy Kaas wrote: It works fine but besides # I also get spaces between the columns in the text file. How do I avoid that? You could use the new print-function and the sep keyword argument, e.g.: from __future__ import print_function f = open("filename", "w") print("1", "