rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
520 stars 105 forks source link

[WinError 3] The system cannot find the path specified: 'E:\\' #121

Closed DEEPANJANSAHA closed 7 months ago

DEEPANJANSAHA commented 8 months ago

File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64qbz5n2kfra8p0\lib\os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64qbz5n2kfra8p0\lib\os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64__qbz5n2kfra8p0\lib\os.py", line 225, in makedirs mkdir(name, mode) FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\'

[Done] exited with code=1 in 1.77 seconds

DEEPANJANSAHA commented 8 months ago

Developer seems to have hard coded the directory E:// It is also evident as he uses it frequently in his example scripts Poor coding standards

rajatomar788 commented 7 months ago

@DEEPANJANSAHA good for you.