<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>jessenoller.com comments - Latest Comments in Python 2.6 and 3.0 Beta 1 Released.</title><link>http://pyjesse.disqus.com/</link><description></description><language>en</language><lastBuildDate>Fri, 20 Jun 2008 07:12:36 -0000</lastBuildDate><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-713741</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jnoller</dc:creator><pubDate>Fri, 20 Jun 2008 07:12:36 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-713593</link><description>Guess this will fix the problem.. &lt;a href="http://jessenoller.com/2008/06/19/minor-problem-with-make-install-and-multiprocessing/" rel="nofollow"&gt;http://jessenoller.com/2008/06/19/minor-problem...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thijs</dc:creator><pubDate>Fri, 20 Jun 2008 06:10:17 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-713322</link><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 "help", "copyright", "credits" or "license" for more information.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; import multiprocessing&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br&gt;ImportError: No module named multiprocessing&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;br&gt;&lt;br&gt;Perhaps it's related to the fact I have multiple Python interpreters installed (2.3 till 3.0)? I'll see if I can debug the issue and otherwise I'll send you that email. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thijs</dc:creator><pubDate>Fri, 20 Jun 2008 03:48:06 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-711312</link><description>Ok, so I double-checked the source tarball, I unpacked it and did the following - "./configure &amp;&amp; make" 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 "help", "copyright", "credits" or "license" for more information.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; import multiprocessing&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dir(multiprocessing)&lt;br&gt;['Array', 'AuthenticationError', 'BoundedSemaphore', 'BufferTooShort', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pipe', 'Pool', 'Process', 'ProcessError', 'Queue', 'RLock', 'RawArray', 'RawValue', 'Semaphore', 'TimeoutError', 'Value', '__all__', '__author__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__version__', '__warningregistry__', '_multiprocessing', 'active_children', 'allow_connection_pickling', 'cpu_count', 'current_process', 'freeze_support', 'get_logger', 'log_to_stderr', 'os', 'process', 'sys']&lt;br&gt;&amp;gt;&amp;gt;&amp;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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jnoller</dc:creator><pubDate>Thu, 19 Jun 2008 20:33:06 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-711283</link><description>I hope not! I did all the heavy lifting on my macbook pro, so I just downloaded the src tarballs (I've been running off of trunk) and I'm checking it now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jnoller</dc:creator><pubDate>Thu, 19 Jun 2008 20:25:56 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-710669</link><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't get very far.. are you sure it's in there? :P I'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 "help", "copyright", "credits" or "license" for more information.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; import multiprocessing&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br&gt;ImportError: No module named multiprocessing</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thijs</dc:creator><pubDate>Thu, 19 Jun 2008 18:42:15 -0000</pubDate></item><item><title>Re: Python 2.6 and 3.0 Beta 1 Released.</title><link>http://jessenoller.com/2008/06/19/python-26-and-30-beta-1-released/#comment-706974</link><description>Do a pycon talk! I'd definitely be interested.&lt;br&gt;&lt;br&gt;Great work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">llimllib</dc:creator><pubDate>Thu, 19 Jun 2008 10:48:21 -0000</pubDate></item></channel></rss>