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 neil_mayhew
Recipients
Date 2004-12-01.04:35:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have a simple application to calculate MD5 sums for Macintosh 
files with resource forks. BuildApplication includes a whole raft of 
modules, such as httplib, that seem to be unrelated to my 
application. My imports are:

import sys, os
import md5
import EasyDialogs
import MacOS
import Carbon.File as macfs

Apologies if this is a known limitation, but I didn't see it mentioned 
anywhere.
History
Date User Action Args
2007-08-23 14:27:58adminlinkissue1076492 messages
2007-08-23 14:27:58admincreate