Why do python .pyc files contain the absolute path of their source code, instead of a relative path or something else?
A typical __init__.pyc from Python 2.7 on Ubuntu:
\ufffd\ufffd\ufffdOc@sddlTdS(i\ufffd\ufffd\ufffd\ufffd(t*N(tdbapi2(((s&/usr/lib/python2.7/sqlite3/__init__.py<module>s
a.pyfile, import it from the interactive prompt, and then runstrings a.pyc.importfrom another folder, you'll probably see the full path (just tried).