Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

make install fails to copy the "comment" resource #4

@GoogleCodeExporter

Description

@GoogleCodeExporter
When I checkout the code and run:

  sudo make install

the MOE scrubber code ends up in 
/usr/local/lib/python2.7/dist-packages/moe-0.1-py2.7.egg.

Unfortunately, one file that does not end up in there is:

  moe/scrubber/comment

Without this file, the following line in comment_scrubber.py fails:

  extractor_binary = resources.GetResourceFilename(base.ResourceName('comment')\
)

In my case, I manually copied this file to 
/usr/local/lib/python2.7/dist-packages/moe-0.1-py2.7.egg/moe/scrubber/comment, 
but it would be nice if the installation process did this automatically.

Original issue reported on code.google.com by bolinf...@gmail.com on 9 Nov 2012 at 6:38

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions