theregularpeterhansen | Wed, 26 Dec 2007 23:51:00 GMT |
thomasguettler | Wed, 26 Dec 2007 23:52:00 GMT |
peter | Wed, 26 Dec 2007 23:53:00 GMT |
danperl | Wed, 26 Dec 2007 23:54:00 GMT |
steve | Wed, 26 Dec 2007 23:55:00 GMT |
peter | Wed, 26 Dec 2007 23:56:00 GMT |
I'm doing a heart/lung bypass procedure on a largish Pythonprogram at the moment and it prompted the thought that themethodology I'm using would be absolutely impossible with amore "type safe" environment like C++, C#, java, ML etcetera.Basically I'm ripping apart the organs and s...
I'm giving vim a try to program Python. The following are the steps Ifollow to code/test a python program.vi test.py[key in some python code]:wq:!python test.pyIs there any other way? I don't want to type 'python test.py' every timeI've made any modifications. In Emacs,...
Hello,I'm looking for a program or python library to draw graphs.They should look like the that:/---\ /---\| Node A | -- belongs to --> | Node B |\---/ \---/Which is a result of the function call like that:connectNodes(firstNode, secondNode, description, lineStyle)connectNodes("N...
I want to know if the is a way to do something in python to producesome anti-noise (i.e. I talk in the microphone and the sound go out bythe speakers but with inversed phase).So I want to know how to control the microphone and to add some sortof effect to the sound that enter in and to put it ou...
Hi,I'm trying to process a large filesystem (+20 million files) and keep thedirectories along with summarized information about the files (sizes,modification times, newest file and the like) in an instance hierarchyin memory. I read the information from a Berkeley Database.I'm keeping...
Hi,Python novice. (But getting better.)How do I terminate/quit my program during execution if I reach a pointwhere I desire to terminate the program?How do I pass back an integer indicating (as example) an error number?If I then do this, what do I put on the last line of my program toreturn (for...
Hi,Python novice. (But getting better.)How do I terminate/quit my program during execution if I reach a pointwhere I desire to terminate the program?How do I pass back an integer indicating (as example) an error number?If I then do this, what do I put on the last line of my program toreturn (for...
Marc 'BlackJack' Rintsch <bj_666@gmx.net> writes:> [A general VCS] depends usually on the fact that there are> individual files. Preferably text files if you want automagic> merging of different changes.Yes.> Now think of languages that are tightly coupled with their...
Hi all, I'm trying to get the exit code of a programI want to exec in a python script in a portable manner.I've read that both os.system and os.spawnl are not aportable solution.I tried the os.popen() function and I got the program's exitcode with the close() method.p=os.popen("re...
Hi list,Some time ago I remember that someone post a message to this list whereannounced a program (freeware and after open?) for a cookbook (recipe)program with a chart drawn.Someone have the link that I lost?Thanks,Michele...
wxPython / Recent Changes:2.5.2.7 * 14-Aug-2004wx.InitAllImageHandlers is now an empty function that does nothing butexist for backwards compatibility. The C++ version is now calledautomatically when wxPython is initialized. Since all the handlers areincluded in the wxWidgets shared library anyw...
wxPython / Recent Changes:2.5.2.7 * 14-Aug-2004wx.InitAllImageHandlers is now an empty function that does nothing butexist for backwards compatibility. The C++ version is now calledautomatically when wxPython is initialized. Since all the handlers areincluded in the wxWidgets shared library anyw...
On Wed, 2004-10-13 at 12:35 -0500, Borman, Linda E wrote:> Program using a function and using "if, elif, else"This sounds suspiciously like a homework assignment. Nevertheless, Iwill provide a solution under one condition: never, ever post horrible,giant green HTML to this or any other public...
I'm executing WinRK.exe in a loop using the following code:for x in Files:Command_String = 'C:\Program Files\WinRK\WinRK.exe -create ' +os.path.join(InputDirectory, os.path.splitext(x)[0]) + ' -setcompression_method ppmz -setg include_paths none -add ' +os.path.join(Inpu...
I'm executing WinRK.exe in a loop using the following code:for x in Files:Command_String = 'C:\Program Files\WinRK\WinRK.exe -create ' +os.path.join(InputDirectory, os.path.splitext(x)[0]) + ' -setcompression_method ppmz -setg include_paths none -add ' +os.path.join(Inpu...