Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2012-02-14 Thread James
Nelson, May I ask what version of Django you were on, and what version you upgraded to? I'm getting the same error on CentOS 5 with EPEL, using ReviewBoard from yum. Thanks, - James -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-23 Thread Stephen Gallagher
On Sat, 2011-09-17 at 12:02 -0700, Christian Hammond wrote: > Pretty sure, yes. For most people, it's just a few commands. The > problem you're hitting is that you're trying to perform a custom > Python install, instead of using native distro packages. So you're > doing far too much by hand, instea

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-23 Thread Stephen Gallagher
On Fri, 2011-09-16 at 15:02 -0400, Stephen Gallagher wrote: > On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > > Switched with --console > > > > rb-site --console install /var/www/mysite1 > > > > > > * Welcome to the Review Board site installation wizard > > > > This will prepare a

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-18 Thread Christian Hammond
No, we haven't done any version bumps in either Djblets or Review Board 1.5.x. We will have to in Djblets at some point down the road (very likely to coincide with a RB 1.6.x release, for some of the Django static files stuff we may need to tie into), but haven't yet. Christian -- Christian Hamm

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-18 Thread Stephen Gallagher
Christian, did the minimum Django version get bumped in 1.5.6? (Or did that change in Djblets?) That's definitely going to be an issue for RHEL users. I remember you telling me that Django 1.1.x was going to be supported for the whole 1.5.x series of releases (but dropped in 1.6.x) On Sep 17, 2011

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-17 Thread Christian Hammond
Pretty sure, yes. For most people, it's just a few commands. The problem you're hitting is that you're trying to perform a custom Python install, instead of using native distro packages. So you're doing far too much by hand, instead of letting us and your distro do all the work. Christian -- Chr

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-17 Thread Christian Hammond
Hi Nelson, Posts are moderated, which is why they don't show up right away. Based on your other e-mail, I assume you got this figured out? Btw, any reason you're not just using a newer distro? Looks like you put yourself through a lot of trouble :( Christian On Saturday, September 17, 2011, N

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-17 Thread Nelson Jones
On Sep 17, 10:56 am, Nelson Jones wrote: > On Sep 16, 4:45 pm, Nelson Jones wrote: > > > > > > > > > > > On Sep 16, 3:02 pm, Stephen Gallagher > > wrote: > > > > On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > > > > Switched with --console > > > > > rb-site --console install /var/www/

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-17 Thread Nelson Jones
On Sep 16, 4:45 pm, Nelson Jones wrote: > On Sep 16, 3:02 pm, Stephen Gallagher > wrote: > > > > > > > > > > > On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > > > Switched with --console > > > > rb-site --console install /var/www/mysite1 > > > > * Welcome to the Review Board site insta

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-17 Thread Nelson Jones
On Sep 16, 4:45 pm, Nelson Jones wrote: > On Sep 16, 3:02 pm, Stephen Gallagher > wrote: > > > > > > > > > > > On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > > > Switched with --console > > > > rb-site --console install /var/www/mysite1 > > > > * Welcome to the Review Board site insta

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
On Sep 16, 3:02 pm, Stephen Gallagher wrote: > On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > > Switched with --console > > > rb-site --console install /var/www/mysite1 > > > * Welcome to the Review Board site installation wizard > > >     This will prepare a Review Board site installa

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
On Sep 16, 3:49 pm, Stephen Gallagher wrote: > On Fri, 2011-09-16 at 12:36 -0700, Nelson Jones wrote: > > Hi, > > > Here is the path > >  ll -d /usr/lib/_mysql.so > > -rwxr-xr-x 1 root 111441 Sep 16 11:35 /usr/lib/_mysql.so > > ll -d /usr/lib/python2.4/site-packages/My* > > drwxr-xr-x 3 root 409

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
On Sep 16, 3:49 pm, Stephen Gallagher wrote: > On Fri, 2011-09-16 at 12:36 -0700, Nelson Jones wrote: > > Hi, > > > Here is the path > >  ll -d /usr/lib/_mysql.so > > -rwxr-xr-x 1 root 111441 Sep 16 11:35 /usr/lib/_mysql.so > > ll -d /usr/lib/python2.4/site-packages/My* > > drwxr-xr-x 3 root 409

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Stephen Gallagher
On Fri, 2011-09-16 at 12:36 -0700, Nelson Jones wrote: > Hi, > > Here is the path > ll -d /usr/lib/_mysql.so > -rwxr-xr-x 1 root 111441 Sep 16 11:35 /usr/lib/_mysql.so > ll -d /usr/lib/python2.4/site-packages/My* > drwxr-xr-x 3 root 4096 Sep 16 11:37 /usr/lib/python2.4/site-packages/ > MySQLdb >

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
Hi, Here is the path ll -d /usr/lib/_mysql.so -rwxr-xr-x 1 root 111441 Sep 16 11:35 /usr/lib/_mysql.so ll -d /usr/lib/python2.4/site-packages/My* drwxr-xr-x 3 root 4096 Sep 16 11:37 /usr/lib/python2.4/site-packages/ MySQLdb I build from the source MySQL-python-1.2.3.tar.gz By default, python se

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Stephen Gallagher
On Fri, 2011-09-16 at 11:36 -0700, Nelson Jones wrote: > Switched with --console > > rb-site --console install /var/www/mysite1 > > > * Welcome to the Review Board site installation wizard > > This will prepare a Review Board site installation in: > > /var/www/mysite1 > > > We ne

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
Switched with --console rb-site --console install /var/www/mysite1 * Welcome to the Review Board site installation wizard This will prepare a Review Board site installation in: /var/www/mysite1 We need to know a few things before we can prepare your site for installation. Thi

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
Installed EPEL package. But now I got a new exception. rb-site install /var/www/mysite1 Traceback (most recent call last): File "/usr/bin/rb-site", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/reviewboard/cmdline/ rbsite.py", line 1674, in main command.run() File "/u

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-16 Thread Nelson Jones
Installed EPEL package. But now I got a new exception. rb-site install /var/www/mysite1 Traceback (most recent call last): File "/usr/bin/rb-site", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/reviewboard/cmdline/ rbsite.py", line 1674, in main command.run() File "/u

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-15 Thread Stephen Gallagher
If you follow the instructions on the EPEL page, you can install the EPEL yum repo and then just do yum install ReviewBoard which will resolve dependencies for you. On Wed, Sep 14, 2011 at 9:11 PM, Nelson Jones wrote: > I think you are right it is Red Hat 5. > I did some search and found this on

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-14 Thread Nelson Jones
I think you are right it is Red Hat 5. I did some search and found this one : ReviewBoard-1.5.6-2.el5 RPM for noarch It did mention it require the following packages Requires /usr/bin/env /usr/bin/python Django >= 1.1.1 django-evolution >= 0.6.5 httpd patchutils pysvn python(abi) = 2.4 python-dat

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-14 Thread Stephen Gallagher
If you're using Red Hat Enterprise Linux 5.x (I'm guessing 5.2, not 2.5), you might want to try using the 1.5.6 RPM I maintain in EPEL. See http://fedoraproject.org/wiki/EPEL for details on how to get it set up. I should warn you that there's one catch: MySQL doesn't work with this version becau

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-14 Thread Nelson Jones
So are you saying we should stay on Python 2.4? But with 2.4, after installing the required packages python-setuptools python-devel ReviewBoard rb-site crashed due to missing packages. $ rb-site install /var/www/myrb Traceback (most recent call last): File "/usr/bin/rb-site", line 7, in ?

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-14 Thread Christian Hammond
We can't really support a custom Python install. I would suggest if your distro doesn't ship 2.7, just use the latest it does ship. 2.7 won't gain you anything with RB. If you install 2.7 and the distro doesn't provide it, yum won't be able to find any compatible modules for you. Christian On W

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-14 Thread Nelson Jones
I am using Python 2.7.2 compressed source tarball (for Linux, Unix or Mac OS X) from www.python.org. Built from the source and did install via make install. However, nothing was created under /usr/lib such as /usr/lib/ python2.7. I guess that is a result of not installing python27- devel ? yum

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-13 Thread Christian Hammond
You can't move the packages to 2.7. You have to re-install. It looks like you may have tried that, and that's why it broke? You need to make sure easy_install is working with Python 2.7, or you're using easy_install-2.7 (if provided by your distro), and then install the packages. You don't need

Re: rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-13 Thread Nelson Jones
Do I need to remove python-setuptools python-devel ReviewBoard from Python 2.4? And install them int Python 2.7? How do I remove these egg files? Thanks, On Sep 13, 9:16 pm, Nelson Jones wrote: > when I ran rb-site install. I got the following error. > $ rb-site install /var/www/myrb > Tracebac

rb-site install failed - ImportError: Entry point ('console_scripts', 'rb-site') not found

2011-09-13 Thread Nelson Jones
when I ran rb-site install. I got the following error. $ rb-site install /var/www/myrb Traceback (most recent call last): File "/usr/bin/rb-site", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 236, in load_entry_point return get_distribution(dist)