Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 4 by
bolinf...@gmail.com: make install fails to copy
the "comment" resource
http://code.google.com/p/make-open-easy/issues/detail?id=4
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.