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 theller
Recipients
Date 2004-06-25.08:39:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

You can clean before install.  Either
'python setup.py clean install'
or
'python setup.py clean -a install'
should work.
History
Date User Action Args
2008-01-20 09:57:00adminlinkissue977470 messages
2008-01-20 09:57:00admincreate