Message 45912 - Python tracker

Message45912

Author anthonybaxter
Recipients
Date 2004-05-12.15:34:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=29957

I've been bitten by this before. See e.g. the shtoom.py
script clashing with the shtoom package. I used the hacky
approach of moving '' to the end of sys.path. While it would
be nice if this wasn't needed, I can't see this being
anything other than a backwards compatibility nightmare. It
will absolutely break a lot of things to change it.
History
Date User Action Args
2007-08-23 15:37:34adminlinkissue946373 messages
2007-08-23 15:37:34admincreate