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 jkleckner
Recipients jkleckner, michaelurman
Date 2008-03-08.18:42:21
SpamBayes Score 0.023436148
Marked as misclassified No
Message-id <1205001742.52.0.732968439434.issue2256@psf.upfronthosting.co.za>
In-reply-to
Content
I uninstalled and re-ran the install without the "compile all" selected.

The install didn't report errors.

running:
 python -c "import test.testall"
results in a traceback with the message:
      import _socket
   ImportError: DLL load failed: The system could not find the file
specified.

What sorts of things should I probe into?
History
Date User Action Args
2008-03-08 18:42:22jklecknersetspambayes_score: 0.0234361 -> 0.023436148
recipients: + jkleckner, michaelurman
2008-03-08 18:42:22jklecknersetspambayes_score: 0.0234361 -> 0.0234361
messageid: <1205001742.52.0.732968439434.issue2256@psf.upfronthosting.co.za>
2008-03-08 18:42:21jklecknerlinkissue2256 messages
2008-03-08 18:42:21jklecknercreate