Closed newville closed 6 years ago
@bruceravel This will now find larch_server
from PATH, from a single-file larch installer, or from larch an Anaconda environment. It does work (for me anyway) on Windows and Mac too.
@bruceravel Well "works" in the sense that Athena finds and runs the correct larch_server. On Windows, I'm seeing an error on importing data... will investigate.
@bruceravel I verified that I could get an error reading data on MacOSX as well, but also verified that
So I think the Larch interface itself is fine, but there may be a problem using the Larch backend to read some files. Anyway, this is far ahead of the master branch and ready to merge.
Awesome. Very excited about this. I have a mountain of demeter chores for the shutdown, which starts next week.
This now allows Larch to work as backend on Windows as well as unixy systems. It does test for larch_server without specifying the version of python, which works on all systems I've tested, and should also work on all Linuxes.
For Windows, Perl5.18 seems to not have a sufficient version of RPC::XML::Client, but using Strawberry Perl 5.24 did work.