<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python 2.6 and 3.0 Beta 1 Released.</title>
	<atom:link href="http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Thu, 11 Feb 2010 00:42:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-139192</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 20 Jun 2008 16:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-139192</guid>
		<description>Yup, someone filed it last night and added a patch to the tracker. Sorry about the problems - I tend to run from subversion rather than doing any sort of make install step</description>
		<content:encoded><![CDATA[<p>Yup, someone filed it last night and added a patch to the tracker. Sorry about the problems &#8211; I tend to run from subversion rather than doing any sort of make install step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-139191</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-139191</guid>
		<description>Guess this will fix the problem.. &lt;a href=&quot;http://jessenoller.com/2008/06/19/minor-problem-with-make-install-and-multiprocessing/&quot; rel=&quot;nofollow&quot;&gt;http://jessenoller.com/2008/06/19/minor-problem...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Guess this will fix the problem.. <a href="http://jessenoller.com/2008/06/19/minor-problem-with-make-install-and-multiprocessing/" rel="nofollow"></a><a href="http://jessenoller.com/2008/06/19/minor-problem.." rel="nofollow">http://jessenoller.com/2008/06/19/minor-problem..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-139190</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-139190</guid>
		<description>Getting the same results on amd64 ubuntu:&lt;br&gt;&lt;br&gt;~$ python&lt;br&gt;Python 2.6b1 (r26b1:64398, Jun 19 2008, 07:34:18) &lt;br&gt;[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2&lt;br&gt;Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.&lt;br&gt;&gt;&gt;&gt; import multiprocessing&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;&lt;br&gt;ImportError: No module named multiprocessing&lt;br&gt;&gt;&gt;&gt; &lt;br&gt;&lt;br&gt;Perhaps it&#039;s related to the fact I have multiple Python interpreters installed (2.3 till 3.0)? I&#039;ll see if I can debug the issue and otherwise I&#039;ll send you that email. Thanks!</description>
		<content:encoded><![CDATA[<p>Getting the same results on amd64 ubuntu:</p>
<p>~$ python<br />Python 2.6b1 (r26b1:64398, Jun 19 2008, 07:34:18) <br />[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br />Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />&gt;&gt;&gt; import multiprocessing<br />Traceback (most recent call last):<br />  File &#8220;&lt;stdin&gt;&#8221;, line 1, in &lt;module&gt;<br />ImportError: No module named multiprocessing<br />&gt;&gt;&gt; </p>
<p>Perhaps it&#39;s related to the fact I have multiple Python interpreters installed (2.3 till 3.0)? I&#39;ll see if I can debug the issue and otherwise I&#39;ll send you that email. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62034</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62034</guid>
		<description>Yup, someone filed it last night and added a patch to the tracker. Sorry about the problems - I tend to run from subversion rather than doing any sort of make install step</description>
		<content:encoded><![CDATA[<p>Yup, someone filed it last night and added a patch to the tracker. Sorry about the problems &#8211; I tend to run from subversion rather than doing any sort of make install step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62033</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 20 Jun 2008 11:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62033</guid>
		<description>Guess this will fix the problem.. &lt;a href=&quot;http://jessenoller.com/2008/06/19/minor-problem-with-make-install-and-multiprocessing/&quot; rel=&quot;nofollow&quot;&gt;http://jessenoller.com/2008/06/19/minor-problem...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Guess this will fix the problem.. <a href="http://jessenoller.com/2008/06/19/minor-problem-with-make-install-and-multiprocessing/" rel="nofollow"></a><a href="http://jessenoller.com/2008/06/19/minor-problem.." rel="nofollow">http://jessenoller.com/2008/06/19/minor-problem..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62032</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 20 Jun 2008 08:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62032</guid>
		<description>Getting the same results on amd64 ubuntu:&lt;br&gt;&lt;br&gt;~$ python&lt;br&gt;Python 2.6b1 (r26b1:64398, Jun 19 2008, 07:34:18) &lt;br&gt;[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2&lt;br&gt;Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.&lt;br&gt;&gt;&gt;&gt; import multiprocessing&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;&lt;br&gt;ImportError: No module named multiprocessing&lt;br&gt;&gt;&gt;&gt; &lt;br&gt;&lt;br&gt;Perhaps it&#039;s related to the fact I have multiple Python interpreters installed (2.3 till 3.0)? I&#039;ll see if I can debug the issue and otherwise I&#039;ll send you that email. Thanks!</description>
		<content:encoded><![CDATA[<p>Getting the same results on amd64 ubuntu:</p>
<p>~$ python<br />Python 2.6b1 (r26b1:64398, Jun 19 2008, 07:34:18) <br />[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br />Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />&gt;&gt;&gt; import multiprocessing<br />Traceback (most recent call last):<br />  File &#8220;&lt;stdin&gt;&#8221;, line 1, in &lt;module&gt;<br />ImportError: No module named multiprocessing<br />&gt;&gt;&gt; </p>
<p>Perhaps it&#39;s related to the fact I have multiple Python interpreters installed (2.3 till 3.0)? I&#39;ll see if I can debug the issue and otherwise I&#39;ll send you that email. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62031</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 20 Jun 2008 01:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62031</guid>
		<description>Ok, so I double-checked the source tarball, I unpacked it and did the following - &quot;./configure &amp;&amp; make&quot; after that, I fired up the python.exe executable in the build directory:&lt;br&gt;&lt;br&gt;&lt;br&gt;woot:Python-2.6b1 jesse$ ./python.exe &lt;br&gt;Python 2.6b1 (r26b1:64398, Jun 19 2008, 20:25:19) &lt;br&gt;[GCC 4.0.1 (Apple Inc. build 5484)] on darwin&lt;br&gt;Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.&lt;br&gt;&gt;&gt;&gt; import multiprocessing&lt;br&gt;&gt;&gt;&gt; dir(multiprocessing)&lt;br&gt;[&#039;Array&#039;, &#039;AuthenticationError&#039;, &#039;BoundedSemaphore&#039;, &#039;BufferTooShort&#039;, &#039;Condition&#039;, &#039;Event&#039;, &#039;JoinableQueue&#039;, &#039;Lock&#039;, &#039;Manager&#039;, &#039;Pipe&#039;, &#039;Pool&#039;, &#039;Process&#039;, &#039;ProcessError&#039;, &#039;Queue&#039;, &#039;RLock&#039;, &#039;RawArray&#039;, &#039;RawValue&#039;, &#039;Semaphore&#039;, &#039;TimeoutError&#039;, &#039;Value&#039;, &#039;__all__&#039;, &#039;__author__&#039;, &#039;__builtins__&#039;, &#039;__doc__&#039;, &#039;__file__&#039;, &#039;__name__&#039;, &#039;__package__&#039;, &#039;__path__&#039;, &#039;__version__&#039;, &#039;__warningregistry__&#039;, &#039;_multiprocessing&#039;, &#039;active_children&#039;, &#039;allow_connection_pickling&#039;, &#039;cpu_count&#039;, &#039;current_process&#039;, &#039;freeze_support&#039;, &#039;get_logger&#039;, &#039;log_to_stderr&#039;, &#039;os&#039;, &#039;process&#039;, &#039;sys&#039;]&lt;br&gt;&gt;&gt;&gt; &lt;br&gt;&lt;br&gt;So, I think it may be something in the compile step failing for you, or something else entirely. If you want, you can email me at jnoller at gmail dot youknowwhat.</description>
		<content:encoded><![CDATA[<p>Ok, so I double-checked the source tarball, I unpacked it and did the following &#8211; &#8220;./configure &#038;&#038; make&#8221; after that, I fired up the python.exe executable in the build directory:</p>
<p>woot:Python-2.6b1 jesse$ ./python.exe <br />Python 2.6b1 (r26b1:64398, Jun 19 2008, 20:25:19) <br />[GCC 4.0.1 (Apple Inc. build 5484)] on darwin<br />Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />&gt;&gt;&gt; import multiprocessing<br />&gt;&gt;&gt; dir(multiprocessing)<br />[&#39;Array&#39;, &#39;AuthenticationError&#39;, &#39;BoundedSemaphore&#39;, &#39;BufferTooShort&#39;, &#39;Condition&#39;, &#39;Event&#39;, &#39;JoinableQueue&#39;, &#39;Lock&#39;, &#39;Manager&#39;, &#39;Pipe&#39;, &#39;Pool&#39;, &#39;Process&#39;, &#39;ProcessError&#39;, &#39;Queue&#39;, &#39;RLock&#39;, &#39;RawArray&#39;, &#39;RawValue&#39;, &#39;Semaphore&#39;, &#39;TimeoutError&#39;, &#39;Value&#39;, &#39;__all__&#39;, &#39;__author__&#39;, &#39;__builtins__&#39;, &#39;__doc__&#39;, &#39;__file__&#39;, &#39;__name__&#39;, &#39;__package__&#39;, &#39;__path__&#39;, &#39;__version__&#39;, &#39;__warningregistry__&#39;, &#39;_multiprocessing&#39;, &#39;active_children&#39;, &#39;allow_connection_pickling&#39;, &#39;cpu_count&#39;, &#39;current_process&#39;, &#39;freeze_support&#39;, &#39;get_logger&#39;, &#39;log_to_stderr&#39;, &#39;os&#39;, &#39;process&#39;, &#39;sys&#39;]<br />&gt;&gt;&gt; </p>
<p>So, I think it may be something in the compile step failing for you, or something else entirely. If you want, you can email me at jnoller at gmail dot youknowwhat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62030</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 20 Jun 2008 01:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62030</guid>
		<description>I hope not! I did all the heavy lifting on my macbook pro, so I just downloaded the src tarballs (I&#039;ve been running off of trunk) and I&#039;m checking it now.</description>
		<content:encoded><![CDATA[<p>I hope not! I did all the heavy lifting on my macbook pro, so I just downloaded the src tarballs (I&#39;ve been running off of trunk) and I&#39;m checking it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62029</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Thu, 19 Jun 2008 23:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62029</guid>
		<description>I just downloaded the tarball for 2.6b1, compiled in on a macbook pro (10.5.3) and tried the clustered server sample but didn&#039;t get very far.. are you sure it&#039;s in there? :P I&#039;m probably missing something here..&lt;br&gt;&lt;br&gt;$ python2.6&lt;br&gt;Python 2.6b1 (r26b1:64398, Jun 20 2008, 00:33:25) &lt;br&gt;[GCC 4.0.1 (Apple Inc. build 5465)] on darwin&lt;br&gt;Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.&lt;br&gt;&gt;&gt;&gt; import multiprocessing&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;&lt;br&gt;ImportError: No module named multiprocessing</description>
		<content:encoded><![CDATA[<p>I just downloaded the tarball for 2.6b1, compiled in on a macbook pro (10.5.3) and tried the clustered server sample but didn&#39;t get very far.. are you sure it&#39;s in there? :P I&#39;m probably missing something here..</p>
<p>$ python2.6<br />Python 2.6b1 (r26b1:64398, Jun 20 2008, 00:33:25) <br />[GCC 4.0.1 (Apple Inc. build 5465)] on darwin<br />Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />&gt;&gt;&gt; import multiprocessing<br />Traceback (most recent call last):<br />  File &#8220;&lt;stdin&gt;&#8221;, line 1, in &lt;module&gt;<br />ImportError: No module named multiprocessing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llimllib</title>
		<link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/comment-page-1/#comment-62028</link>
		<dc:creator>llimllib</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=275#comment-62028</guid>
		<description>Do a pycon talk! I&#039;d definitely be interested.&lt;br&gt;&lt;br&gt;Great work.</description>
		<content:encoded><![CDATA[<p>Do a pycon talk! I&#39;d definitely be interested.</p>
<p>Great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
