You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running the examples on Windows does not load any data and does not generate any warnings or errors.
When the path separator is changed from / to \\, the examples run as expected.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your issue. You are right. Several people have pointed out this problem. Because at first this lib is developed on linux, windows support is newly added. Indeed I should add a platform check in the example code to determine and replace the path separator. I'll fix it on weekend.
Hello! Thank you so much for developing such an helpful project.
I encountered a problem, when the path separator is "/" on Windows, the
readrnx
read nothing.I believe the issue lies in the
expath
function. On Windows, this function only accounts for'\\'
as the path separator.pyrtklib/pyrtklib/rtksrc/rtkcmn.c
Line 3282 in e20d26f
Currently, running the examples on Windows does not load any data and does not generate any warnings or errors.
When the path separator is changed from
/
to\\
, the examples run as expected.The text was updated successfully, but these errors were encountered: