← Back to team overview

commonsense team mailing list archive

[Bug 450921] [NEW] myyaml: incorrect path to "pyyaml" module

 

Public bug reported:

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.

** Affects: conceptnet
     Importance: Undecided
         Status: New


** Tags: manage.py pyyaml serialize

** Tags added: manage.py pyyaml serialize

-- 
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: New

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.



Follow ups

References