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 scan is required.
Getting distribution for 'django-mptt>0.2.1'.
While:
  Installing django.
  Getting distribution for 'django-mptt>0.2.1'.
Error: Couldn't find a distribution for 'django-mptt>0.2.1'.

I have an extra-paths statement as suggested by Andreas Schmid, but
it doesn't use  the installed parts/site-packages/django-mptt.

Here's the buildout config -- would you please point out any errors?

[buildout]
parts =
    site-packages
    django

eggs =
    mock
    django-notification
    django-page-cms
    django-haystack

[django]
recipe = djangorecipe
version = 1.1.1
settings = development
urls =
    
http://code.google.com/p/django-messages/source/browse/#svn/branches/messages-0.4.x
wsgi = true
eggs = ${buildout:eggs}
extra-paths =
    ${site-packages:location}
project = cottagematic_com

[site-packages]
recipe = iw.recipe.subversion
urls =
    http://django-mptt.googlecode.com/svn/trunk/ django-mptt


thanks,

John

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to