commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00139
[Bug 450921] Re: myyaml: incorrect path to "pyyaml" module
** Branch linked: lp:conceptnet
--
myyaml: incorrect path to "pyyaml" module
https://bugs.launchpad.net/bugs/450921
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for ConceptNet.
Status in ConceptNet API: Fix Committed
Bug description:
In csc/django_settings/__init__.py , the variable "myyaml" has the path to the "pyyaml" module as "conceptnet.serialize.pyyaml"
but the correct path is "serialize.pyyaml"
this mistake makes the "manage.py syncdb" command give an error because it can't find the pyyaml module. Fixing the path to the one I wrote above fixed the problem.
References