<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>Python | Python</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/python/python/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>08 Nov  2009 16:01:35 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | Python | Python</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/python/python/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>on &amp;quot;Namespaces&amp;quot;</title>
<description>New bie Question: in &amp;quot;Zen of Python&amp;quot; - what exactly does the last one mean ? - Namespaces are one honking great idea -- let&amp;#039;s do more of those! I mea</description>
<pubDate>08 Nov  2009 13:20:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786346</link>
</item><item>
<title>pyserial vs. Linux power save hibernate/resume - program hangs</title>
<description>I have an application running with pyserial talking to a USB to serial converter on a Linux EeePC 2G Surf. This works. Until the lid on the PC is cl</description>
<pubDate>08 Nov  2009 11:36:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786325</link>
</item><item>
<title>Indentation problems</title>
<description>I am having problems with indentation some times. When I hit the enter key after if statements or while statemt there are times when the indentation i</description>
<pubDate>08 Nov  2009 11:01:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786324</link>
</item><item>
<title>list vs tuple for a dict key- why aren&amp;#039;t both hashable?</title>
<description>I&amp;#039;m not quite understanding why a tuple is hashable but a list is not. Any pointers? Thanks! -- http://mail.python.org/mailman/listinfo/python-list</description>
<pubDate>08 Nov  2009 10:15:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786319</link>
</item><item>
<title>ODES</title>
<description>Hi all;  Help! Could you Tell me where I may find documentation on Solving Differential equations with Scipy or Numpy.  Thank you all -- http:/</description>
<pubDate>08 Nov  2009 09:01:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786301</link>
</item><item>
<title>Help with OS X installation</title>
<description>I have python 2.6 on OS X 10.5.8: $ python --version Python 2.6.2 $ which python /Library/Frameworks/Python.framework/Versions/2.6/bin/python When</description>
<pubDate>08 Nov  2009 08:57:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786300</link>
</item><item>
<title>Need help for my system python</title>
<description>Hi all. I&amp;#039;ve recently updated my system to the last Kubuntu 9.10. On my system I use: python2.6 (default system python) python 2.4 (needed for the Z</description>
<pubDate>08 Nov  2009 07:57:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786293</link>
</item><item>
<title>PySiteCreator v0.1 released</title>
<description>Hi group, I&amp;#039;ve released a tool for creating HTML pages or Web sites by writing them in Python - PySiteCreator v0.1. Description of PySiteCreator: P</description>
<pubDate>08 Nov  2009 07:34:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786292</link>
</item><item>
<title>Query about doing fortran-esque repeat formatting</title>
<description>Hello,  Is there a way to do a repeat formatting command like in Fortran? Rather that doing this: print &amp;quot;%s %-5.3f %-5.3f %-5.3f %-5.3f %-5.3f %-5.3</description>
<pubDate>08 Nov  2009 06:56:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786291</link>
</item><item>
<title>&amp;#039;ascii&amp;#039; codec can&amp;#039;t encode character u&amp;#039;\xe4&amp;#039; in position 4: ordinal not in range(128)</title>
<description>Hello friends,       I am using pyWPS + GRASS to generate the maps for the given request XML. As my requestxml contains scandinavian letters , i</description>
<pubDate>08 Nov  2009 02:37:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786271</link>
</item><item>
<title>How to parse HTTP time header?</title>
<description>Basically, I&amp;#039;m wondering if it is part of the standard library somewhere before I code my own. Page 20 of RFC2616 (HTTP) describes the format(s) for</description>
<pubDate>07 Nov  2009 19:39:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786247</link>
</item><item>
<title>Cancelling a python thread (revisited...)</title>
<description>Hi, the Python threading module does not seem to provide a means to cancel a running thread. There are many discussions on the web dealing with this</description>
<pubDate>07 Nov  2009 18:04:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786244</link>
</item><item>
<title>How convert string &amp;#039;1e7&amp;#039; to an integer?</title>
<description>It seems that int() does not convert &amp;#039;1e7&amp;#039;. I&amp;#039;m wondering what function to use to convert &amp;#039;1e7&amp;#039; to an integer? &amp;gt;&amp;gt;&amp;gt; int(&amp;#039;1e7&amp;#039;) Traceback (most recent</description>
<pubDate>07 Nov  2009 17:17:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786227</link>
</item><item>
<title>Spam Bot, broken pipe</title>
<description>I have a irc spam bot (only testing on my channel :P ) whose main loop is the following: privc=&amp;quot;PRIVMSG &amp;quot;+self.channel while True:   self.sock.sen</description>
<pubDate>07 Nov  2009 17:00:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786222</link>
</item><item>
<title>feedback on function introspection in argparse</title>
<description>This was posted to the argparse mailing list by Steven Bethard and now we&amp;#039;d like some feedback from comp.lang.python. We now have a branch[5] of argp</description>
<pubDate>07 Nov  2009 14:45:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786200</link>
</item><item>
<title>My own accounting python euler problem</title>
<description>In the accounting department I am working for we are from time to time confronted to the following problem: A customer sends us a check for a given a</description>
<pubDate>07 Nov  2009 13:39:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786178</link>
</item><item>
<title>database handling</title>
<description>I need some tutorial about python-mysql connectivity(database handling). Somebody please help me !! -- http://mail.python.org/mailman/listinfo/pytho</description>
<pubDate>07 Nov  2009 11:24:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786163</link>
</item><item>
<title>how to display the return type of an os method?</title>
<description>once again, a thoroughly newbie question but what&amp;#039;s the quickest way to display the return type of, say, os.stat()? i can obviously do this in two st</description>
<pubDate>07 Nov  2009 10:12:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786145</link>
</item><item>
<title>exception due to NoneType</title>
<description>In my program I want to catch exception which is caused by accessing NoneType object. Can anyone suggest me how this can be done ?? -- http://mail.p</description>
<pubDate>07 Nov  2009 10:06:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786143</link>
</item><item>
<title>Can&amp;#039;t Find Module</title>
<description>Hi; I&amp;#039;m getting this error: Mod_python error: &amp;quot;PythonHandler mod_python.publisher&amp;quot; Traceback (most recent call last):  File &amp;quot;/usr/lib64/python2.4/</description>
<pubDate>07 Nov  2009 08:59:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786137</link>
</item><item>
<title>Program to compute and print 1000th prime number</title>
<description>I am taking the MIT online course Introduction to Computer Science and Programming. I have a assignment to write a program to compute and print the 10</description>
<pubDate>07 Nov  2009 06:44:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786117</link>
</item><item>
<title>Serious Privileges Problem: Please Help</title>
<description>I have a serious privileges problem that is making it impossible to serve python pages on a CentOS server. It appears that nobody on the CentOS discus</description>
<pubDate>07 Nov  2009 06:13:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786108</link>
</item><item>
<title>ANN: esky 0.2.1</title>
<description>I&amp;#039;m pleased to announce the latest release of esky, a tool for keeping your frozen apps fresh:  Downloads:    http://pypi.python.org/pypi/esky/</description>
<pubDate>07 Nov  2009 05:20:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786107</link>
</item><item>
<title>Nov 7 TODAY &amp;amp; Nov 22 - Join Global FreeSW Python GNU(Linux) HW Culture meeting via VOIP - BerkeleyTIP GlobalTIP - For Forwarding</title>
<description>Guido Van Rossum SciPy talk this month!  CONTENTS: Meeting days/times &amp;amp; Howto - Mark your calendar&amp;#039;s dates; Videos; Hot topics; Opportunities; Announ</description>
<pubDate>07 Nov  2009 04:11:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786105</link>
</item><item>
<title>ErrorHandler 1.1.0 Released!</title>
<description>I&amp;#039;m pleased to announce a new release of ErrorHandler. This is a handler for the python standard logging framework that can be used to tell whether m</description>
<pubDate>07 Nov  2009 03:58:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786103</link>
</item><item>
<title>What is the correct way to port codecs.open to python 3.1?</title>
<description>After applying 2to3.py to port a 2.6 script to 3.1, I get the following error when running my script:  File &amp;quot;purekeyworddbtest.py&amp;quot;, line 143, in __in</description>
<pubDate>07 Nov  2009 03:56:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786102</link>
</item><item>
<title>extracting info from media files</title>
<description>I would like to extract some simple info from media files, such as size, resolution, duration, codec. What&amp;#039;s the simplest way to do it? Once in a time</description>
<pubDate>06 Nov  2009 23:59:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786085</link>
</item><item>
<title>Py2exe error</title>
<description>Hello, I was wondering if anyone know how to fix this. When I try to import py2exe version 0.6.9, using the command &amp;quot;import py2exe&amp;quot; I get the followin</description>
<pubDate>06 Nov  2009 21:40:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786077</link>
</item><item>
<title>Aborting a read with pySerial</title>
<description>I&amp;#039;m using pySerial to read from a serial port. One thread reads from the port, with no timeout. Another thread handles output and other tasks. This w</description>
<pubDate>06 Nov  2009 21:27:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786076</link>
</item><item>
<title>PyQt processEvents not processing</title>
<description>qt 4.5.3 pyqt 4.6.1 python 2.6 I have this QtTable widget which I want to refresh once about every 2 seconds with new data. so I do :  def updateSc</description>
<pubDate>06 Nov  2009 20:12:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786072</link>
</item><item>
<title>Earn Money</title>
<description>Hello Friend How R U I am fine Plz visit my Blogs http://howweearn.blogspot.com http://safdar-culturefashion.blogspot.com/ http://onlineearningmoneys</description>
<pubDate>06 Nov  2009 15:48:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786058</link>
</item><item>
<title>Editing PDF files usig Python</title>
<description>Hi All, Greetings, I am a newbie in Python, i have a requirement to develop a component in python that can &amp;quot;text&amp;quot; water mark the PDF file both digit</description>
<pubDate>06 Nov  2009 15:37:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786057</link>
</item><item>
<title>Question about creating dictionary like objects</title>
<description>I&amp;#039;m working on a memcached based session library, and I&amp;#039;ve run into an interesting problem. Here&amp;#039;s the full code for the session library - http://pas</description>
<pubDate>06 Nov  2009 14:06:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786039</link>
</item><item>
<title>regexp question</title>
<description>Hi, How to find all occurences of a substring in a string? I want to convert the following Perl code to Python. Thanks, Laszlo ========== my $tex</description>
<pubDate>06 Nov  2009 13:50:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786036</link>
</item><item>
<title>imputil.py, is this a bug ?</title>
<description>hello, I get an error compiling with pyjamas, in the standard module imputil, _import_top_module Traceback (most recent call last):  File &amp;quot;D:\Dat</description>
<pubDate>06 Nov  2009 13:33:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786033</link>
</item><item>
<title>Microsoft research on code quality</title>
<description>http://research.microsoft.com/en-us/news/features/nagappan-100609.aspx -- Aahz (aahz@pythoncraft.com)      &amp;lt;*&amp;gt;     http://www.pythoncraft.co</description>
<pubDate>06 Nov  2009 13:15:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786030</link>
</item><item>
<title>Re: safely returning objects from a Process to the parent through a	Queue()</title>
<description>Verweij, Arjen wrote: &amp;gt; Hi, &amp;gt; &amp;gt; I&amp;#039;m trying to parallelize a loop using Process and Queue. My code looks similar to the example in http://docs.python.</description>
<pubDate>06 Nov  2009 11:53:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786005</link>
</item><item>
<title>username/password dialog prompt</title>
<description>Hi, To preface, I&amp;#039;m a bit of a python novice, but I have been poking around for the solution for a bit and have found actually too many leads which h</description>
<pubDate>06 Nov  2009 11:41:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/786004</link>
</item><item>
<title>safely returning objects from a Process to the parent through a Queue()</title>
<description>Hi, I&amp;#039;m trying to parallelize a loop using Process and Queue. My code looks similar to the example in http://docs.python.org/library/multiprocessing.</description>
<pubDate>06 Nov  2009 10:15:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785993</link>
</item><item>
<title>Re: What is the best way to delete strings in a string list that that	match certain pattern?</title>
<description>Peng Yu wrote: &amp;gt; On Fri, Nov 6, 2009 at 10:42 AM, Robert P. J. Day &amp;lt;rpjday@crashcourse.ca&amp;gt; wrote: &amp;gt;&amp;gt; On Fri, 6 Nov 2009, Peng Yu wrote: &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Fri,</description>
<pubDate>06 Nov  2009 09:33:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785974</link>
</item><item>
<title>ANN: eGenix mxODBC - Python ODBC Database Interface 3.0.4</title>
<description>________________________________________________________________________ ANNOUNCING      eGenix.com mxODBC - Python ODBC Database Interface</description>
<pubDate>06 Nov  2009 08:51:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785959</link>
</item><item>
<title>Defining re pattern for matching list of numbers</title>
<description>Hi, I&amp;#039;m trying to write a re pattern to match a list of one or more numbers, each number is in the range of 1-15 value and the numbers are separated b</description>
<pubDate>06 Nov  2009 08:04:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785937</link>
</item><item>
<title>Securing a multiprocessing.BaseManager connection via SSL</title>
<description>Hi, how can I secure the communication between two BaseManager objects? Regarding the socket/SSL documentation I just need to secure the socket by SSL</description>
<pubDate>06 Nov  2009 06:56:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785927</link>
</item><item>
<title>newbie question - python lists</title>
<description>hi, rfids= [&amp;#039;01&amp;#039;,&amp;#039;02&amp;#039;] i = 01 row = {} items = [] for rfid in rfids:   brains = [&amp;#039;1&amp;#039;,&amp;#039;2&amp;#039;]   if brains:     for brain in brains:</description>
<pubDate>06 Nov  2009 06:15:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785921</link>
</item><item>
<title>Best way for permutating using multiple lists?</title>
<description>if __name__ == &amp;#039;__main__&amp;#039;:   permutations = list()   for i in list(&amp;#039;def&amp;#039;):     for j in list(&amp;#039;abc&amp;#039;):       for k in list(&amp;#039;mno&amp;#039;):</description>
<pubDate>06 Nov  2009 05:32:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785893</link>
</item><item>
<title>is None or == None ?</title>
<description>Hello, Some claim that one should test for None using: if x is None: ..but the standard equality which is theoretically safer works as well: if x</description>
<pubDate>06 Nov  2009 05:20:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785891</link>
</item><item>
<title>Most efficient way to &amp;quot;pre-grow&amp;quot; a list?</title>
<description>In Perl one can assign a value to any element of an array, even to ones corresponding to indices greater or equal than the length of the array:  my</description>
<pubDate>06 Nov  2009 04:12:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785881</link>
</item><item>
<title>why does &amp;quot;help(import)&amp;quot; not work?</title>
<description>i&amp;#039;m sure there&amp;#039;s a painfully obvious answer to this, but is there a reason i can&amp;#039;t do: &amp;gt;&amp;gt;&amp;gt; help(import)  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1   help(import)</description>
<pubDate>06 Nov  2009 01:56:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785854</link>
</item><item>
<title>Re: What is the best way to delete strings in a string list that that match certain pattern?</title>
<description>Peng Yu schrieb: &amp;gt; Suppose I have a list of strings, A. I want to compute the list (call &amp;gt; it B) of strings that are elements of A but doesn&amp;#039;t match a</description>
<pubDate>06 Nov  2009 01:05:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785851</link>
</item><item>
<title>decoding a byte array that is unicode escaped?</title>
<description>I have a byte stream read over the internet: responseByteStream = urllib.request.urlopen( httpRequest ); responseByteArray = responseByteStream.read(</description>
<pubDate>06 Nov  2009 00:48:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785846</link>
</item><item>
<title>listing an object&amp;#039;s methods/attributes?</title>
<description>getting back into python after a long hiatus and &amp;quot;diving&amp;quot; into python 3 (http://www.diveintopython3.org/), but i can&amp;#039;t remember how to list an object&amp;#039;</description>
<pubDate>05 Nov  2009 22:48:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785835</link>
</item><item>
<title>ctypes exception in callback handlind</title>
<description>This post concerns the situation where Python code calls C code via ctypes, the C code then calls a callback back into Python code which in turn raise</description>
<pubDate>05 Nov  2009 20:57:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785829</link>
</item><item>
<title>What is the best way to delete strings in a string list that that match certain pattern?</title>
<description>Suppose I have a list of strings, A. I want to compute the list (call it B) of strings that are elements of A but doesn&amp;#039;t match a regex. I could use a</description>
<pubDate>05 Nov  2009 20:19:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785826</link>
</item><item>
<title>Is there a function that can test if a path is in a directory or one of its sub-directory (recursively)?</title>
<description>I looked though the os.path manual. I don&amp;#039;t find a function that can test if a path is in a directory or its sub-directory (recursively). For example</description>
<pubDate>05 Nov  2009 19:41:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785818</link>
</item><item>
<title>futures - a new package for asynchronous execution</title>
<description>Hey all, I recently implemented a package that I&amp;#039;d like to have include in the  Python 3.x standard library (and maybe Python 2.x) and I&amp;#039;d love to</description>
<pubDate>05 Nov  2009 18:24:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785816</link>
</item><item>
<title>2to3 on Mac - unknown encoding: mbcs</title>
<description>I tried naively running 2to3 over the SpamBayes source code on my Mac and got this traceback:   Traceback (most recent call last):    File &amp;quot;/Use</description>
<pubDate>05 Nov  2009 17:50:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785798</link>
</item><item>
<title>Re: PiCloud Beta Release</title>
<description>On Nov 1, 5:13 pm, Ken Elkabany &amp;lt;K...@Elkabany.com&amp;gt; wrote: &amp;gt; Hello, &amp;gt; &amp;gt; PiCloud has just released a Python library, cloud, which allows you to &amp;gt; easil</description>
<pubDate>05 Nov  2009 15:19:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785774</link>
</item><item>
<title>Need help dumping exif data in canon raw files</title>
<description>So I&amp;#039;ve looked at all sorts of things, gone through as many different things as I can find, but I fear python just can&amp;#039;t do it. I just need to be a</description>
<pubDate>05 Nov  2009 15:10:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785773</link>
</item><item>
<title>2to3 ParseError with UTF-8 BOM</title>
<description>I&amp;#039;m using Python 2.6.2 and when I run the 2to3 script on a file that contains a UTF-8 BOM I get the following error: RefactoringTool: Can&amp;#039;t parse &amp;lt;fi</description>
<pubDate>05 Nov  2009 13:00:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785737</link>
</item><item>
<title>parse a string (Cadence Allegro Netlist) to dictionary</title>
<description>Hi, I always use readline(), strip(), split() and so on to parse a string. Is there some elegant way to parse the following string into a dictionary</description>
<pubDate>05 Nov  2009 12:02:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785712</link>
</item><item>
<title>distutils.core.setup --install-script option in Python 2.6 ?</title>
<description>Hello, I have just upgraded from Python 2.5 to 2.6 and am unable to locate any trace of the --install-script option, in release 2.6.4 (MS Windows XP</description>
<pubDate>05 Nov  2009 11:15:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785711</link>
</item><item>
<title>Looking for portable what to determine directory where extensions are installed?</title>
<description>I work on a language interoperability tool, Babel https://computation.llnl.gov/casc/components/components.html; and I need a portable way to determi</description>
<pubDate>05 Nov  2009 09:20:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785695</link>
</item><item>
<title>Differentiating file attachments from inline attachments in Exchange</title>
<description>I am trying to write some code that will scan an Exchange 2003 mailbox, detach file attachments from messages into the file system and replace them in</description>
<pubDate>05 Nov  2009 08:13:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785692</link>
</item><item>
<title>can i configure IDLE to use python 3.2 on fedora?</title>
<description>on fedora 11 system, there is no python 3 package so i downloaded and manually installed (svn checkout) python pre-3.2 in /usr/local/bin. works fine,</description>
<pubDate>05 Nov  2009 08:12:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785691</link>
</item><item>
<title>Re: list to table</title>
<description>jay wrote: &amp;gt; ... &amp;gt; I have a long list of data of associations between values with a value &amp;gt; to that association as follows... &amp;gt; A B 1 &amp;gt; B A 1 &amp;gt; ... An</description>
<pubDate>05 Nov  2009 07:33:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785675</link>
</item><item>
<title>Read handle concatenation</title>
<description>I want to be able to take two or more open read handles and concatenate them into an object that behaves like a regular read handle (i.e. a file objec</description>
<pubDate>05 Nov  2009 07:24:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785676</link>
</item><item>
<title>list to table</title>
<description>Hi All, Am new to using newgroup for help, but have exhausted my searching online for a solution I have a long list of data of associations between</description>
<pubDate>05 Nov  2009 06:37:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785853</link>
</item><item>
<title>Clean PyQt selection comboBox</title>
<description>Hello Everybody, [image: 8)] I am using Qt and need to build a selection comboBox -- e.g.: http://www.java2s.com/Tutorial/VBImages/ComboBoxSelectionE</description>
<pubDate>05 Nov  2009 01:31:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785615</link>
</item><item>
<title>MIDI.py version 3.4</title>
<description>Version 3.4 of the Python3 module MIDI.py is available through  http://www.pjb.com.au/midi/MIDI.html and is believed to be pretty stable - in other w</description>
<pubDate>04 Nov  2009 23:45:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785601</link>
</item><item>
<title>Re: Python 3</title>
<description>Steven D&amp;#039;Aprano &amp;lt;steven@REMOVE.THIS.cybersource.com.au&amp;gt; writes: &amp;gt; On Wed, 04 Nov 2009 23:08:54 +1100, Ben Finney wrote: &amp;gt; &amp;gt; &amp;gt; Steven D&amp;#039;Aprano &amp;lt;steven</description>
<pubDate>04 Nov  2009 18:27:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785584</link>
</item><item>
<title>Re: multicast</title>
<description>Forgot the code... doh! :) #! /usr/bin/env python import socket import time class MulticastSender(object):     def __init__(self, MCAST_ADDR =</description>
<pubDate>04 Nov  2009 18:05:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785575</link>
</item><item>
<title>multicast</title>
<description>I&amp;#039;m trying to implement a multicast module. I&amp;#039;m inspired by this blog http://chaos.weblogs.us/archives/164 I&amp;#039;d like to get some comments on the code</description>
<pubDate>04 Nov  2009 18:03:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785610</link>
</item><item>
<title>Re: set pdb break condition based upon number of hits?</title>
<description>Reckoner schrieb: &amp;gt; Is it possible to set pdb break condition based upon number of hits? I &amp;gt; mean something like &amp;gt; &amp;gt; (Pdb) break line_number (number_</description>
<pubDate>04 Nov  2009 17:41:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785573</link>
</item><item>
<title>module imports and st_mtime</title>
<description>I&amp;#039;m seeing a very strange effect which is confusing me - in brief, one python process appears to temporarily affect the os.stat results of another - p</description>
<pubDate>04 Nov  2009 16:08:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785556</link>
</item><item>
<title>Python 3 [was Re: substituting list comprehensions for map()]</title>
<description>On Wed, 04 Nov 2009 23:08:54 +1100, Ben Finney wrote: &amp;gt; Steven D&amp;#039;Aprano &amp;lt;steven@REMOVE.THIS.cybersource.com.au&amp;gt; writes: &amp;gt; &amp;gt;&amp;gt; On Tue, 03 Nov 2009 22:</description>
<pubDate>04 Nov  2009 15:44:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785554</link>
</item><item>
<title>Re: problem in installing wxwidgets for python.</title>
<description>This additional links should come in hand: http://www.gossamer-threads.com/lists/python/python/785413?page=last http://www.daniweb.com/forums/thread2</description>
<pubDate>04 Nov  2009 14:07:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785530</link>
</item><item>
<title>Using logging module for conditional nested logs</title>
<description>Hi, I am getting started with your logging module and I went through the tutorial and know-how to create a top-level &amp;#039;root&amp;#039; logger with the appropria</description>
<pubDate>04 Nov  2009 11:40:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785507</link>
</item><item>
<title>a is b</title>
<description>I have a question from the pyar list that may have been discussed on this list, but i didn&amp;#039;t catch it. Have some common objects been somewhat hardcod</description>
<pubDate>04 Nov  2009 10:37:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785500</link>
</item><item>
<title>[ANN] Pyjamas 0.7pre1 Web Widget Set and python-to-javascript Compiler released</title>
<description>Current Release: 0.7~pre1 --------------- This is a 0.7 prerelease of Pyjamas, to invite users to help test the latest version. The latest svn is re</description>
<pubDate>04 Nov  2009 10:17:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785499</link>
</item><item>
<title>How do I install dlls and exes for libtidy and others?</title>
<description>1. I already asked how to setup libxml2 and libxslt, but nobody answered how to... so if anyone knows I&amp;#039;m still having those problems.  2. I now can&amp;#039;</description>
<pubDate>04 Nov  2009 10:06:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785481</link>
</item><item>
<title>set pdb break condition based upon number of hits?</title>
<description>Is it possible to set pdb break condition based upon number of hits? I mean something like (Pdb) break line_number (number_of_hits_for_this_breakpoin</description>
<pubDate>04 Nov  2009 09:59:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785611</link>
</item><item>
<title>regexp help</title>
<description>Hello all,   I&amp;#039;m trying to write regexp that find all files that are not with next extensions: exe|dll|ocx|py, but can&amp;#039;t find any command that mak</description>
<pubDate>04 Nov  2009 08:29:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785469</link>
</item><item>
<title>Calling a method with a variable name</title>
<description>Hi All, I&amp;#039;m collating a bunch of my utility scripts into one, creating a single script to which I will symbolic link multiple times. This way I only</description>
<pubDate>04 Nov  2009 06:54:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785449</link>
</item><item>
<title>Request for comments - concurrent ssh client</title>
<description>Hello everyone, Since I&amp;#039;m not happy with shmux or pssh, I wrote my own &amp;quot;concurrent ssh&amp;quot; program for parallel execution of SSH commands on multiple h</description>
<pubDate>04 Nov  2009 06:00:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785440</link>
</item><item>
<title>How to test urllib|urllib2-using code?</title>
<description>I want to write some tests for code that uses both urllib and urllib2. I would like to be able to run these tests locally. Are there modules to faci</description>
<pubDate>04 Nov  2009 05:33:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785433</link>
</item><item>
<title>python 3.1.1 and --libdir option broken.</title>
<description>I&amp;#039;ve been trying to install Python 3.1.1 into /usr/lib64 via the configure script option --libdir, but it is ignored and Python 3.1.1 is installed i</description>
<pubDate>04 Nov  2009 04:59:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785431</link>
</item><item>
<title>problem in installing wxwidgets for python..</title>
<description>Hello friends,          I&amp;#039;ve tried to install wxwidgets in my mandriva 2009 spring for GUI interaction with python. In the installation instr</description>
<pubDate>04 Nov  2009 03:37:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785413</link>
</item><item>
<title>restricted mode???</title>
<description>A reportlab user running via mod_python+django (Python 2.5.2 and mod_python 3.3.1) reports a strange intermittent error involving failure to read fil</description>
<pubDate>04 Nov  2009 02:49:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785409</link>
</item><item>
<title>join , split question</title>
<description>Hello, i have some text file list such like following format. i want to change text format to other format. i was upload it pastebin site http://elc</description>
<pubDate>04 Nov  2009 01:39:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785609</link>
</item><item>
<title>How to print zero-padded floating point numbers in python 2.6.1</title>
<description>Hello, I thought that I could zero-pad a floating point number in &amp;#039;print&amp;#039; by inserting a zero after &amp;#039;%&amp;#039;, but this does not work. I get: print &amp;#039;%2.2</description>
<pubDate>04 Nov  2009 00:04:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785381</link>
</item><item>
<title>using csv dictreader in python</title>
<description>Hello all, I am now trying to access the csv file using dictreader. import csv r25 = csv.DictReader(open(&amp;#039;Report_ 25&amp;#039;, &amp;#039;rb&amp;#039;), delimiter=&amp;#039;,&amp;#039;) rown</description>
<pubDate>03 Nov  2009 23:55:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785380</link>
</item><item>
<title>how to create nested classes dynamically</title>
<description>I have class structure as below. How can I create the following nested class and its properties dynamically.   class AA(object):   class BB(objec</description>
<pubDate>03 Nov  2009 21:04:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785357</link>
</item><item>
<title>unittest &amp;amp; setup</title>
<description>Maybe I&amp;#039;m doing something wrong here, definitely not the most experienced unit tester. I&amp;#039;ve got a class, in the constructor it loads a CSV file from</description>
<pubDate>03 Nov  2009 20:02:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785345</link>
</item><item>
<title>continuous return?</title>
<description>I&amp;#039;m trying to write something related to IRC. The thing is, I have one thread receiving and another sending. But, how can I keep the caller of the rec</description>
<pubDate>03 Nov  2009 19:20:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785343</link>
</item><item>
<title>ANN: python-dBase 0.86 Released!</title>
<description>Greetings! I am happy to announce the latest release of python-dBase (dbf for short)! At this point it supports dBase III and Visual FoxPro 6 dbf f</description>
<pubDate>03 Nov  2009 17:53:31 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785333</link>
</item><item>
<title>elementtree XML() unicode</title>
<description>Having an issue with elementtree XML() in python 2.6.4. This code works fine:    from xml.etree import ElementTree as et    getResponse = u&amp;#039;&amp;#039;&amp;#039;</description>
<pubDate>03 Nov  2009 16:01:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785304</link>
</item><item>
<title>unable to compile Python 2.6.4 on AIX using gcc</title>
<description>Hello -- I am trying to compile Python 2.6.4 on a Power 5 PC with AIX 5.3. Here are the settings: export OBJECT_MODE=64 export AR=&amp;quot;ar -X64&amp;quot; export</description>
<pubDate>03 Nov  2009 14:40:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785299</link>
</item><item>
<title>how to remove the same words in the paragraph</title>
<description>I need to remove the word if it appears in the paragraph twice. could some give me some clue or some useful function in the python. -- http://mail.py</description>
<pubDate>03 Nov  2009 14:13:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785279</link>
</item><item>
<title>fastPATX Panther for your speedy web browsing needs!</title>
<description>fastPATX Panther is now out! It beats Firefox on startup and is very lightweight you have to try it! Download here: http://bitbucket.org/patx/fastpat</description>
<pubDate>03 Nov  2009 13:52:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785277</link>
</item><item>
<title>how to remove the punctuation and no need words from paragraphs</title>
<description>I want to remove all the punctuation and no need words form a string datasets for experiment. I am new to python, please give me some clue and direct</description>
<pubDate>03 Nov  2009 13:44:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/785276</link>
</item>
</channel>
</rss>
