Sven Joachim <[email protected]> writes: > This file is really not supposed to exist. Probably you have a > buggy package or a cron script that blindly compiles every Python > script under /usr/share.
Or, and it's more likely, he once ran Emacs as root and used M-x run-python (or any of the packages based on that). Since being root makes /usr writable, Python will happily write the .pyc file there. -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

