Python 3.3 and .pyo files

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Sep 26 22:25:16 EDT 2012


On Fri, 21 Sep 2012 11:10:07 +0200, Marco wrote:

> I was trying to import a pyo module in Python 3.3, but Python does not
> find it:
[...]

Marco, this bug is apparently now fixed:

http://bugs.python.org/issue16046

Please download the latest version of Python 3.3 and try again.

(Folks, this is why testing and reporting bugs to beta and rc versions is 
so useful. You can often get them fixed quite quickly.)



-- 
Steven



More information about the Python-list mailing list