Closed GoogleCodeExporter closed 9 years ago
For the record, we talked on IRC about that prior the ticket.
Original comment by leidel
on 6 Mar 2009 at 3:52
If it means anything, our group has moved away from buildout.
Original comment by pyDanny
on 13 Mar 2009 at 4:42
Original comment by jtau...@gmail.com
on 16 Mar 2009 at 3:11
Just ran the buildout install and I'm getting error messages seemingly around
python-openid. I tried doing a pip-based install followed by doing buildout (in
the
same virtualenv) and I tried just going straight to buildout and the error
appears to
be the same. I've attached my eggs-log.txt file from the straight buildout
install.
Original comment by winhamwr
on 26 Mar 2009 at 12:37
Attachments:
I've had this same issue today. Without knowing buildout myself, there appears
to be
an issue with the syntax of the line
indexes http://pypi.pinaxproject.com/
Commenting it out works around the problem, although it's not the last problem
you
will encounter if you follow the installation instructions :)
I'm using OS X 10.5.6 and Python 2.5.1
Original comment by atkins...@gmail.com
on 26 Mar 2009 at 5:06
All working now for me.
All subsequent problems I encountered were because of pre-existing PYTHONPATH
and
DJANGO_SETTINGS_MODULE environment variables.
I commented these out of my ~/.profile and then deleted the whole pinax-env/
tree and
started again. I just used pip and not buildout and everything seems to be
working well.
Original comment by atkins...@gmail.com
on 26 Mar 2009 at 5:51
atkinsonr: That is not the scope of the bug. Using pip instead of buildout
works, as the last sentence of the
report states. Buildout is broken. Commenting out the indexes line fixes the
build process, but you are left with
a broken system. Several apps cannot be imported, the sample projects won't
work.
Original comment by sjaensch
on 26 Mar 2009 at 1:50
sjaensch: for me it doesn't look working with pip either. See
http://code.google.com/p/django-hotclub/issues/detail?id=211
Original comment by khame...@gmail.com
on 28 Mar 2009 at 10:12
Moved to cpc
Original comment by pyDanny
on 31 Mar 2009 at 2:29
Original comment by pyDanny
on 31 Mar 2009 at 2:41
Original issue reported on code.google.com by
sjaensch
on 6 Mar 2009 at 3:40