> 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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to