Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Christian Hammond
Hi Steve,

We shouldn't need that dependency. I remember seeing this somewhere
recently, and think it had to do with the version of Django, maybe? Can you
just verify what version you're running?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On Thu, Apr 23, 2015 at 2:13 PM, Steve seide.al...@gmail.com wrote:

 easy_install importlib

 fixes the problem, but it looks like a dependency is missing in the rb
 installer.

 --Steve


 On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote:

 I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 2.6.6.
 When I run

 rb-site install /var/www/rb

 I get this error:

 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ...
 [!] Unable to execute the manager command syncdb: No module named
 importlib
 Error: One or more models did not validate:
 scmtools.repository: 'review_groups' has an m2m relation with model
 reviews.Group, which has either not been installed or is abstract.

 If the installer is expecting importlib, that may be a problem since I
 believe that's new in Python 2.7.  Or was importlib supposed to be
 installed with RB?

 --Steve




  --
 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 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Christian Hammond
Weird.

I just checked the source of Django, Review Board, and Django Evolution.
The only references to importlib in any of those are Django's bundled
version (django.utils.importlib), so that shouldn't be happening, unless
there's some other module involved somewhere in the process that's causing
that. It would require some manual tracing to figure it out, though...

Is it working after you installed importlib?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On Thu, Apr 23, 2015 at 2:45 PM, Steve seide.al...@gmail.com wrote:

 Here's what got installed:

 [root@localhost site-packages]# ls -d *jan*
 Django-1.4.20-py2.6.egg  django_evolution-0.6.9-py2.6.egg
 django_pipeline-1.2.24-py2.6.egg

 --steve

 On Thursday, April 23, 2015 at 2:33:12 PM UTC-7, Christian Hammond wrote:

 Hi Steve,

 We shouldn't need that dependency. I remember seeing this somewhere
 recently, and think it had to do with the version of Django, maybe? Can you
 just verify what version you're running?

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Thu, Apr 23, 2015 at 2:13 PM, Steve seide...@gmail.com wrote:

 easy_install importlib

 fixes the problem, but it looks like a dependency is missing in the rb
 installer.

 --Steve


 On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote:

 I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python
 2.6.6.  When I run

 rb-site install /var/www/rb

 I get this error:

 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ...
 [!] Unable to execute the manager command syncdb: No module named
 importlib
 Error: One or more models did not validate:
 scmtools.repository: 'review_groups' has an m2m relation with model
 reviews.Group, which has either not been installed or is abstract.

 If the installer is expecting importlib, that may be a problem since I
 believe that's new in Python 2.7.  Or was importlib supposed to be
 installed with RB?

 --Steve




  --
 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 reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 2.6.6.  
When I run 

rb-site install /var/www/rb

I get this error:

* Installing the site...
Building site directories ... OK
Building site configuration files ... OK
Creating database ... 
[!] Unable to execute the manager command syncdb: No module named
importlib
 Error: One or more models did not validate:
 scmtools.repository: 'review_groups' has an m2m relation with model 
reviews.Group, which has either not been installed or is abstract.

If the installer is expecting importlib, that may be a problem since I 
believe that's new in Python 2.7.  Or was importlib supposed to be 
installed with RB?

--Steve




-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
easy_install importlib

fixes the problem, but it looks like a dependency is missing in the rb 
installer.

--Steve

On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote:

 I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 2.6.6.  
 When I run 

 rb-site install /var/www/rb

 I get this error:

 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... 
 [!] Unable to execute the manager command syncdb: No module named
 importlib
  Error: One or more models did not validate:
  scmtools.repository: 'review_groups' has an m2m relation with model 
 reviews.Group, which has either not been installed or is abstract.

 If the installer is expecting importlib, that may be a problem since I 
 believe that's new in Python 2.7.  Or was importlib supposed to be 
 installed with RB?

 --Steve






-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
Here's what got installed:

[root@localhost site-packages]# ls -d *jan*
Django-1.4.20-py2.6.egg  django_evolution-0.6.9-py2.6.egg  
django_pipeline-1.2.24-py2.6.egg

--steve

On Thursday, April 23, 2015 at 2:33:12 PM UTC-7, Christian Hammond wrote:

 Hi Steve,

 We shouldn't need that dependency. I remember seeing this somewhere 
 recently, and think it had to do with the version of Django, maybe? Can you 
 just verify what version you're running?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Thu, Apr 23, 2015 at 2:13 PM, Steve seide...@gmail.com javascript: 
 wrote:

 easy_install importlib

 fixes the problem, but it looks like a dependency is missing in the rb 
 installer.

 --Steve


 On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote:

 I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 
 2.6.6.  When I run 

 rb-site install /var/www/rb

 I get this error:

 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... 
 [!] Unable to execute the manager command syncdb: No module named
 importlib
 Error: One or more models did not validate:
 scmtools.repository: 'review_groups' has an m2m relation with model 
 reviews.Group, which has either not been installed or is abstract.

 If the installer is expecting importlib, that may be a problem since I 
 believe that's new in Python 2.7.  Or was importlib supposed to be 
 installed with RB?

 --Steve




  -- 
 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 reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RB 1.7.28 with Python 2.6.6 is requring non-existant importlib

2015-04-23 Thread Steve
Yes, it's working now.  And I checked my current 1.7.28 production servers 
and they all have importlib installed, but I don't know how or when it was 
installed.

--Steve


On Thursday, April 23, 2015 at 2:55:52 PM UTC-7, Christian Hammond wrote:

 Weird.

 I just checked the source of Django, Review Board, and Django Evolution. 
 The only references to importlib in any of those are Django's bundled 
 version (django.utils.importlib), so that shouldn't be happening, unless 
 there's some other module involved somewhere in the process that's causing 
 that. It would require some manual tracing to figure it out, though...

 Is it working after you installed importlib?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Thu, Apr 23, 2015 at 2:45 PM, Steve seide...@gmail.com javascript: 
 wrote:

 Here's what got installed:

 [root@localhost site-packages]# ls -d *jan*
 Django-1.4.20-py2.6.egg  django_evolution-0.6.9-py2.6.egg  
 django_pipeline-1.2.24-py2.6.egg

 --steve

 On Thursday, April 23, 2015 at 2:33:12 PM UTC-7, Christian Hammond wrote:

 Hi Steve,

 We shouldn't need that dependency. I remember seeing this somewhere 
 recently, and think it had to do with the version of Django, maybe? Can you 
 just verify what version you're running?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Thu, Apr 23, 2015 at 2:13 PM, Steve seide...@gmail.com wrote:

 easy_install importlib

 fixes the problem, but it looks like a dependency is missing in the rb 
 installer.

 --Steve


 On Thursday, April 23, 2015 at 2:09:43 PM UTC-7, Steve wrote:

 I've installed RB 1.7.28 on a new CentOS 6.6. VM which has python 
 2.6.6.  When I run 

 rb-site install /var/www/rb

 I get this error:

 * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ... 
 [!] Unable to execute the manager command syncdb: No module named
 importlib
 Error: One or more models did not validate:
 scmtools.repository: 'review_groups' has an m2m relation with model 
 reviews.Group, which has either not been installed or is abstract.

 If the installer is expecting importlib, that may be a problem since I 
 believe that's new in Python 2.7.  Or was importlib supposed to be 
 installed with RB?

 --Steve




  -- 
 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 reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.





-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.