Normaly after autosetmode on the tree widget ( when the subwidget hlist has been filled ) all nodes with children get a -/+ symbol if they contain children, and nothing if no children are ther...
Hi
How do I format a float with thousands seperators ie 1,000,000.00 the decimal part is easy but is there an easy way of adding the commers.
While trying to install the cx_Oracle Python>Oracle utility, I encounter the following error due to a missing xa.h file:
-----------------
sh-2.05b# python setup.py build
running build
...
Hi Experts,
I have a certain set of floating values to be written to a text file that has to be properly alligned
This is the String i need to write to a text file
float1 = -0.037467...
Hi -
My computer pretty much ground to a halt and I noticed in Task Mgr that almost the entire CPU and a good chunk of RAM was being used by python.exe. I killed it, but don't know what it...
Hi Experts:
I am trying to write an ftp client to download large files. I want to implement auto-resume, multi-part downloads.
Can anybody show me the right way to do it?
Regards,
...
Are there any mature frameworks for distributed computing in Python? If so, how do they compare to the facilities of J2EE and .Net?
Thanks!
I have the following code fragment:
def database(self):
databasename=""
host=""
user=""
password=""
try:
self.fp=file("detailing.dat","rb")
except IOError:
self.f...
Dear All,
In my battle with python, I am trying to insert into a table created using pysqlite in the structure below:
def createMessage():
cursor.execute('CREATE TABLE Message(Messag...
I have a script where i need to take the inputs from user. So i need to write a code in python to parse the command line inputs, how do i do that in Python?
When using urllib2
httplib.HTTPConnection.debuglevel = 1
does not provide debug output as with urllib.
How can I get it when using urllib2?
I need help polishing a complicated html Diff script in Python. An expert already helped me with it a lot, and I hope we can get it enhanced to the best possible condition here in this questio...
Hello,
We have a little python application that deals with UDP packets coming in our server it does various thing with the information carried by those packets. For some reason once in a whil...
Hi. I have the following three questions:
Question 1)
I have a file called recommendations.py in my the C:\Python25\Lib folder.
I also edited my environment path variable to include C:...
Hello,
I am new to Python scripting and want to know the best way to check a script to see what, if anything, is wrong with it. Sometimes when I execute a script (e.g. script.py) by just dou...
Hello,
Is there a way to have scripts run sequentially with just one act of execution (pardon my jargon or lack thereof)? To be clear: Have a script execute only after the previous has finish...
Hi - I am starting to work on a Python project using GTK and I am looking for GUI design tool for it similar to what Active State's "GUI Builder" does for TKinter.
Are there any such tools ...
Let's say that I have a list that looks like this:
stuff = ["70", "seventy", "80", "eighty", "90", "ninety"]
How do I convert this into one dictionary in the form of:
dictionarystuff ...
the following code prepares the window in forground (on windows xp) into a screenshot and then ready it to be examined by reading it pixel by pixel in 3 values of RGB
is it possible to use ...
i m looking for good uml software for python... i want to use that softwre for professional development and designing class..
as ratinal rose doesn't support python.. can anybody tell me r...
It is possible to thread python sockets? If so, how do you tell when the socket module is ready to start another socket connection?
I am also curious how many socket connections a python in...