$LOAD_PATH problem on windozs XP
Status: Abandoned
Brought to you by:
murphee
Things work ok if work on new unsaved script file (ie
rbij ), but after I save it to a project it seems to
want to add the project directory to the $LOAD_PATH
but does not take in to account that windows use the
wrong slash for directory seperators and ends up with
a confused $LOAD_PATH displaying in the console. after
that sometimes I get "<script>:2: unterminated string
meets end of file" when trying to evaluate line like
"1". the error appear and disappear as move between
evaluting line in different files. The only fix I
have after this is to exit and restart eclipse.
cheers,
Grant