Italo is used as a file transfer tool for Indica Labs' HALO in the Human Immune Monitoring Shared Resource (HIMSR) core lab at the University of Colorado | Anschutz Medical Campus.
The released version was compiled with PyInstaller on Windows [Version 10.0.19045.5011] 64-bit:
pyInstaller --clean --noconsole --onefile --optimize 2 Italo.pyw
The latest version doesn't enforce a UNC-style file path for the transfer directory anymore. I looks like all valid mounting points are now supported by HALO. Here's a couple of valid examples:
* \\halo-2\shared_drive\test
(UNC)
* C:\test
(local) == \\halo-1\C$\test
(UNC)
* Z:\test
(remote) == \\data.server.pvt\user\test
(UNC)
However, make sure to use network (remote) addresses when working with a HALO server/client setup so that the server and all clients can access the image data for processing!