<?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>25 Nov  2009 12:45:49 -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>A language for S40 mobiles</title>
<description>Hey, I have recently created an application for S60 mobiles. But I want to create a similar application for S40 mobiles too. I did the application of</description>
<pubDate>25 Nov  2009 11:40:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789998</link>
</item><item>
<title>Python Statements/Keyword Localization</title>
<description>Greetings everybody, some time ago I saw a paper that used an XSL transformation sheet to transform (if I remember correctly) a Chinese xml file (inc</description>
<pubDate>25 Nov  2009 11:02:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789997</link>
</item><item>
<title>Workaround To Add Value To TextArea</title>
<description>Hi; I&amp;#039;ve noticed that html doesn&amp;#039;t support a &amp;quot;value&amp;quot; attribute for textarea. I have a form in which I enable users to edit data they&amp;#039;ve entered into m</description>
<pubDate>25 Nov  2009 07:19:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789960</link>
</item><item>
<title>&amp;#039;classmethod&amp;#039; object has only read-only attributes</title>
<description>Hi, why have classmethods only readonly attributes? It works for other methods. exmpale code: {{{ class Foo(object):   @classmethod   def bar(cl</description>
<pubDate>25 Nov  2009 06:06:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789956</link>
</item><item>
<title>(pywin related) pywintypes.com_error: -2147417846 &amp;quot;Application busy&amp;quot;</title>
<description>Hello list, I&amp;#039;m having a problem with a python COM Excel client that rarely gets the exception pywintypes.com_error with the error code -2147417846.</description>
<pubDate>25 Nov  2009 04:49:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789952</link>
</item><item>
<title>Help with pprint</title>
<description>Hello, I want to print list of lists in matrix format. So I use pprint with parameter &amp;#039;width&amp;#039; for this target.  For example :   &amp;gt;&amp;gt;&amp;gt; data=[[.1, 1, 1</description>
<pubDate>25 Nov  2009 04:47:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789951</link>
</item><item>
<title>How to import a file by its full path using C api?</title>
<description>Hello PyObject* PyImport_ImportModule( const char *name)  How to specify a full file path instead and a module name? Like PyImport_SomeFunction(con</description>
<pubDate>25 Nov  2009 00:51:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789927</link>
</item><item>
<title>CentOS 5.3 vs. Python 2.5</title>
<description>My dedicated hosting provider wants to switch me to a new server with CentOS 5.3, so I have to look at how much work is required.   CentOS 5.3 appa</description>
<pubDate>24 Nov  2009 22:42:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789918</link>
</item><item>
<title>get line number and filename in a source file</title>
<description>__LINE__ __FILE__ in C++ can give the current line number and filename. Is there a similar thing in python that can give me the current line number an</description>
<pubDate>24 Nov  2009 21:47:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789914</link>
</item><item>
<title>Can &amp;quot;self&amp;quot; crush itself?</title>
<description>Why does &amp;quot;h&amp;quot; instance stay alive? class Moo:   cnt = 0   def __init__(self, x):     self.x = x     self.__class__.cnt += 1     if sel</description>
<pubDate>24 Nov  2009 20:57:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789910</link>
</item><item>
<title>Creating a drop down filter in Admin site</title>
<description>Hoping someone could help me out. I am updating an admin site and added a couple &amp;quot;list_filter&amp;quot;s. They are rather long so I wanted to turn them into a</description>
<pubDate>24 Nov  2009 13:08:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789856</link>
</item><item>
<title>Raw strings as input from File?</title>
<description>I have a log file with full Windows paths on a line. eg: K:\A\B\C\10xx\somerandomfilename.ext-&amp;gt;/a1/b1/c1/10xx \somerandomfilename.ext ; t9999xx; 11/23</description>
<pubDate>24 Nov  2009 11:52:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789839</link>
</item><item>
<title>Python-URL! - weekly Python news and links (Nov 24)</title>
<description>QOTW: &amp;quot;... it&amp;#039;s generally accepted that COM sucks rocks through straws, so explore alternatives when they&amp;#039;re available ;-)&amp;quot; - Chris Withers   http:</description>
<pubDate>24 Nov  2009 09:59:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789826</link>
</item><item>
<title>howto send signal to a OS daemon on linux</title>
<description>Hello, Greetings. I am a newbie to python programming. Can anybody please help me with options to send a user defined signal to a OS daemon (example</description>
<pubDate>24 Nov  2009 09:17:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789822</link>
</item><item>
<title>csv and mixed lists of unicode and numbers</title>
<description>Hello, I want to put data from a database into a tab separated text file. This looks like a typical application for the csv module, but there is a sn</description>
<pubDate>24 Nov  2009 08:42:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789820</link>
</item><item>
<title>fixing xml output format</title>
<description>Hi all, I am creating some xml output using minidom and saving it to a file using doc.writexml() The output however is as follows: &amp;lt;?xml version=&amp;quot;1.</description>
<pubDate>24 Nov  2009 08:14:35 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789819</link>
</item><item>
<title>Need help to understand a getattr syntax.</title>
<description>Hello all,   I need some help to understand a getattr syntax. The syntax is: try:   getattr(self, command)(cursor, row) except Exception, e:</description>
<pubDate>24 Nov  2009 07:47:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789793</link>
</item><item>
<title>Recall: How to log messages _only once_ from all modules ?</title>
<description>Barak, Ron would like to recall the message, &amp;quot;How to log messages _only once_ from all modules ?&amp;quot;. -- http://mail.python.org/mailman/listinfo/python-</description>
<pubDate>24 Nov  2009 05:17:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789753</link>
</item><item>
<title>How to log messages _only once_ from all modules ?</title>
<description>Hi, I&amp;#039;m trying to add the logging module to my application, but I seem to be missing something. My application (a wxPython one) has a main script tha</description>
<pubDate>24 Nov  2009 04:59:05 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789754</link>
</item><item>
<title>pointless musings on performance</title>
<description>#!/usr/local/bin/python import timeit  def pythonic():   nonevar = None   zerovar = 0   for x in range(1000000):     if nonevar:</description>
<pubDate>24 Nov  2009 04:03:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789735</link>
</item><item>
<title>midi file parser</title>
<description>&amp;quot;&amp;quot;&amp;quot; A Sequence is a list [FormatType, TimeDivision, Tracks] where *) FormatType is in [0,1,2] *) TimeDivision is either [TicksPerBeat] with TicksPer</description>
<pubDate>23 Nov  2009 21:15:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789696</link>
</item><item>
<title>Where to put the error handing test?</title>
<description>Suppose that I have function f() that calls g(), I can put a test on the argument &amp;#039;x&amp;#039; in either g() or f(). I&amp;#039;m wondering what is the common practice.</description>
<pubDate>23 Nov  2009 19:15:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789686</link>
</item><item>
<title>Re: [CPyUG:110052] ANN: UliPad 4.0 released!</title>
<description>很不错！虽然我一直用emacs On Tue, Nov 24, 2009 at 10:16 AM, limodou &amp;lt;limodou@gmail.com&amp;gt; wrote: &amp;gt; UliPad is a flexible editor, based on wxPython. It</description>
<pubDate>23 Nov  2009 18:18:25 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789679</link>
</item><item>
<title>ANN: UliPad 4.0 released!</title>
<description>UliPad is a flexible editor, based on wxPython. It&amp;#039;s has many features,just like:class browser, code auto-complete, html viewer, directory browser, wi</description>
<pubDate>23 Nov  2009 18:16:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789678</link>
</item><item>
<title>More precise document on os.path.normpath()</title>
<description>After I tried os.path.normpath(), it is clear that the function doesn&amp;#039;t return the trailing &amp;#039;/&amp;#039;, if the path is a directory. But this fact is not docu</description>
<pubDate>23 Nov  2009 17:52:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/python/python/789664</link>
</item>
</channel>
</rss>
