<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.python Google Group</title>
  <link>http://groups.google.no/group/comp.lang.python</link>
  <description>The Python computer language.</description>
  <language>en</language>
  <item>
  <title>Re: Can&#39;t define __call__ within __init__?</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/6c1e03e9d76cf596/dbccda8474bf1b60?show_docid=dbccda8474bf1b60</link>
  <description>
  Others have already pointed out that there are two reasons that won&#39;t &lt;br&gt; work: &lt;br&gt; (1) you define __call__ as a local variable of the __init__ method which &lt;br&gt; then disappears as soon as the __init__ method completes; and &lt;br&gt; (2) special methods like __call__ are only called on the class, not the &lt;br&gt; instance, so you can&#39;t give each instance its own method.
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/6c1e03e9d76cf596/dbccda8474bf1b60?show_docid=dbccda8474bf1b60</guid>
  <author>
  ste...@remove.this.cybersource.com.au
  (Steven D&#39;Aprano)
  </author>
  <pubDate>Thu, 11 Mar 2010 03:18:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ideas for creating processes</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/104bababcbab6607/4749bf35921ccfc7?show_docid=4749bf35921ccfc7</link>
  <description>
  Good point MRAB... thanks for making it. &lt;br&gt; I started to wonder the same thing, but it took me a couple hours away &lt;br&gt; from working on it and a good dinner before I saw that... &lt;br&gt; Yeah, looking at it freshly now, I agree, I think I probably would be &lt;br&gt; better off running them one at a time. &lt;br&gt; The goal is to update several directories of ISO images with nightly
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/104bababcbab6607/4749bf35921ccfc7?show_docid=4749bf35921ccfc7</guid>
  <author>
  dreadpiratej...@gmail.com
  (J)
  </author>
  <pubDate>Thu, 11 Mar 2010 02:52:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Python Script to get Info from Site not working</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/4741fd660fb9b691/bdb5d4ed0cdd80f0?show_docid=bdb5d4ed0cdd80f0</link>
  <description>
  On Mar 11, 12:38 pm, &amp;quot;Gabriel Genellina&amp;quot; &amp;lt;gagsl-...@yahoo.com.ar&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Yeah that(&amp;quot;You need to select a drink!&amp;quot;) was the string I was getting &lt;br&gt; but I should be getting hot chocolate or something else(which ever one &lt;br&gt; I have selected) &lt;br&gt; I am using 3.x, do you think I should be using something else? Also &lt;br&gt; the your code I put in does the some thing, just now it says &amp;quot;Sorry no
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/4741fd660fb9b691/bdb5d4ed0cdd80f0?show_docid=bdb5d4ed0cdd80f0</guid>
  <author>
  nill...@yahoo.com
  (Jimbo)
  </author>
  <pubDate>Thu, 11 Mar 2010 02:26:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interacting With Another Script</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/fc3663ea0d0af3a6/fdc71c88cef0be63?show_docid=fdc71c88cef0be63</link>
  <description>
  The Pexpect[1] module is pretty much aimed at doing exactly this. &lt;br&gt; 1: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.noah.org/wiki/Pexpect&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/fc3663ea0d0af3a6/fdc71c88cef0be63?show_docid=fdc71c88cef0be63</guid>
  <author>
  wuwe...@gmail.com
  (alex23)
  </author>
  <pubDate>Thu, 11 Mar 2010 02:16:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Python Script to get Info from Site not working</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/4741fd660fb9b691/e8c8587c06995aa4?show_docid=e8c8587c06995aa4</link>
  <description>
  Are you sure? From the code you posted, the message should read &amp;quot;You need &lt;br&gt; to select a drink!&amp;quot;, not that one. &lt;br&gt; Replace the last line with something like this, to see what you are &lt;br&gt; getting exactly: &lt;br&gt; print(&amp;quot;Sorry, no %r (%r) available.&amp;quot; % ( &lt;br&gt; drink, &lt;br&gt; cgi.escape(repr(type(drink)))) )
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/4741fd660fb9b691/e8c8587c06995aa4?show_docid=e8c8587c06995aa4</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Thu, 11 Mar 2010 01:38:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interacting With Another Script</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/fc3663ea0d0af3a6/8e5d2bcebd2bbb34?show_docid=8e5d2bcebd2bbb34</link>
  <description>
  En Wed, 10 Mar 2010 09:32:15 -0300, Victor Subervi &lt;br&gt; &amp;lt;victorsube...@gmail.com&amp;gt; escribi�: &lt;br&gt; I know nothing about vpopmail, but can&#39;t you provide all the required &lt;br&gt; information by some other means? Command line arguments, a configuration &lt;br&gt; file, perhaps there is an API to call some internal functions? Faking an
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/fc3663ea0d0af3a6/8e5d2bcebd2bbb34?show_docid=8e5d2bcebd2bbb34</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Thu, 11 Mar 2010 01:37:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Method / Functions - What are the differences?</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/72ab93ba395822ed/db59822d2803476f?show_docid=db59822d2803476f</link>
  <description>
  En Wed, 10 Mar 2010 11:45:38 -0300, John Posner &amp;lt;jjpos...@optimum.net&amp;gt; &lt;br&gt; escribió: &lt;br&gt; I&#39;d use &#39;function&#39; instead of &#39;procedure&#39;, as this last word is very &lt;br&gt; uncommon in Python literature (also, &amp;quot;the procedure&#39;s return value...&amp;quot; may &lt;br&gt; look very strange to some people). &lt;br&gt; I&#39;m unsure if one should make a distinction &#39;storage attribute&#39; vs.
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/72ab93ba395822ed/db59822d2803476f?show_docid=db59822d2803476f</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Thu, 11 Mar 2010 01:37:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Importing Modules</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/74ded42ce8e146c3/1aadc4e50b8d0375?show_docid=1aadc4e50b8d0375</link>
  <description>
  En Wed, 10 Mar 2010 09:19:29 -0300, PEYMAN ASKARI &amp;lt;paskari...@yahoo.ca&amp;gt; &lt;br&gt; escribió: &lt;br&gt; If by &#39;internal classes&#39; you mean &#39;classes defined in the main module&#39;, &lt;br&gt; no, they&#39;re absolutely the same. &lt;br&gt; Note that both reprs have the same structure. Both say &lt;br&gt; &amp;lt;modulename.classname instance at ...&amp;gt; &lt;br&gt; When you execute `python test_import.py`, the code is executed into a
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/74ded42ce8e146c3/1aadc4e50b8d0375?show_docid=1aadc4e50b8d0375</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Thu, 11 Mar 2010 01:37:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does this already exists?: A module that checks if the used platform is supported</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/51b6a2342cac2397/95e13d82abe67efb?show_docid=95e13d82abe67efb</link>
  <description>
  En Wed, 10 Mar 2010 10:54:27 -0300, Martin P. Hellwig &lt;br&gt; &amp;lt;martin.hell...@dcuktec.org&amp;gt; escribió: &lt;br&gt; In case you were not aware of it: see the platform module. But you&#39;ll have &lt;br&gt; to do the checks yourself (based on the info it returns).
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/51b6a2342cac2397/95e13d82abe67efb?show_docid=95e13d82abe67efb</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Thu, 11 Mar 2010 01:37:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t install PIL on MacOS X Leopard</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/c9038df8164b662c?show_docid=c9038df8164b662c</link>
  <description>
  Thank you for your reply, Ned, but I just tried to install it again &lt;br&gt; and found out that I didn&#39;t finally run &amp;quot;python setup.py install&amp;quot; &lt;br&gt; after building PIL manually. It solved the problem.
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/c9038df8164b662c?show_docid=c9038df8164b662c</guid>
  <author>
  gene...@gmail.com
  (phantasm)
  </author>
  <pubDate>Thu, 11 Mar 2010 00:43:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t install PIL on MacOS X Leopard</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/c2b652bf8748abe9?show_docid=c2b652bf8748abe9</link>
  <description>
  In article &lt;br&gt; &amp;lt;94070db2-91f0-47a8-a259-36378 aab9...@o3g2000yqb.googlegroup s.com&amp;gt;, &lt;br&gt; Hard to say without more information but it does seem odd that _imaging &lt;br&gt; can be imported. One thing to try: &lt;br&gt; $ python2.6 &lt;br&gt; Python 2.6.4 (r264:75706, Oct 28 2009, 20:34:51) &lt;br&gt; [GCC 4.0.1 (Apple Inc. build 5493)] on darwin &lt;br&gt; Type &amp;quot;help&amp;quot;, &amp;quot;copyright&amp;quot;, &amp;quot;credits&amp;quot; or &amp;quot;license&amp;quot; for more information.
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/c2b652bf8748abe9?show_docid=c2b652bf8748abe9</guid>
  <author>
  n...@acm.org
  (Ned Deily)
  </author>
  <pubDate>Thu, 11 Mar 2010 00:34:51 UT
</pubDate>
  </item>
  <item>
  <title>Can&#39;t install PIL on MacOS X Leopard</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/10f1559566d9afda?show_docid=10f1559566d9afda</link>
  <description>
  Hello! &lt;br&gt; I&#39;m trying to install PIL module on MacOS X Leopard with python 2.6. &lt;br&gt; Everything seemed to be fine - now I have PIL egg package in &amp;quot;site- &lt;br&gt; packages&amp;quot; directory, but when I&#39;m trying &amp;quot;import PIL&amp;quot;, I get an error &lt;br&gt; &amp;quot;ImportError: No module named PIL&amp;quot;. &lt;br&gt; All other modules such as SQL Alchemy work fine. Their EGGs reside in
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/d17d85801f0f6fff/10f1559566d9afda?show_docid=10f1559566d9afda</guid>
  <author>
  gene...@gmail.com
  (phantasm)
  </author>
  <pubDate>Thu, 11 Mar 2010 00:05:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Elementtree install problem in Ubuntu (a newbie ..)</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/1cb5a8949024bc05/8bbe392186df1007?show_docid=8bbe392186df1007</link>
  <description>
  Hi Robert, &lt;br&gt; In Python &amp;gt;= 2.5, ElementTree is part the standard library so it &lt;br&gt; doesn&#39;t need to be installed separately. Here&#39;s the documentation for &lt;br&gt; it: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.python.org/doc/2.6.4/library/xml.etree.elementtree.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; HTH &lt;br&gt; Philip
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/1cb5a8949024bc05/8bbe392186df1007?show_docid=8bbe392186df1007</guid>
  <author>
  phi...@semanchuk.com
  (Philip Semanchuk)
  </author>
  <pubDate>Wed, 10 Mar 2010 23:56:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can&#39;t define __call__ within __init__?</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/6c1e03e9d76cf596/5b9c81053410f541?show_docid=5b9c81053410f541</link>
  <description>
  knode.
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/6c1e03e9d76cf596/5b9c81053410f541?show_docid=5b9c81053410f541</guid>
  <author>
  ndbeck...@gmail.com
  (Neal Becker)
  </author>
  <pubDate>Wed, 10 Mar 2010 23:38:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: file seek is slow</title>
  <link>http://groups.google.no/group/comp.lang.python/browse_thread/thread/f9c31a229cdda107/c291fc1d23ffa3f5?show_docid=c291fc1d23ffa3f5</link>
  <description>
  On Mar 10, 6:01 pm, Neil Hodgson &amp;lt;nyamatongwe+thun...@gmail.com &amp;gt; &lt;br&gt; wrote: &lt;br&gt; Exactly. If I replace both calls to fseek with gettimeofday (aka &lt;br&gt; time.time() on my platform in python) I get fairly close results: &lt;br&gt; $ ./testseek &lt;br&gt; 4.120 &lt;br&gt; $ python2.5 testseek.py &lt;br&gt; 4.170 &lt;br&gt; $ ./testseek &lt;br&gt; 4.080 &lt;br&gt; $ python2.5 testseek.py &lt;br&gt; 4.130
  </description>
  <guid isPermaLink="true">http://groups.google.no/group/comp.lang.python/browse_thread/thread/f9c31a229cdda107/c291fc1d23ffa3f5?show_docid=c291fc1d23ffa3f5</guid>
  <author>
  sjdevn...@yahoo.com
  (sjdevnull@yahoo.com)
  </author>
  <pubDate>Wed, 10 Mar 2010 23:38:28 UT
</pubDate>
  </item>
  </channel>
</rss>
