I used to use "import urllib.parse" with no trouble on my 3.3 Flask apps. I now get an import error.
I've tried re-installing urllib from bash ("pip3 install urllib --user") which failed.
Any help?
I used to use "import urllib.parse" with no trouble on my 3.3 Flask apps. I now get an import error.
I've tried re-installing urllib from bash ("pip3 install urllib --user") which failed.
Any help?
Nevermind. Issue resolved.
Hi there -- thanks for letting us know it's working now. Just in case anyone else has similar issues, what was the problem?