python - Directory not found in pycharm when running code, directory not renamed -
okay, when try run python program in pycharm, i've started getting following error:
c:\users\sheehanmilesk\appdata\local\programs\python\python36-32\python.exe: can't open file 'c:/users/sheehanmilesk/pycharmprojects/scraper/demospider': [errno 2] no such file or directory
i assumed must have screwed file path renaming things, no, in fact file located.
answering comments: i'm running windows 10, , yes, there no .py after demospider in error message. not sure why.
Comments
Post a Comment