terminal: python "errno 2 no such file or directory"

Discussion in 'macOS Virtual Machine' started by NickF4, May 3, 2016.

  1. NickF4

    NickF4 Bit poster

    Messages:
    2
    [delete]
     
    Last edited: May 4, 2016
  2. Hello NickF4,
    make sure the file which you are looking for exists.
    Call os.chdir(dir), dir being the folder where the file is located, then open the file with just its name.
     

Share This Page