First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Python parsing XML file problem with SAX
jia li, 28.07.2010 12:10: I have an XML file with hundreds of<error> elements. What's strange is only one of there elements could not be parsed correctly: <error> <checker>REVERSE_INULL</checker> <function>Dispose_ParameterList</function> <unmangled_function>Dispose_ParameterList</unmangled_functi... 10 Aug 2010 02:36
Which multiprocessing methods use shared memory?
The multiprocessing module has 4 methods for sharing data between processes: Queues Pipes Shared Memory Map Server Process Which of these use shared memory? I understand that the 3rd (Shared Memory Map) does, but what about Queues? Thanks, Kevin ___________________________________________... 28 Jul 2010 05:16
Where is the help page for re.MatchObject?
I know the library reference webpage for re.MatchObject is at http://docs.python.org/library/re.html#re.MatchObject But I don't find such a help page in python help(). Does anybody know how to get it in help()? help(re.MatchObject) Traceback (most recent call last): File "<stdin>", line 1, in <module> ... 28 Jul 2010 04:11
The Miracle and Challenge of the Quran
The Miracle and Challenge of the Quran ---------------------------------------------------------------------------­--- http://www.youtube.com/watch?v=m3A8R...layer_embedded http://www.youtube.com/watch?v=m3A8R...layer_embedded ---------------------------------------------------------------------------­-------... 27 Jul 2010 23:52
subprocess module under python 2.7
I am using the following code to hide the console window when launching a subprocess under Windows. startupinfo = subprocess.STARTUPINFO() startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW startupinfo.wShowWindow = subprocess.SW_HIDE self.mplayer = Popen(args, ... 27 Jul 2010 20:35
urllib timeout
I created a script to access weather satellite imagery fron NOAA's ADDS. It worked fine until recently with Python 2.6. The company changed the Internet LAN connections to "Accept Automatic settings" and "Use automatic configuration script" How do you get urllib.urlopen to use the the "automatic scri... 30 Jul 2010 09:39
Windows: How to detect whether a Python app/script is running in console/GUI mode?
On Jul 27, 8:36 am, Tim Golden <m...(a)timgolden.me.uk> wrote: On 27/07/2010 15:58, Brian Curtin wrote: On Tue, Jul 27, 2010 at 09:36,<pyt...(a)bdurham.com>  wrote: Windows: How can I detect whether a Python app/script is running in console/GUI mode? By app I mean a script compiled to an exe via p... 27 Jul 2010 17:15
Why are String Formatted Queries Considered So Magical? (Spammer analysis)
John Nagle <nagle(a)animats.com> writes: On 7/26/2010 4:19 PM, Justin Smith wrote: Seeking industry expert candidates I'm Justin Smith, Director of Tech Recruiting at Express Seattle. I am currently seeking candidates to fill Tech Positions for multiple A- List Clients: Spammer detected... 27 Jul 2010 17:15
tkinter unicode question
Just curious if anyone could shed some light on this? I'm using tkinter, but I can't seem to get certain unicode characters to show in the label for Python 3. In my test, the label and button will contain the same 3 characters - a Greek Alpha, a Greek Omega with a circumflex and soft breathing accent, and... 27 Jul 2010 18:22
Which multiprocessing methods use shared memory?
I'm not sure my previous message went through (I wasn't subscribe), so I'm gonna try again. The multiprocessing module has 4 methods for sharing data between processes: Queues Pipes Shared Memory Map Server Process Which of these use shared memory? I understand that the 3rd (Shared Memory Map) does, bu... 28 Jul 2010 02:02
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37