Even if that happened to work correctly (which I don't believe), you would still be missing a bunch of macro-related stuff that makes CL the programmable programming language it is, and Python isn't:
-reader-macros
-symbol-macros
-compiler-macros
-macrolet
-symbol-macrolet
EDIT: Fixed layout