Hi,

What is the best way to reference a non-python file's path from inside
python ?

Until now, I (stupidly) had such lines  as:

 

theFile=open('../somefile.txt')

 

in my  python files. Now I moved my python files to another dir, and all
those relative filenames broke.

On the other hand, the solution of writing the full path of each
resource isn't welcome either, as we're working from a SVN repository
and we sometimes checkout to different dir's. I am sure there is a third
way which didn't occur to me... 

What do you recommend?

Thanks, Noam

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to