First  |  Prev |  Next  |  Last
Pages: 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
get error install MySQLdb on Mac OS X
Hello Guys I have get some error when i install MySQLdb on Mac OS X after i key command $python setup.py build rusult is : : error: command 'gcc-4.0' failed with exit status 1 How to config this poblem? ... 2 Feb 2010 15:04
Why am I getting this Error message
On Thu, Jan 28, 2010 at 11:57 AM, Ray Holt <mrholtsr(a)sbcglobal.net> wrote: Why am I getting the following error message. Area has been declared as an attribute of Circle. Thanks, Ray class Circle:  def __init__(self):      self.radius = 1  def area(self):      return self.radius * self... 2 Feb 2010 14:59
Need help with a program
Hi folks, I am a newbie to python, and I would be grateful if someone could point out the mistake in my program. Basically, I have a huge text file similar to the format below: AAAAAGACTCGAGTGCGCGGA 0 AAAAAGATAAGCTAATTAAGCTACTGG 0 AAAAAGATAAGCTAATTAAGCTACTGGGTT 1 AAAAAGGGGGCTCACAGGGGAGGGGTAT 1 AAAAAGGTCGC... 3 Feb 2010 10:32
interaction of mode 'r+', file.write(), and file.tell(): a bug or undefined behavior?
On Jan 28, 7:12 am, Lie Ryan <lie.1...(a)gmail.com> wrote: In the code: """ f = open('input.txt', 'r+') for line in f:     s = line.replace('python', 'PYTHON')     # f.tell()     f.write(s) """ [snip] My guess is that there are a few possible problems: 1) In this case, writing to file ... 2 Feb 2010 14:58
CodeInvestigator testers
I need Python programmers to test my Python tracing tool CodeInvestigator please. It records all debug information in a recording phase. The program runs as per usual, albeit a lot slower, while this recording takes place. You can then move anywhere in your code and click words in the code to obtain debug infor... 27 Jan 2010 21:42
Updating form action attribute with mechanize.Browser
Hi all. I am using mechanize.Browser to download web pages and such. One of these has the wrong URL in the action attribute of the form I need to submit. Anyone know how I can update this quickly? ClientForm.__init__ seems to take the action attribute but that is passed by b.select_form(), I think. ... 27 Jan 2010 19:26
some turtle questions
I am trying to think of things to do with the turtle module 1) is there a way to determine the current screen pixel color? This would not use the included turtle module, but you could use the turtle module from the pygsear collection: http://www.nongnu.org/pygsear/ It requires pygame, but if you ha... 27 Jan 2010 18:18
Can Someone please help me with my Computer stuff? 40158
I use the computer and the Net on a regular basis but I don't know a whole lot about it all, especially when it gets technical. I have an Acer Aspire AM5100-U5300A. I would like to speed this computer up, I would like a very good grasphics card without spending a fortune. Once I find out what I need I willo just go t... 27 Jan 2010 16:01
Pyowa Meeting Next Monday
Hi, Next Monday, February 1st, we will be having our first Pyowa meeting of 2010! It will be held at the Marshall County Sheriff's Office and start at 7 p.m. (barring inclement weather). I will be demoing some software I created for our Sheriff's office and will talk about the various modules used to put it all ... 27 Jan 2010 14:53
starting a thread in a nother thread
hello, just for _curiosity_. What would be if i start a thread in a nother thread and acquire a lock in the "child" thread. Is there anything that could go wrong if someone try to start threads in threads? Kind Regards, Richi ... 2 Feb 2010 15:04
First  |  Prev |  Next  |  Last
Pages: 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221