2⎕fix'C:\Users\rpark\Documents\GitHub\pynapl\pynapl/Py.Dyalog'
py←⎕new Py.Py
...
Most of that path uses Windows OS-appropriate backslashes, but the final slash is forward. However Pynapl is getting the path to its files it ends up one level too high in this case.
Most of that path uses Windows OS-appropriate backslashes, but the final slash is forward. However Pynapl is getting the path to its files it ends up one level too high in this case.