zoukankan      html  css  js  c++  java
  • FileNotFoundError: [Errno 2] No such file or directory: './download/js-tutorial.html'

    Exception in thread Thread-1:
    Traceback (most recent call last):
      File "/home/mac126/.pyenv/versions/3.6.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner
        self.run()
      File "/home/mac126/Desktop/11/day1/spider_commplete.py", line 131, in run
        save_url(html_content,url_str)
      File "/home/mac126/Desktop/11/day1/spider_commplete.py", line 41, in save_url
        with open(file_path,'wb') as f:
    FileNotFoundError: [Errno 2] No such file or directory: './download/js-tutorial.html'

    这个错误很低级,不过还是写出来,希望大家引以为戒,不要像我一样粗心大意。

    在项目目录添加一个文件夹就好

  • 相关阅读:
    ubuntu 1804 docker install
    windows shortcut
    gallary
    g++ play
    linux profile
    terminator
    tmux
    ubuntu18
    windows toolkit
    windows terminal CLI
  • 原文地址:https://www.cnblogs.com/liangliangzz/p/10148128.html
Copyright © 2011-2022 走看看