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

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

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

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.

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,