On 1/2/14 12:05 PM, Rustom Mody wrote:
i'm not sure about this but isnt it normally the case that different version modules dont get mixed up like that? IOW if pytesser was a properly packaged 2.7 module would python 3 be able to get at it ??
If you use a Python 3 installer it can succeed at installing a Python 2 package. Then you won't find out until you try to run the package that it is incompatible. A mechanism to prevent this seems like a good idea, but since it wasn't in place at the dawn of Python 3, it would be difficult to put in place now.
-- Ned Batchelder, http://nedbatchelder.com -- https://mail.python.org/mailman/listinfo/python-list