Below is the path to my configuration file and the error generated after the load_project command. What am I missing?
p_obj = Project('/Documents/PhDtools/PopGen/InputData/configuration_1.yaml')
p_obj.load_project()
Traceback (most recent call last):
File "", line 1, in
File "/home/linda/anaconda2/lib/python2.7/site-packages/popgen-2.0b2-py2.7.egg/popgen/project.py", line 23, in load_project
self._load_config()
File "/home/linda/anaconda2/lib/python2.7/site-packages/popgen-2.0b2-py2.7.egg/popgen/project.py", line 31, in _load_config
config_f = file(self.config_loc, "r")
IOError: [Errno 2] No such file or directory: '/Documents/PhDtools/PopGen/InputData/configuration_1.yaml'