2011/5/10 cool-RR <[email protected]>: > Is it true that Pypy can't import a `.pyc` file?
Yes, Pypy refuses to import a .pyc file if there is no corresponding .py file in the same directory. -- Amaury Forgeot d'Arc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
