Message115488
I'm running pythong 2.6.1 on Windows XP SP3.
On many occasions I have ran into cases where I've installed a new package via the package's setup.py (pylint, logilab-common, etc) and new .pyc files don't get generated when I attempt to run the tools/packages. I'm not sure if this should be considered a package issue or an interpreter issue. I'd like to see the interpreter regenerate the .pyc file as expected so my colleagues and I don't burn time on "broken" packages we know nothing about only to find out it was due to some stale .pyc files. A quick fix would be to make the packages in question clean out their installation directories or regenerate all the pyc files manually.
How should this issue be handled? |
|
Date |
User |
Action |
Args |
2010-09-03 19:33:04 | Steve.Thompson | set | recipients:
+ Steve.Thompson |
2010-09-03 19:33:04 | Steve.Thompson | set | messageid: <1283542384.36.0.244541121538.issue9761@psf.upfronthosting.co.za> |
2010-09-03 19:33:03 | Steve.Thompson | link | issue9761 messages |
2010-09-03 19:33:02 | Steve.Thompson | create | |
|