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 - [email protected] <javascript:> > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > On Thu, Apr 23, 2015 at 2:13 PM, Steve <[email protected] <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 [email protected] <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 [email protected]. For more options, visit https://groups.google.com/d/optout.
