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 Steve.Thompson
Recipients Steve.Thompson, brett.cannon
Date 2010-09-03.20:00:26
SpamBayes Score 3.285408e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
"Setup.py install". We've also seen this happen when checking our python
files out of our version control system.  Also seen a .pyc get used when the
.py no longer exists, but I could see that being intentional behavior.

On Sep 3, 2010 2:57 PM, "Brett Cannon" <[email protected]> wrote:

Brett Cannon <[email protected]> added the comment:

So are you installing new versions of a package you already have installed
using ``python setup.py install``? Exactly what command are you using to do
the install?

----------
nosy: +brett.cannon

_______________________________________
Python tracker <[email protected]>
<http://bugs.python...
Files
File name Uploaded
unnamed Steve.Thompson, 2010-09-03.20:00:26
History
Date User Action Args
2010-09-03 20:00:27Steve.Thompsonsetrecipients: + Steve.Thompson, brett.cannon
2010-09-03 20:00:26Steve.Thompsonlinkissue9761 messages
2010-09-03 20:00:26Steve.Thompsoncreate