[Tutor] what happened to the cards module
Evert Rol
evert.rol at gmail.com
Wed Sep 15 10:40:34 CEST 2010
> I downloaded Python 2.6.6 for windows but I can't access the "Cards" module for playing card games.
>
> Did it get renamed? If so, how can I find it?
I don't think there's a Cards module in the standard library. At least, I've never seen it, nor can I find any mention about it on the python documentation page.
Probably this is a module you installed yourself later on, and is now only accessible for your previous Python version? You would have to reinstall it for Python 2.6.
How did you previously use Cards? What Python version.
Btw, I don't know what your upgrade path is, but can't you go to Python 2.7 directly?
Evert
More information about the Tutor
mailing list