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?

ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
I can run # rb-site manage --help just fine. But, taking the help literally, I get this when I try: # rb-site manage -- --help ... 'manage' command: Runs a Django management command on the site. Usage: `rb-site manage path command -- arguments.` Run `manage -- --help` for the

ImportError: No module named urllib.parse

2015-06-18 Thread John Schmitt
Which module must I install to run rbt? # which rbt /usr/bin/rbt # rpm -q --whatprovides /usr/bin/rbt RBTools-0.7.2-1.el7.noarch # rbt --help Traceback (most recent call last): File /usr/bin/rbt, line 9, in module

Re: ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 11:54:51 AM UTC-7, Christian Hammond wrote: Hi John, How did you install Review Board? Christian I'm using the version that is provided by EPEL from Centos 7. # rpm -q epel-release epel-release-7-5.noarch # rpm -q ReviewBoard

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:

MemoryError: Problem installing fixture

2015-06-19 Thread John Schmitt
How do I work around this? # rb-site manage /var/www/reviews.tintri.com loaddata /tmp/reviews-charles2_rb20_data.json Traceback (most recent call last): File /usr/bin/rb-site, line 9, in module

assert index_name in indexes during `rb-site upgrade`

2015-06-16 Thread John Schmitt
http://ur1.ca/muhac (reviewboard-venv)[root@dyn40-25-179 tintri]# rb-site upgrade /var/www/reviewboard Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. -- begin

Re: rb-site upgrade help needed

2015-06-17 Thread John Schmitt
-- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: John Schmitt marmalo...@gmail.com Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com Date: June 17, 2015 at 6:35:54 PM

rb-site upgrade help needed

2015-06-17 Thread John Schmitt
I need help getting my data from ReviewBoard 1.5 to 2.0 to migrate. Can anyone tell me what to do to make this work? Thank you. [root@dyn40-25-217 ~]# mysql -p reviewboard.dump Enter password: [root@dyn40-25-217 ~]# rb-site upgrade /var/www/reviews.tintri.com Rebuilding directory structure

Re: CRITICAL:root:Error running database evolver function change_column_attr_unique:

2015-07-04 Thread John Schmitt
and Django Evolution are you using? Christian On Saturday, July 4, 2015, John Schmitt marmalo...@gmail.com wrote: Something seems to go wrong during my upgrade. What do I need to do to make this work? This is my script that ought to upgrade my installation from 1.55 to 2.0 #!/bin/bash

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-04 Thread John Schmitt
Do I understand correctly that you do the database import *before *you run `rb-site install`? -- 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!

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread John Schmitt
to use the ones associated with the database. Christian -- Christian Hammond - chi...@chipx86.com javascript: Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Sat, Jul 4, 2015 at 8:57 PM, John Schmitt marma...@gmail.com javascript: wrote: Do I

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-07-06 Thread John Schmitt
Can you please explain your thinking about setuptools? I have an up-to-date centos 7 installation. On Sunday, July 5, 2015 at 10:36:45 PM UTC-7, Christian Hammond wrote: Hi, What version of Python are you using? Can you try upgrading setuptools? It might just be too old now. Christian

CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread John Schmitt
Is there a work-around for this? # rb-site upgrade /var/www/reviews.domain.com Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. -- begin log output

Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread John Schmitt
scratch every time you do an import + upgrade? It's not enough to drop individual tables. The entire database must be recreated. Christian On Monday, July 6, 2015, John Schmitt marmalo...@gmail.com wrote: Is there a work-around for this? # rb-site upgrade /var/www/reviews.domain.com

Re: CRITICAL:root:Error running database evolver function change_column_attr_unique:

2015-07-06 Thread John Schmitt
Beanbag, Inc. - https://www.beanbaginc.com On Sat, Jul 4, 2015 at 8:53 PM, John Schmitt marma...@gmail.com javascript: wrote: # rpm -q ReviewBoard python-djblets python-django-evolution ReviewBoard-2.0.17-1.el7.noarch python-djblets-0.8.20-1.el7.noarch python-django-evolution-0.7.5-1.el7.noarch

Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread John Schmitt
On Monday, July 6, 2015 at 2:41:34 PM UTC-7, Christian Hammond wrote: Hi John, Yeah, I know this must be frustrating. I don't know why it's being so difficult, as we routinely have people upgrade from 1.0.x and 1.5.x to 2.0.x without problems. If you're able to get me that list of SQL