I\'m starting a new python project at work that is targeted primarily at RHEL5 machines that may be upgraded to RHEL6 in couple years.Given that python 2.4 is standard on RHEL5 and the system admins w
I\'m Building a gui using wxpython.. i have buttons and radiobuttons in it, and i wanna to do such tasks based on what the current values of the widgets in the gui .. the insert
I have a script containing a section similar to this, on Python 2.6: import sys list_id=\'cow\' prev=[0,\'cow\']
I added an image into a panel in my gui . I want this image to be fitted in the panel,where i wanna make its length as same as the panel legth .. How can i do this please ?
I have a Python script that reads a OpenOffice odt template and creates a xls file after inserting required data. I am using OpenOffice uno module with python.
I have strange error, when I try to import numpy: Traceback (most recent call last): File \"/home/timo/malltul/mafet/src/mafet/core/pattern.py\", line 7, in <module>
While trying to install pycurl in my system (MAC OS X), I am getting the following error. No idea how to solve it. Please help !!!
Hi I amrunning in windows XP. I have python2.6 and python 3.2 installed at the same time. My problem i开发者_Go百科s when i uninstall python 3.2 and run a program with an error, the CMD does not retu
How do I check to see if a given file descriptor is valid? I want to write to fd=3 if it\'s available; otherwise, I want to write to stdout. I\'m aware that I could wrap every os.write call with try-e
Is there a built-in sorted dictionary implementation in Python 2.6, or are hashtables the only kind? Cl开发者_StackOverflowarifications: