commonsense / conceptnet5

Code for building ConceptNet from raw data.
Other
2.75k stars 352 forks source link

web_interface currently depends on missing "utils" module #2

Closed rspeer closed 12 years ago

rspeer commented 12 years ago

The current version of the web_interface doesn't run, because it depends on a module called "utils" that's not present in the Git repository.

Also, I doubt it would be able to import it under the name "utils", except in the case where you're running the devel server from that directory. It should be called "conceptnet5.web_interface.utils".

jven commented 12 years ago

Oops sorry, fixed.

On Fri, Oct 21, 2011 at 3:20 PM, Rob Speer < reply@reply.github.com>wrote:

The current version of the web_interface doesn't run, because it depends on a module called "utils" that's not present in the Git repository.

Also, I doubt it would be able to import it under the name "utils", except in the case where you're running the devel server from that directory. It should be called "conceptnet5.web_interface.utils".

Reply to this email directly or view it on GitHub: https://github.com/commonsense/conceptnet5/issues/2