<?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 09:59:44 -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><item>
<title>freedatingusa - Free Online Dating</title>
<description>freedatingusa . . . *******CLICK HERE******** http://dating365.co.cc/freedatingusa ***************************** . . . . . . . . . . . . freedatingusa</description>
<pubDate>21 Nov  2008 00:12:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694763</link>
</item><item>
<title>datetheuk - Free Online Dating</title>
<description>datetheuk . . . *******CLICK HERE******** http://dating365.co.cc/datetheuk ***************************** . . . . . . . . . . . . datetheuk -- http://m</description>
<pubDate>21 Nov  2008 00:11:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694762</link>
</item><item>
<title>how to run python file from the python IDLE editor</title>
<description>hi all, I have a problem. when i run a file &amp;quot;python xxx.py zzzz&amp;quot; from a comand line, it just work. But the DOS command line do not support unicode and</description>
<pubDate>20 Nov  2008 23:56:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694761</link>
</item><item>
<title>capacitor</title>
<description>A capacitor is an electrical/electronic device that can store energy in the electric field between a pair of conductors (called &amp;quot;plates&amp;quot;). The process</description>
<pubDate>20 Nov  2008 23:17:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694759</link>
</item><item>
<title>how to run afile with an argument from python IDLE editor</title>
<description>hi all, I have a problem. when i run a file &amp;quot;python xxx.py zzzz&amp;quot; from a comand line, it just work. But the DOS command line do not support unicode and</description>
<pubDate>20 Nov  2008 22:51:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694755</link>
</item><item>
<title>Sending username password to a webpage</title>
<description>Hi, Is there a way to essentially simulate populating a text box and calling a submit button on a webpage? I want to write an app that gets a users</description>
<pubDate>20 Nov  2008 19:52:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694736</link>
</item><item>
<title>Searching for Regular Expressions in a string WITH overlap</title>
<description>I apologize in advance for the newbie question. I&amp;#039;m trying to figure out a way to find all of the occurrences of a regular expression in a string inc</description>
<pubDate>20 Nov  2008 16:31:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694703</link>
</item><item>
<title>How to run a python app in the background?</title>
<description>I&amp;#039;m a beginning programmer writing a tiny app with a TkInter GUI. Desired functionality: When the user enters a time interval, I want the windows to d</description>
<pubDate>20 Nov  2008 16:13:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694693</link>
</item><item>
<title>function parameter scope python 2.5.2</title>
<description>I recently encountered some interesting behaviour that looks like a bug to me, but I can&amp;#039;t find the appropriate reference to any specifications to cla</description>
<pubDate>20 Nov  2008 15:31:12 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694682</link>
</item><item>
<title>How to get the class instance of a passed method ?</title>
<description>hello, if I pass a class method to a function, is it possible to determine the class instance in that function ? class test ( object ) :  def My_M</description>
<pubDate>20 Nov  2008 15:16:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694680</link>
</item><item>
<title>Tools for using virtual environments and PEP 370</title>
<description>Python 2.6 implemented PEP 370: Per-user site-packages Directory[1] Now, are there any tools I could use to create and activate virtual environments</description>
<pubDate>20 Nov  2008 13:53:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694653</link>
</item><item>
<title>Python 3 __cmp__ semantic change?</title>
<description>Hello group, I&amp;#039;m porting some code of mine to Python 3. One class has the __cmp__ operator overloaded, but comparison doesn&amp;#039;t seem to work anymore wi</description>
<pubDate>20 Nov  2008 13:18:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694644</link>
</item><item>
<title>Fwd: Problem with writing a long line in a text file</title>
<description>--- I use notepad to view my txt file. It appears that way in this tool. --- Here is the output of the debug lines that you mentioned: print *line*.f</description>
<pubDate>20 Nov  2008 11:52:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694618</link>
</item><item>
<title>SOAPpy SyntaxError</title>
<description>Hello, I&amp;#039;m going through the SOAP Web Services portion of Mark Pilgrim&amp;#039;s tutorial and I&amp;#039;m getting this error when trying to build: python setup.py b</description>
<pubDate>20 Nov  2008 11:16:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694613</link>
</item><item>
<title>Nokia N96 16GB -GSM- Cell Phone (Unlocked) Quad Band</title>
<description>7*24 hour On-line service: MSN/Email:elec-bestseller@hotmail.com Our website: http://www.elec-bestseller.cn Operating Frequency   * WCDMA2100/900</description>
<pubDate>20 Nov  2008 07:51:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694568</link>
</item><item>
<title>You are welcome ,my friends</title>
<description>Dear friend, Thank you for your attention to http://shopping.web.0931dns.cn/(www.elec-bestseller.com ).we sell all kinds of best electronics, with th</description>
<pubDate>20 Nov  2008 07:49:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694567</link>
</item><item>
<title>C extension type gives type error in power operator</title>
<description>I&amp;#039;m trying to implement an extension type with a power operator. The operator is unusual in that I want to allow my objects to be raised to an integer</description>
<pubDate>20 Nov  2008 07:16:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694556</link>
</item><item>
<title>Problem with writing fast UDP server</title>
<description>Hi guys, I am struggling writing fast UDP server. It has to handle around 10000 UDP packets per second. I started building that with non blocking soc</description>
<pubDate>20 Nov  2008 07:03:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694555</link>
</item><item>
<title>imported method from module evaluates to None in some cases</title>
<description>Hi: I&amp;#039;m having a problem in some zope (2.10) code (HTTPResponse.py) where a method that gets imported somehow evaluates to None in certain cases whic</description>
<pubDate>20 Nov  2008 05:35:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694537</link>
</item><item>
<title>Can&amp;#039;t find Python Library packages in Ubuntu (Debian)</title>
<description>I&amp;#039;m new in this list (and to Python), so I&amp;#039;d like to start saying hello to everyone first. I am really enjoying this new language! I am trying to use</description>
<pubDate>20 Nov  2008 05:25:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694535</link>
</item><item>
<title>teen home made p0rn</title>
<description>http://sambuko.freetzi.com/old.htm homemade lesbian p0rn,homemade p0rn pics -- http://mail.python.org/mailman/listinfo/python-list</description>
<pubDate>20 Nov  2008 04:32:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694528</link>
</item><item>
<title>strange permission issue with nosetests</title>
<description>Hi, I&amp;#039;m trying the nose testing package. I&amp;#039;ve just started reading the tutorial and I had a problem with the first simple example. This is the test:</description>
<pubDate>20 Nov  2008 03:43:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694516</link>
</item><item>
<title>Ip format</title>
<description>Hello i have this ip 1578568204 how socket function i can have the ip dotted-quad string? i have try socket.inet_aton get no error but only this ^ET</description>
<pubDate>20 Nov  2008 03:19:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694514</link>
</item><item>
<title>Hooking windowsmessages with python</title>
<description>Hi! I&amp;#039;m trying to set a message hook with python to catch WM_DROPFILES. The guiframework is Tkinter. Here a code snippet: &amp;gt; hwnd = eval(self.wm_fram</description>
<pubDate>20 Nov  2008 01:52:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694506</link>
</item><item>
<title>DISNEY VISA CARD</title>
<description>DISNEY VISA CARD http://www.disneyvisacards.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list</description>
<pubDate>19 Nov  2008 23:26:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694499</link>
</item><item>
<title>Two functionaly identical functions -&amp;gt; different results ??!</title>
<description>Hi Guys, I cannot see any difference between read1() and read2() below, and yet, one is okay, the other give an exception. In the first run, read2()</description>
<pubDate>19 Nov  2008 23:24:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694497</link>
</item><item>
<title>[ANN] logilab-astng 0.17.4</title>
<description>Hi there! Back from holidays, I finally took a few hours to fix a few bugs in astng an publish a 0.17.4 release. It fixes some crashes, the &amp;quot;using po</description>
<pubDate>19 Nov  2008 22:51:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694495</link>
</item><item>
<title>Moving file on remote server: How?</title>
<description>Hi, I am using python to FTP into a remote server and copy a file to a local machine. After I have downloaded the file I would like to move the file</description>
<pubDate>19 Nov  2008 21:40:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694484</link>
</item><item>
<title>Module Structure/Import Design Problem</title>
<description>Hi, I am in a situation where I feel I am being forced to abandon a clean module structure in favor of a large single module. If anyone can save my s</description>
<pubDate>19 Nov  2008 20:13:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694477</link>
</item><item>
<title>[ANN]: circuits-1.0a2 released!</title>
<description>Hi all, I&amp;#039;m pleased to announce the release of circuits-1.0a2 Overview ====== circuits is an event-driven framework with a focus on Component Softw</description>
<pubDate>19 Nov  2008 20:09:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694476</link>
</item><item>
<title>help with comparison</title>
<description>Hi, Could some one take a look at the below code snipet which keep failing: import optparse p = optparse.OptionParser(description=&amp;quot;script to do stuff</description>
<pubDate>19 Nov  2008 19:21:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694475</link>
</item><item>
<title>Python / Debian package dependencies</title>
<description>Hi all, I am trying to build a debian package for my python modules using stdeb and dpkg-buildpackage. The package building itself works, I also mana</description>
<pubDate>19 Nov  2008 17:14:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694461</link>
</item><item>
<title>Using eval, or something like it...</title>
<description>Hi There, I know you can use eval to dynamically generate the name of a function you may want to call. Can it (or some equivalent method) also be use</description>
<pubDate>19 Nov  2008 16:44:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694459</link>
</item><item>
<title>Problem with writing a long line in a text file</title>
<description>Dear guys, I&amp;#039;m a newbie in python and I have this problem with the code that I&amp;#039;m writing. There is a very long line which I wish to output it to a te</description>
<pubDate>19 Nov  2008 14:27:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694446</link>
</item><item>
<title>F2PY: Access Fortran module data from multiple python module</title>
<description>Hi all, Here is a description of what I am trying to implement using F2PY: I have created two python extension modules using F2PY. The first extension</description>
<pubDate>19 Nov  2008 14:06:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694432</link>
</item><item>
<title>Designing superclasses so inherited methods return objects with same type as the instance.</title>
<description>I have a class called Interval(type.ObjectType) that is supposed to mimic closed mathematical intervals. Right now, it has a lot of methods like this:</description>
<pubDate>19 Nov  2008 13:51:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694430</link>
</item><item>
<title>Eric IDE Autocomplete</title>
<description>If anyone is familiar with this editor, can you tell me how to enable autocomplete and tooltips, IDLE-style?  I add the API thing, and everything b</description>
<pubDate>19 Nov  2008 13:12:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694420</link>
</item><item>
<title>GzipFile as a Context manager</title>
<description>Is there a reason that the gzip.GzipFile class does not have __enter__ and __exit__ methods that mimic those of the file object? I expected the follo</description>
<pubDate>19 Nov  2008 11:04:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694391</link>
</item><item>
<title>calling python scripts as a sub-process</title>
<description>I have one script (Match1) that calls a Fortran executable as a sub-process, and I want to write another script (Match4) that spawns off several inst</description>
<pubDate>19 Nov  2008 11:03:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694393</link>
</item><item>
<title>wxPython Crashes with basic example</title>
<description>Hi, I am trying to run the basic wxpython example as seen here http://www.zetcode.com/wxpython/firststeps/ and everytime i run it, it crashes python/w</description>
<pubDate>19 Nov  2008 09:51:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694361</link>
</item><item>
<title>Quick nested loop syntax?</title>
<description>Hi group, if I remember correctly, wasn&amp;#039;t there a way to quickly iterate through nested loops? Something like a = { &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot; } b = { 4, 9, 13}</description>
<pubDate>19 Nov  2008 09:48:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694359</link>
</item><item>
<title>python template: may help at starting a new script</title>
<description>Hello, I&amp;#039;ve created a python script template that I&amp;#039;ve been using for a while, but that I improved recently. This script is a class that you can inhe</description>
<pubDate>19 Nov  2008 09:33:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694354</link>
</item><item>
<title>broken setuptools dependencies</title>
<description>I just tried to set up a Windows box as a client talking to a MySQL database on Linux using Python. So I installed the most recent version of Python</description>
<pubDate>19 Nov  2008 08:42:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694344</link>
</item><item>
<title>XML -&amp;gt; Tab-delimited text file (using lxml)</title>
<description>I&amp;#039;m attempting to do the following: A) Read/scan/iterate/etc. through a semi-large XML file (about 135 mb) B) Grab specific fields and output to a tab</description>
<pubDate>19 Nov  2008 07:47:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694323</link>
</item><item>
<title>Python image library issue: domain users cannot save files?</title>
<description>Hi, Has anyone try to use PIL in a windows domain environment? I am having a permission issue. If I am a domain user, even I have the permission to wr</description>
<pubDate>19 Nov  2008 07:43:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694322</link>
</item><item>
<title>Why is try...except in my code not working (gzip/text files) ?</title>
<description>Hi, I need to read a file that is either a gzip or a text file (on both *nix and Windows). Since I didn&amp;#039;t find a way to determine a file type, I thou</description>
<pubDate>19 Nov  2008 07:25:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694321</link>
</item><item>
<title>wxPython BoxSizer</title>
<description>Simple question, i just can&amp;#039;t make it work. I need to center a StaticText component in its parent (Panel). I want to do this with BoxSizer(s). if i</description>
<pubDate>19 Nov  2008 07:16:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694316</link>
</item><item>
<title>More elegant way to try running a function X times?</title>
<description>Hello As a newbie, it&amp;#039;s pretty likely that there&amp;#039;s a smarter way to do this, so I&amp;#039;d like to check with the experts: I need to try calling a function</description>
<pubDate>19 Nov  2008 06:09:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694299</link>
</item><item>
<title>Getting fractional part from a float without using string operations</title>
<description>Thanks, Srini     Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ -- http://mail.python.org/mailman/listinf</description>
<pubDate>19 Nov  2008 05:35:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694289</link>
</item><item>
<title>Inheriting frozenset gives bug if i overwrite __repr__ method</title>
<description>Hi, I am getting an error while executing the following snippet. If i comment out method __repr__ , it works fine. class fs(frozenset):     def __new</description>
<pubDate>19 Nov  2008 04:39:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694282</link>
</item><item>
<title>Non blocking socket server and storage engine</title>
<description>Hello Pythonists, I am building a non blocking socket server for incomming UDP packets. The server needs to run at least three threads: 1. getting da</description>
<pubDate>19 Nov  2008 02:36:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694258</link>
</item><item>
<title>Possible bug in Tkinter for Python 2.6</title>
<description>Hello all, I&amp;#039;m trying out Python 2.6 and I found what might be a bug in the Tkinter  module. How can I report it? The possible bug is a traceback w</description>
<pubDate>19 Nov  2008 01:57:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694249</link>
</item><item>
<title>Re: Tyrton ERP 1.0 released</title>
<description>On Nov 18, 3:26 pm, Hartmut Goebel &amp;lt;h.goe...@goebel-consult.de&amp;gt; wrote: &amp;gt; On behalf of the Tryton team I&amp;#039;m proud to announce Tryton 1.0, &amp;gt; an Open Sour</description>
<pubDate>19 Nov  2008 00:58:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694709</link>
</item><item>
<title>Re: Will MySQLdb, the Python shim,	be supported for Python 2.6 or 3.x?</title>
<description>Hi, Dennis Lee Bieber wrote: ... &amp;gt;&amp;gt; &amp;gt;    I&amp;#039;m not any heavy user -- but if it means anything... I finally &amp;gt; converted my home machine from 2.4 to 2</description>
<pubDate>19 Nov  2008 00:56:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694238</link>
</item><item>
<title>Python bytecode STORE_NAME</title>
<description>As part of some research I am doing a Python Virtual Machine in Java, and the exact semantics of the STORE_NAME bytecode is unclear to be, so I was ho</description>
<pubDate>18 Nov  2008 23:48:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694234</link>
</item><item>
<title>python vs smalltalk 80</title>
<description>python vs smalltalk 80 which is nicer? -- http://mail.python.org/mailman/listinfo/python-list</description>
<pubDate>18 Nov  2008 22:53:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694231</link>
</item><item>
<title>zope vs openACS</title>
<description>what is nicer about each? -- http://mail.python.org/mailman/listinfo/python-list</description>
<pubDate>18 Nov  2008 22:50:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694230</link>
</item><item>
<title>Exception difference 2.4 ==&amp;gt; 2.5</title>
<description>I am having a strange problem and I can&amp;#039;t seem to zero in on it. I am also having trouble reducing it to a small enough snippet that I can post here.</description>
<pubDate>18 Nov  2008 20:56:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694219</link>
</item><item>
<title>PEP 324 error</title>
<description>It appears PEP 324 is missing the part about check_call(): http://www.python.org/dev/peps/pep-0324/ ... This module also defines two shortcut functi</description>
<pubDate>18 Nov  2008 19:26:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694209</link>
</item><item>
<title>Programming exercises/challenges</title>
<description>Hi guys, I&amp;#039;m learning Python by teaching myself, and after going through several tutorials I feel like I&amp;#039;ve learned the basics. Since I&amp;#039;m not taking</description>
<pubDate>18 Nov  2008 16:39:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694193</link>
</item><item>
<title>How to deal with globals during refactoring classes into separate files.</title>
<description>Hi There, I&amp;#039;m refactoring some old code that uses global variables and was originally written in one big flat file with a view to nicening it up and</description>
<pubDate>18 Nov  2008 16:14:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694180</link>
</item><item>
<title>Python module for rasters</title>
<description>I&amp;#039;m working on a script that will compare two raster files and tell me if they match or not. Are there any Python modules that will compare rasters (e</description>
<pubDate>18 Nov  2008 15:43:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694175</link>
</item><item>
<title>file tell in a for-loop</title>
<description>I was trying to map various locations in a file to a dictionary. At first I read through the file using a for-loop, but tell() gave back weird results</description>
<pubDate>18 Nov  2008 15:00:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694170</link>
</item><item>
<title>how to acces the block inside of a context manager as sourcecode</title>
<description>Hello, I need to access the code inside of a context manager, i.e. the call to with myManager(v=5) as x:     a=b     c=sin(x)  should cause</description>
<pubDate>18 Nov  2008 13:59:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694144</link>
</item><item>
<title>Meet Singles From All Over The World .. FOR FREE !!</title>
<description>Meet Singles In Your Area Arabs, American, Russian Singles &amp;gt;From All Over The World Waiting For You At Frinzo Join Frinzo And Start Your Love Life Now</description>
<pubDate>18 Nov  2008 12:55:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694139</link>
</item><item>
<title>redirecting stdout/err to mysql table</title>
<description>greetings, i need to log to the db directly and wrote a little script to do so. since i&amp;#039;m pretty new to python, i was wondering if a) you could revie</description>
<pubDate>18 Nov  2008 11:07:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694101</link>
</item><item>
<title>redirecting stdout to mysql table</title>
<description>greetings, i would like to redirect stdout/err to a mysql table and would like a) some peer review and b) suggestions for hardening the approach for</description>
<pubDate>18 Nov  2008 11:02:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694100</link>
</item><item>
<title>Re: Class instantiation fails when passed in a file but work via line by line interpreter</title>
<description>Jeff Tchang wrote: &amp;gt; Odd issue I am having with class instantiation on Python 2.5.2 (Windows). &amp;gt; &amp;gt; I have a custom module with a few classes in it. T</description>
<pubDate>18 Nov  2008 10:52:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694098</link>
</item><item>
<title>Class instantiation fails when passed in a file but work via line by line interpreter</title>
<description>Odd issue I am having with class instantiation on Python 2.5.2 (Windows). I have a custom module with a few classes in it. The module is named SAML.p</description>
<pubDate>18 Nov  2008 10:45:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694097</link>
</item><item>
<title>spam update</title>
<description>With some help from the python.org postmasters over the weekend I figured out why some seemingly obvious spam messages seem to be making it to the pyt</description>
<pubDate>18 Nov  2008 08:23:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694089</link>
</item><item>
<title>Cython Installation on Windows</title>
<description>Cython Installation on Windows documentation (http://wiki.cython.org/ InstallingOnWindows) needs a minor but important change. Under section &amp;quot;MinGW C</description>
<pubDate>18 Nov  2008 05:52:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694078</link>
</item><item>
<title>setting permissions to a file from linux.</title>
<description>Hi all, I have a text file in a directory on unix system. Using a python program i want to change that file&amp;#039;s permissions. How could this be done. Th</description>
<pubDate>18 Nov  2008 04:36:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694074</link>
</item><item>
<title>vayama</title>
<description>&amp;lt;a href=&amp;quot;http://www.tkqlhce.com/click-3234803-10534371&amp;quot; target=&amp;quot;_top&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;http://www.awltovhc.com/image-3234803-10534371&amp;quot; width=&amp;quot;160&amp;quot; height=&amp;quot;6</description>
<pubDate>18 Nov  2008 03:33:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694054</link>
</item><item>
<title>[ANN] Tyrton ERP 1.0 released</title>
<description>On behalf of the Tryton team I&amp;#039;m proud to announce Tryton 1.0, an Open Source application platform and ERP. It provides modularity, scalability and s</description>
<pubDate>18 Nov  2008 02:26:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694056</link>
</item><item>
<title>who to thank for the new RST doc format?</title>
<description>I am really loving the output, and have started using RST for some of my own docs as well. It&amp;#039;s wonderful and I know it was a lot of work on somebody</description>
<pubDate>18 Nov  2008 00:46:13 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/694028</link>
</item>
</channel>
</rss>
