Re: New install pathing error

2008-10-14 Thread Chris Clark


Take a look at .pth files 
http://www.python.org/doc/2.5.2/inst/search-path.html - it sounds like 
this is a good example of when they could be useful.

Chris


On 10/14/2008 12:51 PM, Mark B. wrote:
> Hi again,
> Could anyone please give me some pointers on how to resolve this?  Has
> Review Board been known to work on non-root installations at all?  If
> so, what do I need to do to get Django (in the global site-packages)
> see djblets in my home directory?
>
> Thanks,
> Mark
>
> On Oct 9, 11:24 am, "Mark B." <[EMAIL PROTECTED]> wrote:
>   
>> Hi,
>>
>> I am trying to do a new installation of rb as a non-root user on an
>> RHEL 5 server with the Django 1.0 final release, and I will freely
>> admit to not having any Python expertise.  With the assistance of the
>> sysadmins, I have gotten to the point of getting rb running.  I was
>> able to log in as the superuser and create a couple of repositories
>> and groups, but when I go to the Settings tab in my dashboard I get
>> the following (certain items have been edited for identity reasons):
>>
>> TemplateSyntaxError at /admin/settings/general/
>>
>> 'djblets_forms' is not a valid tag library: Could not load template
>> library from django.templatetags.djblets_forms, No module named
>> djblets_forms
>>
>> Request Method: GET
>> Request URL:http://server_name:7080/admin/settings/general/
>> Exception Type: TemplateSyntaxError
>> Exception Value:
>>
>> 'djblets_forms' is not a valid tag library: Could not load template
>> library from django.templatetags.djblets_forms, No module named
>> djblets_forms
>>
>> Exception Location: /usr/lib/python2.4/site-packages/django/template/
>> defaulttags.py in load, line 879
>> Python Executable:  /usr/bin/python
>> Python Version: 2.4.3
>> Python Path:['/usr/lib/python2.4/site-packages/django', '/home/
>> rbuser/lib/lib/python2.4/site-packages/reviewboard', '/home/rbuser/lib/
>> lib/python2.4/site-packages', '/home/rbuser/lib/lib/python2.4/site-
>> packages/djblets', '/usr/lib/python2.4/site-packages/setuptools-0.6c5-
>> py2.4.egg', '/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4-
>> linux-i686.egg', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/
>> lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/
>> python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/
>> python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/
>> PIL', '/usr/lib/python2.4/site-packages/gtk-2.0']
>> Server time:Thu, 9 Oct 2008 10:57:33 -0400
>> 
> >
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: New install pathing error

2008-10-14 Thread Mark B.

Hi again,
Could anyone please give me some pointers on how to resolve this?  Has
Review Board been known to work on non-root installations at all?  If
so, what do I need to do to get Django (in the global site-packages)
see djblets in my home directory?

Thanks,
Mark

On Oct 9, 11:24 am, "Mark B." <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to do a new installation of rb as a non-root user on an
> RHEL 5 server with the Django 1.0 final release, and I will freely
> admit to not having any Python expertise.  With the assistance of the
> sysadmins, I have gotten to the point of getting rb running.  I was
> able to log in as the superuser and create a couple of repositories
> and groups, but when I go to the Settings tab in my dashboard I get
> the following (certain items have been edited for identity reasons):
>
> TemplateSyntaxError at /admin/settings/general/
>
> 'djblets_forms' is not a valid tag library: Could not load template
> library from django.templatetags.djblets_forms, No module named
> djblets_forms
>
> Request Method:         GET
> Request URL:    http://server_name:7080/admin/settings/general/
> Exception Type:         TemplateSyntaxError
> Exception Value:
>
> 'djblets_forms' is not a valid tag library: Could not load template
> library from django.templatetags.djblets_forms, No module named
> djblets_forms
>
> Exception Location:     /usr/lib/python2.4/site-packages/django/template/
> defaulttags.py in load, line 879
> Python Executable:      /usr/bin/python
> Python Version:         2.4.3
> Python Path:    ['/usr/lib/python2.4/site-packages/django', '/home/
> rbuser/lib/lib/python2.4/site-packages/reviewboard', '/home/rbuser/lib/
> lib/python2.4/site-packages', '/home/rbuser/lib/lib/python2.4/site-
> packages/djblets', '/usr/lib/python2.4/site-packages/setuptools-0.6c5-
> py2.4.egg', '/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4-
> linux-i686.egg', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/
> lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/
> python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/
> python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/
> PIL', '/usr/lib/python2.4/site-packages/gtk-2.0']
> Server time:    Thu, 9 Oct 2008 10:57:33 -0400
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



New install pathing error

2008-10-09 Thread Mark B.

Hi,

I am trying to do a new installation of rb as a non-root user on an
RHEL 5 server with the Django 1.0 final release, and I will freely
admit to not having any Python expertise.  With the assistance of the
sysadmins, I have gotten to the point of getting rb running.  I was
able to log in as the superuser and create a couple of repositories
and groups, but when I go to the Settings tab in my dashboard I get
the following (certain items have been edited for identity reasons):

TemplateSyntaxError at /admin/settings/general/

'djblets_forms' is not a valid tag library: Could not load template
library from django.templatetags.djblets_forms, No module named
djblets_forms

Request Method: GET
Request URL:http://server_name:7080/admin/settings/general/
Exception Type: TemplateSyntaxError
Exception Value:

'djblets_forms' is not a valid tag library: Could not load template
library from django.templatetags.djblets_forms, No module named
djblets_forms

Exception Location: /usr/lib/python2.4/site-packages/django/template/
defaulttags.py in load, line 879
Python Executable:  /usr/bin/python
Python Version: 2.4.3
Python Path:['/usr/lib/python2.4/site-packages/django', '/home/
rbuser/lib/lib/python2.4/site-packages/reviewboard', '/home/rbuser/lib/
lib/python2.4/site-packages', '/home/rbuser/lib/lib/python2.4/site-
packages/djblets', '/usr/lib/python2.4/site-packages/setuptools-0.6c5-
py2.4.egg', '/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4-
linux-i686.egg', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/
lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/
python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/
python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/
PIL', '/usr/lib/python2.4/site-packages/gtk-2.0']
Server time:Thu, 9 Oct 2008 10:57:33 -0400


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---