2010-3-22

00:01 mgag
hi guys, I am trying to test deploy my pinax site to my linux box with Apache, and I am getting Apache Forbidden error. I have never used Apache before. The error log simply says permission denied, "access to / denied". I looked at file permissions,and a few other hits for this problem on google. So I have a question to confirm something,
00:02 mgag
The pinax deployment doc, for editing the httpd.conf has a line,
00:02 mgag
<Directory /path/to/project/deploy>
00:02 mgag
but should it be the "deploy" directory?
00:03 mgag
because I thought I read Apache is looking for index.html... and that file is not in the deploy directory.
00:47 mgag
I am getting an apache permission denied error when I try to run pinax under Apache. this is the first I have tried Apache. Some details are here http://dpaste.com/174393/
14:29 domenic_
hi, i'm having some import issues concerning Tribes. it seems to fail on 'from groups.base import Group'. I have no clue which package it's trying to find
14:30 domenic_
and i have satisfied all pinax dependencies
14:30 domenic_
any thoughts?
14:39 domenic_
anyone know about the groups module, used by tribes etc., and where it is contained?
14:44 sunoano
domenic_: it's in your site-packages directory
14:45 domenic_
sunoano: but that's the thing, it isn't and i can't seem to find an egg for django-projects
14:45 sunoano
how did you install pinax?
14:46 sunoano
what version are you running? current master or .7?
14:46 sunoano
by the way, http://sunoano.name/ws/public_xhtml/python.html... this might help you a bit
14:46 domenic_
current master
14:46 sunoano
ok, you use a virtualenv yes?
14:47 sunoano
it's in this virtualenv's site-packages
14:47 domenic_
sunoano: yes, maybe i should rephrase my situation. I have a virtualenv, and installed into it the latest version of pinax from github
14:48 domenic_
I thought I had all dependencies but it seems it can't find groups, i.e. it's not in my sitepackages, but i can't find an installation candidate for it either.
14:49 sunoano
well, did you run pip install requirements.txt?
14:49 domenic_
yes, without error
14:50 sunoano
hm, then it should work
14:50 sunoano
you have activated that virtualenv yes?
14:51 domenic_
yes. do you have groups as a separate package/egg in your site-packages? or as an application within the pinax subfolders?
14:51 sunoano
should have been pip install --requirement requirements.txt above
14:52 sunoano
domenic_: it's an external app i.e. it's not under $PINAX_ROOT (pinax dir) but inside the site-packages dir
14:53 sunoano
i.e. #4 from the link I posted above
14:53 DjangoBot
14:54 sunoano
yeah, crazy bot
14:54 sunoano
;)
14:54 domenic_
lol
14:55 domenic_
is it possible that they might've extracted django-groups from the headrevision? i've read something here, but it doesnt contain the package http://pypi.python.org/pypi/django-groups/0.0
14:55 sunoano
if you scroll down a bit you see a "Development" section; there is a screendump that I put there from installing the devel version about 6 weeks back
14:56 sunoano
pip install --requirement requirements.txt is to be used now however
14:56 sunoano
na, let me check
14:58 sunoano
http://sunoano.pastebin.com/BQCnD273 it's all there (line 30); I just pulled as you can see
14:59 sunoano
tell you what, start over real quick and my guess is you'll have a smile in your face in no time
14:59 sunoano
it's probably some silly/trivial thing
14:59 sunoano
as usual ;)
14:59 domenic_
lol, alright, i'll try that :P tnx
15:00 sunoano
sure, no problem, if it doesn't work, just come back and we'll figure it out
15:00 sunoano says "In der Ruhe liegt die Kraft"
15:00 sunoano
;)
15:01 domenic_
hehe i'll keep that in mind