Import Error: No module named warnings. My Python's version 2.0
Logged In: YES user_id=6380
Python 2.0 doesn't have a module warnings. You must have found this when trying to use 3rd party code. Upgrade to Python 2.1 or (preferably) 2.2.
Log in to post a comment.
Logged In: YES
user_id=6380
Python 2.0 doesn't have a module warnings. You must have
found this when trying to use 3rd party code. Upgrade to
Python 2.1 or (preferably) 2.2.