On Thursday, June 18, 2015 at 11:04:24 AM UTC-7, Barret Rennie wrote: > > Hi John, > > That import doesn’t specifically import urllib.parse; it imports it from > Six, a Python 2 — 3 compatibility layer. Can you verify that importing > “six.moves.urllib.parse.urlparse” does not work in terminal? > > Regards, > Barret Rennie >
Hi Barret. Is this what you mean? # python Python 2.7.5 (default, Jun 17 2014, 18:11:42) [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import six.moves.urllib.parse.urlparse Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named urllib.parse.urlparse -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
