Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

Thank you so much for going down that rabbit hole @petebankhead :heart: It looks like I should be able to fix this on the Python side then! I'll make a...

Hi @mezwick, could you try installing paquo from the [fix-windows-network-share branch](https://github.com/bayer-science-for-a-better-life/paquo/tree/fix-windows-network-share) and try adding your image via: ```python project.add_image("file:////localhost/K$/data/projects/image%image.vsi") ``` and via: ```python project.add_image("file:///K:/data/projects/image%image.vsi") ``` and report back. Thank you!

Thank you so much for testing! Okay so most of these errors seem to be on the paquo side. I'll update the tests and will ping you once I refactored...

Hey @mezwick, can you run your test again on the newest version of the https://github.com/bayer-science-for-a-better-life/paquo/tree/fix-windows-network-share branch? Tests pass now. If you can confirm that it works for you I will...

> For completeness (and not that you need it) passing the 'modded' 4 slash URI format (that is... `file:////localhost/K$/data/projects/image%image.vsi`) does not work. @mezwick could you provide the error with the...

Can you try using the server and path you used to map `K`? so `file:////server_used_for_K/share_path/path/to/image.vsi` Maybe a mapped network drive `X` is just not accessible via `//localhost/X$/`

Or even simpler: please just open an explorer window and type `\\localhost\K$\` in the address bar. If this doesn't access your network drive it means that `K` is just not...

I think this PR can be closed. Providing networkshare uris in the form of `"file:////localhost/x$/some/path/file.ext"` seems to work. Thanks again for your help! https://github.com/bayer-science-for-a-better-life/paquo/blob/832817f6b0a877a57afd8e7e008a287af0564f5e/paquo/tests/test_projects.py#L183-L190

Hello everyone, sorry for the long delay. It's pretty hard lately to find enough time. I made a few minor changes to this PR and merged it to master. For...

Hi @asankara6, I'm currently not actively working on new features for paquo, but I'm happy to review a PR in case you would like to contribute. Cheers, Andreas 😊