CrazeeIvan / python-weather-api

Automatically exported from code.google.com/p/python-weather-api
MIT License
0 stars 0 forks source link

Trunk requires Python 3? #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install trunk
2. Try to import pywapi
3. Get ImportError about urllib.request

What is the expected output? What do you see instead?
Expect to be able to import pywapi, instead get an ImportError.

What version of the product are you using? On what operating system?
Python 2.6

Please provide any additional information below.
If Python 3.X is required for running trunk, it'd be nice to let users know.

Original issue reported on code.google.com by rgnews.r...@gmail.com on 2 Mar 2012 at 10:51

GoogleCodeExporter commented 8 years ago
Indeed, the trunk version uses Python 3. Wiki and an example updated. Thanks!

Original comment by mydi...@gmail.com on 9 May 2012 at 12:44