In the installation, to get the trait-o-matic server working you should be running install.sh. In my installation this is in get-evidence/server/scripts/, and it contains the line:<br>(cd $CORE ; python setup.py build_ext --inplace)<br>
<br>Assuming $CORE wasn't messed up, this is supposed to build the .so files in "utils" bitset.so and _twobit.so<br><br>These are supposed to be built by you and not installed because they're 32-bit/64-bit specific (I bet there's a computer word for this I don't know). I initially screwed up my import of Trait-o-matic code into GET-Evidence by including them, I later "git rm"d them so they should be gone now... I don't think this is your issue because your error would be a 64-bit or 32-bit issue, not "missing file".<br>
<br>Possibly your $CORE variable isn't getting interpreted correctly by install.sh? Maybe you fixed it but didn't run install.sh again?<br><br>You can fix it by cd'ing to the get-evidence/server directory and running the command "python setup.py build_ext --inplace" yourself. But it'd be nice to know why the install script didn't work, maybe I screwed something up, I'm learning as I go.<br>
<br><div class="gmail_quote">On Tue, Sep 28, 2010 at 7:17 PM, Kimberly Robasky <span dir="ltr"><<a href="mailto:krobasky@gmail.com">krobasky@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Anybody know this one off the top of your head?  If not, don't bother with this, I can figure it out with enough time but I thought maybe I'd ask before slogging around further in Python code (a language with which I am not well versed), in case somebody (Madeleine?) already ran into it:<div>

<div><br></div><div>Why can't my trait-o-matic-server.py process find the bitset module (in ~/madprime/get-evidence/server/utils)?</div><div><br></div><div>I've already adjusted the script_dir for the non-traditional directory, so that's not it...</div>

<div><div><br></div></div><div>-Kim</div><div><br></div></div>
<br>_______________________________________________<br>
GET-dev mailing list<br>
<a href="mailto:GET-dev@lists.freelogy.org">GET-dev@lists.freelogy.org</a><br>
<a href="http://lists.freelogy.org/mailman/listinfo/get-dev" target="_blank">http://lists.freelogy.org/mailman/listinfo/get-dev</a><br>
<br></blockquote></div><br>