Re: pip install problem

2013-07-17 Thread Андрей Григорьев
It now works with pip 1.3. On Tuesday, January 22, 2013 8:54:32 AM UTC+4, Michel Alexandre Salim wrote: Hi Christian, Thanks, that clears up the issue. There were similar problems with PyObjc, but Pip ended up getting patch for that a few months ago. Will look at using easy_install, or

Re: pip install problem

2013-01-21 Thread Michel Alexandre Salim
Hello, On Wednesday, January 25, 2012 6:33:11 PM UTC+7, Bart Celary wrote: Hi, I have tried to 'pip install' the latest git snapshot of the Reviewboard. I am working in a clean virtualenv (setuptools/pip only). It failed with an error: Is there any progress on this report? One year

Re: pip install problem

2013-01-21 Thread Christian Hammond
Hi Michel, We do not support pip. Pip, while popular, is incomplete and doesn't support a critical feature, Python Entrypoints, which we require for all extensions, authentication backends, and repository backends. You'll have to use easy_install with Review Board and our dependencies. Christian

Re: pip install problem

2013-01-21 Thread Michel Alexandre Salim
Hi Christian, Thanks, that clears up the issue. There were similar problems with PyObjc, but Pip ended up getting patch for that a few months ago. Will look at using easy_install, or stick with django_tables2 since the only feature I need at the moment is the datagrid. Thanks, -- Michel On