donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

FileNotFoundError in Sublime Text #286

Closed Joaq33 closed 4 years ago

Joaq33 commented 4 years ago

What I did

I tried starting the plugin and it throws this error. Don't matter the code i enter, it can't find the file.

Live Coding >> Start

What happened

It throws FileNotFoundError and displays the direction without slashes

----------------------------------------------------------------------------- |
FileNotFoundError: [Errno 2] No such file or directory: 'C:UsersHPDevasdf.py' |
----------------------------------------------------------------------------- |

image

What I wanted to happen

I use it regularly in pycharm and it works perfectly. I want it to work here too.

My environment

donkirkby commented 4 years ago

Thanks for the bug report, I guess I never tested the SublimeText version on Windows. If you want the fix right away, you can follow the instructions for running from source, otherwise it will be in the next release.