Hi,
I'm currently having the following error message on Windows when trying to use Geany for a python script:
'\foo.com\01-DEV\TOTO' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. '\foo.com\01-DEV\TOTO' CMD does not support UNC paths as current directories. C:\Users\rsentiesmartinelli\Documents\Anaconda2\python.exe: can't open file 'launch.py': [Errno 2] No such file or directory
(program exited with code: 2)
Press any key to continue . . .
Is there anyway to fix that? I love Geany on GNU/Linux and it would be great to be able of using it on Windows.
Thanks,
The pasted text seems like either CMD or Python complain about the UNC paths. Where exactly is the file located? How did you open it in Geany? Can you post the corresponding lines in `Help->Debug Messages`? Did you try to map the network drive to a drive letter so you can use a more "native" path?
github-comments@lists.geany.org