I have a number of files compiled to bytecode using py_compile.compile().
The .pyc files can be invoked by python directly ($python file.pyc), but
"loading" them by execfile just throws an exception ?

Any suggestions

Bo.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to