Hello
so far I have downloaded conceptnet-4.0rc1, conceptnet-sqlite, csc-
utils-0.4.2, distribute-0.6.8, divisi-0.6.8 and django1.1.1 and copied
them to my ubuntu laptop where installation took place. I think thats
everything needed for this to work, as far as I can tell everything
is configured as should be except for maybe pythonpath. In the Python
terminal when I try some basics from the website this is what i get:
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from csc.conceptnet4.models import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/ConceptNet-4.0rc1-
py2.6.egg/csc/conceptnet4/models.py", line 1, in <module>
from csc.conceptnet.models import *
File "/usr/local/lib/python2.6/dist-packages/ConceptNet-4.0rc1-
py2.6.egg/csc/conceptnet/models.py", line 2, in <module>
from django.db import models
ImportError: No module named django.db
>>>
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from
csc.nl import get_nl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/ConceptNet-4.0rc1-
py2.6.egg/csc/nl/__init__.py", line 1, in <module>
from django.utils.functional import memoize
ImportError: No module named django.utils.functional
>>> import django
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named django
>>>
if i could get even that much to work it would nearly be enough, i
could build on that then.
Thanks for your responses so far, any help is appreciated