aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

Add clarification about Python 3 in the readme #47

Closed matan129 closed 8 years ago

matan129 commented 8 years ago

Hey, when trying to use cppman for the first time I got this error:

"/usr/local/lib/python2.7/dist-packages/cppman/main.py", line 35, in <module>import urllib.request
ImportError: No module named request

It turns out that urillib.request is available for Python 3.x only. It took me a couple of minutes to fix it by uninstalling cppman in re-installing using pip3.

I hope that my small enhancement will help feature users to avoid this issue altogether.

aitjcize commented 8 years ago

Thanks!