First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Hi to the group
I am new for Python & Django,willling to join yours! ... 25 Jul 2010 04:24
numpy installation
Hi Jia, On Sun, Jul 25, 2010 at 12:01 PM, Jia Hu <hujia06(a)gmail.com> wrote: Hello: I tried to install numpy 1.4.1 from source under ubuntu following instruction at http://docs.scipy.org/doc/numpy/user/install.html I type "" python setup.py build –help-fcompiler ""  and it says gnu95 is found. Th... 25 Jul 2010 04:24
Multiple versions of Python coexisting in the same OS
On Sat, Jul 24, 2010 at 7:40 PM, Edward Diener <eldiener(a)tropicsoft.invalid> wrote: On 7/24/2010 6:25 AM, Mark Lawrence wrote: On 24/07/2010 04:17, Edward Diener wrote: Are there any documents about multiple versionsof Python coexisting in the same OS ( Windows in my case ) and what pitfalls to look o... 26 Jul 2010 04:03
Builtn super() function. How to use it with multipleinheritance? And why should I use it at all?
On Sun, 25 Jul 2010 13:58:00 +1200, Gregory Ewing wrote: Lacrima wrote: But what if SuperClass1 is from third party library? If it hasn't been designed for super(), then you can't use super() with it. super() only works when *every* class in the hierarchy has been designed with it in mi... 25 Jul 2010 00:09
Builtn super() function. How to use it with multiple inheritance? And why should I use it at all?
Lacrima wrote: But what if SuperClass1 is from third party library? If it hasn't been designed for super(), then you can't use super() with it. super() only works when *every* class in the hierarchy has been designed with it in mind. -- Greg ... 25 Jul 2010 20:33
pyqt Error with qtdesigner button groups
Hi, I have have a layout with qt designer, which contains radio buttons. Now I want to add three buttons into a button group. doing this manually works fine with manually I mean adding a few lines in my widget class. example: bg = self.buttongroup = Qg.QButtonGroup() bg.addButton(self.radioButton, ... 24 Jul 2010 22:01
Multiprocessing zombie processes
Hi, I have been meddling around with forking and multiprocessing. Now both of them spawn new processes from parent (atleast from what I have understood). I have been able to reproduce a zombie state in a fork with: import os,time print('before fork',os.getpid()) pid = os.fork() if pid: print('child: ',... 26 Jul 2010 08:20
Library versions
Hi, I'm writing a library for doing sysadmin tasks at my workplace. These kind of scripts have a tendency to live for decades and I want to make sure that I don't break anything when I'm updating the library. My current plan is to call the library something like 'foo1' and import it into scripts like 'import... 30 Jul 2010 15:12
Checking that 2 pdf are identical (md5 a solution?)
Hi I am working on a program that generates various pdf files in the / results folder. "scenario1.pdf" results from scenario1 "scenario2.pdf" results from scenario2 etc Once I am happy with scenario1.pdf and scenario2.pdf files, I would like to save them in the /check folder. Now after having developed... 6 Aug 2010 12:40
Are those features still the same?
francogrex wrote: Hi, I'm not a Python programmer but I'm interested in it and I found this table from Norvig that dates for some years (I re-posted it temporarily on my site below to take it out of context a little). I'm not interested in any comparisons only in the Python features ( last column... 27 Jul 2010 22:47
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41