Re: ImportError: No module named urllib.parse

2015-06-20 Thread Stephen Gallagher
nbag, Inc. - https://www.beanbaginc.com >> >> -Original Message- >> From: Stephen Gallagher >> Reply: reviewboard@googlegroups.com > >> Date: June 19, 2015 at 7:21:19 AM >> To: reviewboard@googlegroups.com > >> Subject: Re: ImportError:

Re: ImportError: No module named urllib.parse

2015-06-19 Thread David Trowbridge
t; Date: June 19, 2015 at 7:21:19 AM > To: reviewboard@googlegroups.com > > Subject: Re: ImportError: No module named urllib.parse > > > On Thu, Jun 18, 2015 at 5:04 PM John Schmitt > wrote: > > > >> > >> > >> On Thursday, June 18, 2015 at 1:33:

Re: ImportError: No module named urllib.parse

2015-06-19 Thread Christian Hammond
gt; Subject:  Re: ImportError: No module named urllib.parse > On Thu, Jun 18, 2015 at 5:04 PM John Schmitt wrote: > >> >> >> On Thursday, June 18, 2015 at 1:33:55 PM UTC-7, Barret Rennie wrote: >> >>> Hi John, >>> >>> Yes thats what I mean. I’ll ta

Re: ImportError: No module named urllib.parse

2015-06-19 Thread Stephen Gallagher
On Thu, Jun 18, 2015 at 5:04 PM John Schmitt wrote: > > > On Thursday, June 18, 2015 at 1:33:55 PM UTC-7, Barret Rennie wrote: > >> Hi John, >> >> Yes thats what I mean. I’ll take a look at it. >> >> Can you tell me what version of six is installed? >> >> python-six-1.3.0-4.el7.noarch > > > OK,

Re: ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 1:33:55 PM UTC-7, Barret Rennie wrote: > > Hi John, > > Yes thats what I mean. I’ll take a look at it. > > Can you tell me what version of six is installed? > > python-six-1.3.0-4.el7.noarch -- Supercharge your Review Board with Power Pack: https://www.revi

Re: ImportError: No module named urllib.parse

2015-06-18 Thread Barret Rennie
Hi John, Yes thats what I mean. I’ll take a look at it. Can you tell me what version of six is installed? Thanks, Barret Rennie > On Jun 18, 2015, at 12:34 PM, John Schmitt wrote: > > > > On Thursday, June 18, 2015 at 11:04:24 AM UTC-7, Barret Rennie wrote: > Hi John, > > That import doesn’

Re: ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
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?

Re: ImportError: No module named urllib.parse

2015-06-18 Thread Barret Rennie
; entry = __import__(self.module_name, globals(),globals(), > ['__name__']) > File > "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 12, in > > from six.moves.urllib.parse import urlparse >

ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
) File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 12, in from six.moves.urllib.parse import urlparse ImportError: No module named urllib.parse However, I can import urllib without error: # python Python 2.7.5