commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00118
Re: [Bug 450921] [NEW] myyaml: incorrect path to "pyyaml" module
With the new SQLite dump method, our YAML hacks should no longer be
necessary anyway. We should at least remove it from the Django settings if
not from the main repository.
-Ken
On Tue, Oct 13, 2009 at 10:53 PM, Francisco Dalla Rosa <
francisco-s@xxxxxxxxxxx> wrote:
> 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.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~commonsense<https://launchpad.net/%7Ecommonsense>
> Post to : commonsense@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~commonsense<https://launchpad.net/%7Ecommonsense>
> More help : https://help.launchpad.net/ListHelp
>
--
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.
References