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 skip.montanaro
Recipients
Date 2004-04-02.12:23:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

> what doesn't work for you?

Sorry.  Pilot error.  I was adding foozip.zip to sys.path then trying

    from foozip import somemodule

instead of just

    import somemodule

(Obvious, not a feature I use a lot...)

Seems to be working for me now.  I'll try a couple more tests then 
check it in.
History
Date User Action Args
2007-08-23 14:18:46adminlinkissue856103 messages
2007-08-23 14:18:46admincreate