Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

FileNotFoundError: [Errno 2] No such file or directory: '/django/tox.ini' #37

Closed
abhimanusharma opened this issue Dec 28, 2017 · 1 comment

Comments

@abhimanusharma
Copy link

vagrant@djangobox:~$ runtests36-mysql
Traceback (most recent call last):
File "/usr/local/bin/tox", line 11, in
sys.exit(cmdline())
File "/usr/local/lib/python3.5/dist-packages/tox/session.py", line 38, in main
config = prepare(args)
File "/usr/local/lib/python3.5/dist-packages/tox/session.py", line 26, in prepare
config = parseconfig(args)
File "/usr/local/lib/python3.5/dist-packages/tox/config.py", line 229, in parseconfig
parseini(config, inipath)
File "/usr/local/lib/python3.5/dist-packages/tox/config.py", line 644, in init
self._cfg = py.iniconfig.IniConfig(config.toxinipath)
File "/usr/local/lib/python3.5/dist-packages/py/_iniconfig.py", line 50, in init
f = open(self.path)
FileNotFoundError: [Errno 2] No such file or directory: '/django/tox.ini'

@ramiro
Copy link
Member

ramiro commented Dec 29, 2017

Can you detail the sequence of steps you took before this?

Have you followed the steps detailed in the README?

What platform are you using?

Do you have a checkout of the Django source code in a sibling directory to the django-box directory?

Have the NFS shared folders been set up (one of them is the one which maps you Django source code checkout on the host to the /django directory on the VM)?

You are giving us too little information. It's hard to help you.

Please reopen this issue if you can provide any more details.

@ramiro ramiro closed this as completed Dec 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants