Re: django and buildout and mr.developer

2010-03-15 Thread John Griessen
andreas schmid wrote: it seems to work with mr.developer [buildout] extensions = mr.developer sources = sources auto-checkout = django-mptt parts = django eggs = mock django-notification django-page-cms django-haystack [sourc

Re: django and buildout

2010-03-14 Thread andreas schmid
it seems to work with mr.developer [buildout] extensions = mr.developer sources = sources auto-checkout = django-mptt parts = django eggs = mock django-notification django-page-cms django-haystack [sources] django-mptt = sv

django and buildout

2010-03-13 Thread John Griessen
I kludged together a buildout config to use django-page-cms which depends on django-mptt and it still isn't referencing my locally downloaded svn trunk version of django-mptt. Installing django. Page at http://pypi.python.org/simple/mock/ links to .py file(s) without version info; an index sca

Re: Got Django and Buildout working, but what about PIL and Postgres?

2010-01-06 Thread Kevin Teague
This is what I use for PostgreSQL and psycopg2 installation with Buildout: First, adjust the eggs to pull-in a custom-built psycopg2 egg: eggs = ${psycopg2:egg} ${buildout:eggs} Then for psycopg2 do: [psycopg2] recipe = zc.recipe.egg:custom egg = psycopg2 include-dirs = ${postgresql:loca

Re: Got Django and Buildout working, but what about PIL and Postgres?

2010-01-06 Thread Masklinn
On 6 Jan 2010, at 16:43 , Masklinn wrote: > > * PIL shouldn't be needed if you use buildout correctly And I read PIL but thought PIP, disregard this. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: Got Django and Buildout working, but what about PIL and Postgres?

2010-01-06 Thread Reinout van Rees
On 01/06/2010 04:23 PM, littlejim84 wrote: Can anyone help me to reliably get PIL and Postgres working with my Buildout? Thank you so much in advance... Everything I've tried so far just throws up all sorts of errors. Add the lines marked with '<<<' behind them to your buildout to *probably*

Re: Got Django and Buildout working, but what about PIL and Postgres?

2010-01-06 Thread Masklinn
On 6 Jan 2010, at 16:23 , littlejim84 wrote: > > Hello. I'm on Mac OSX 10.5.8. I have followed Jacob Kaplan-Moss's article on > setting up Django with Buildout: > http://jacobian.org/writing/django-apps-with-buildout/ > > Finally, I have got this Buildout to work! ...but I'm now needing PIL and >

Got Django and Buildout working, but what about PIL and Postgres?

2010-01-06 Thread littlejim84
rrors. -- View this message in context: http://old.nabble.com/Got-Django-and-Buildout-working%2C-but-what-about-PIL-and-Postgres--tp27026890p27026890.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups &qu