Re: [Python-Dev] multiprocessing problems

2008-06-11 Thread Jesse Noller
On Wed, Jun 11, 2008 at 8:23 AM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 1:32 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: >> Currently, multiprocessing cannot be imported: >> > import multiprocessing >> Traceback (most recent call last): >> File "", line 1, in >

Re: [Python-Dev] multiprocessing problems

2008-06-11 Thread Benjamin Peterson
On Wed, Jun 11, 2008 at 1:32 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > Currently, multiprocessing cannot be imported: > import multiprocessing > Traceback (most recent call last): > File "", line 1, in > File "/home/gbr/devel/python/Lib/multiprocessing/__init__.py", line 63, in > > imp