This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients alecthomas, benjamin.peterson, georg.brandl, giampaolo.rodola, jnoller, roudkerk, tim.golden
Date 2008-06-11.14:24:02
SpamBayes Score 0.12546164
Marked as misclassified No
Message-id <1afaf6160806110723k7ea684b0m67ae97f51331b013@mail.gmail.com>
In-reply-to <1213194005.32.0.316549964165.issue3050@psf.upfronthosting.co.za>
Content
On Wed, Jun 11, 2008 at 9:20 AM, Tim Golden <report@bugs.python.org> wrote:
>
> Tim Golden <mail@timgolden.me.uk> added the comment:
>
> The _multiprocessing module is not building under Windows at the moment.
> Attempting to import multiprocessing (from an .exe build from the
> current svn) gives "ImportError: No module named _multiprocessing" and
> the test suite skips the test for the same reason.

Can you tell why it's not building?
History
Date User Action Args
2008-06-11 14:24:04benjamin.petersonsetspambayes_score: 0.125462 -> 0.12546164
recipients: + benjamin.peterson, georg.brandl, giampaolo.rodola, tim.golden, roudkerk, jnoller, alecthomas
2008-06-11 14:24:03benjamin.petersonlinkissue3050 messages
2008-06-11 14:24:02benjamin.petersoncreate