Report this

What is the reason for this report?

FileNotFoundError: [Errno 2] No such file or directory:

Posted on February 18, 2018

i have installed django on windows7. created a virtual env, from view.py i tried to open a xlsx file which is saved in my local drive.

log Message:
File "C:\Users\AnsariMo\Envs\my_django_environment\lib\site-packages\xlrd\__init__.py", line 116, in open_workbook
  with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\serverPgm\\django_test\\chipIdInfo\\xml_files\\V16120.xlsx'

can you please help me to solve it. running view.py from virtual env, when i am running own python script to open the xls file, able to open/read successfully but from virtaul env , i am not able to open/read it.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.