<?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>22 Nov  2008 11:35:03 -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>Module not included when running &amp;quot;setup.py sdist&amp;quot;</title>
<description>I&amp;#039;m running Python 2.5.2 on Ubuntu Hardy. I&amp;#039;m trying to write a Distutils setup script to distribute and upload to PyPI a module I wrote called &amp;quot;Wyzar</description>
<pubDate>22 Nov  2008 06:43:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/695122</link>
</item><item>
<title>Chase credit cards HERE ALL</title>
<description>Chase Credit Cards &amp;amp; CreditCard Offers at CreditCardFlyers http://www.chasecreditcardsnews.50webs.com -- http://mail.python.org/mailman/listinfo/pyth</description>
<pubDate>22 Nov  2008 00:28:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/695065</link>
</item><item>
<title>how to dynamically instantiate an object inheriting from several classes?</title>
<description>I have a function that takes a reference to a class, and then  instantiates that class (and then does several other things with the  new instance).</description>
<pubDate>21 Nov  2008 14:11:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694954</link>
</item><item>
<title>matching exactly a 4 digit number in python</title>
<description>Hi I am a few months new into python. I have used regexps before in perl and java but am a little confused with this problem. I want to parse a numbe</description>
<pubDate>21 Nov  2008 13:46:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694949</link>
</item><item>
<title>__new__ woes with list</title>
<description>i&amp;#039;m having a hell of a time getting this to work. basically I want to be able to instantiate an object using either a list, or a string, but the clas</description>
<pubDate>21 Nov  2008 13:32:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694943</link>
</item><item>
<title>initialization in argument definitions</title>
<description>Hi, I know this is a terribly simple question, but the docs seem to be designed for people who probably find a the answer to this question terribly ob</description>
<pubDate>21 Nov  2008 13:25:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694940</link>
</item><item>
<title>can the sequence of entries in a dictionary be depended on?</title>
<description>Hi, I&amp;#039;m writing a program where i iterate through the entries in a dictionary using a for loop. This for-loop is enclosed by another loop which traver</description>
<pubDate>21 Nov  2008 10:33:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694911</link>
</item><item>
<title>Building Python 2.5.2 for Itanium</title>
<description>Hello,  A tool that we use needs to be ported to Itanium. It wsa written for Python 2.5.2, and so I was happily using the Itanium version of that r</description>
<pubDate>21 Nov  2008 09:23:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694891</link>
</item><item>
<title>Custom Formatting The Output Of subprocess.Popen</title>
<description>Hello,  I&amp;#039;m launching a script as follows: &amp;lt;code&amp;gt; p = subprocess.Popen([&amp;#039;./p.py&amp;#039;, &amp;#039;aa&amp;#039;]) p.wait() &amp;lt;/code&amp;gt;  If p.py writes to sys.stdout, then it</description>
<pubDate>21 Nov  2008 07:23:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694849</link>
</item><item>
<title>Need help converting text to csv format</title>
<description>Hey guys. I&amp;#039;m working on a little program to help my wife catalog her/ our coupons. I found a good resource but need help formatting the text data s</description>
<pubDate>21 Nov  2008 07:18:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694847</link>
</item><item>
<title>Best strategy for finding a pattern in a sequence of integers</title>
<description>Hi all, I am a Python novice, and I have run into a problem in a project I am working on, which boils down to identifying the patterns in a sequence</description>
<pubDate>21 Nov  2008 07:13:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694846</link>
</item><item>
<title>Build of extension module depending on external lib fails on Solaris 10</title>
<description>Hello all, I&amp;#039;ve got a brand new Solaris 10 computer and I&amp;#039;m trying to build Python  and extension modules for it. The Python build didn&amp;#039;t have any p</description>
<pubDate>21 Nov  2008 07:07:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694843</link>
</item><item>
<title>RELEASED Python 3.0rc3</title>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On behalf of the Python development team and the Python community, I  am happy to announce the third a</description>
<pubDate>21 Nov  2008 07:06:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694841</link>
</item><item>
<title>how to get all repeated group with regular expression</title>
<description>say, when I try to search and match every char from variable length string, such as string &amp;#039;123456&amp;#039;, i tried re.findall( r&amp;#039;(\d)*, &amp;#039;12346&amp;#039; ) , but</description>
<pubDate>21 Nov  2008 06:31:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694837</link>
</item><item>
<title>call an exturnal program in python</title>
<description>I am trying to run an external program in my code using os.system(&amp;#039;exename -exearg&amp;#039;) but the exe has an &amp;quot;&amp;amp;&amp;quot; in it so windows thinks it&amp;#039;s two command</description>
<pubDate>21 Nov  2008 04:48:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694816</link>
</item><item>
<title>strange pythoncom.com_error - it only happens once</title>
<description>Hi, I&amp;#039;m getting this error: #  File &amp;quot;C:\Python25\Lib\site-packages\win32com\client\dynamic.py&amp;quot;, line 491, in __getattr__ #   raise pythoncom.com_e</description>
<pubDate>21 Nov  2008 01:50:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694788</link>
</item><item>
<title>Dynamic features used</title>
<description>I often use Python to write small programs, in the range of 50-500 lines of code. For example to process some bioinformatics data, perform some data m</description>
<pubDate>21 Nov  2008 01:17:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694783</link>
</item><item>
<title>How to read space separated file in python?</title>
<description>Hi all, I want to read file which is mapping file. Used in to map character from ttf to unicode. eg Map file contain data in the following way: 0 à</description>
<pubDate>21 Nov  2008 00:46:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694773</link>
</item><item>
<title>A little comments of ctypes and construct.</title>
<description>Hi all, Recently I asked a question on this group:  &amp;gt;&amp;gt; What&amp;#039;s your choice when handle complicated C structures. I got these suggestion: 1) try con</description>
<pubDate>21 Nov  2008 00:28:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694772</link>
</item><item>
<title>www okcupid com - Free Online Dating</title>
<description>www okcupid com . . . *******CLICK HERE******** http://dating365.co.cc/www-okcupid-com ***************************** . . . . . . . . . . . . www okcup</description>
<pubDate>21 Nov  2008 00:13:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694769</link>
</item><item>
<title>african american singles - Free Online Dating</title>
<description>african american singles . . . *******CLICK HERE******** http://dating365.co.cc/african-american-singles ***************************** . . . . . . . .</description>
<pubDate>21 Nov  2008 00:13:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694768</link>
</item><item>
<title>www myukdate com - Free Online Dating</title>
<description>www myukdate com . . . *******CLICK HERE******** http://dating365.co.cc/www-myukdate-com ***************************** . . . . . . . . . . . . www myu</description>
<pubDate>21 Nov  2008 00:13:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694767</link>
</item><item>
<title>myukdate - Free Online Dating</title>
<description>myukdate . . . *******CLICK HERE******** http://dating365.co.cc/myukdate ***************************** . . . . . . . . . . . . myukdate -- http://mail</description>
<pubDate>21 Nov  2008 00:12:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694766</link>
</item><item>
<title>plentyoffish uk - Free Online Dating</title>
<description>plentyoffish uk . . . *******CLICK HERE******** http://dating365.co.cc/plentyoffish-uk ***************************** . . . . . . . . . . . . plentyoff</description>
<pubDate>21 Nov  2008 00:12:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694765</link>
</item><item>
<title>plentyoffish dating service - Free Online Dating</title>
<description>plentyoffish dating service . . . *******CLICK HERE******** http://dating365.co.cc/plentyoffish-dating-service ***************************** . . . . .</description>
<pubDate>21 Nov  2008 00:12:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694764</link>
</item>
</channel>
</rss>
