tagged [relative-path]
How to import files in python using sys.path.append?
How to import files in python using sys.path.append? There are two directories on my desktop, `DIR1` and `DIR2` which contain the following files: The files contain the following: # file1.py # file2.p...
- Modified
- 27 Aug at 02:0
What is the difference between an absolute and a relative path?
What is the difference between an absolute and a relative path? I am asking because I am working on a project for school. Yes this is homework. But, I'm trying to understand a little bit more, though....
- Modified
- 23 Jul at 12:8
How do relative file paths work in Eclipse?
How do relative file paths work in Eclipse? So my 2009 new years resolution is to learn Java. I recently acquired "Java for Dummies" and have been following along with the demo code in the book by re-...
- Modified
- 6 Apr at 19:12
Relative imports for the billionth time
Relative imports for the billionth time I've been here: - [http://www.python.org/dev/peps/pep-0328/](http://www.python.org/dev/peps/pep-0328/)- [http://docs.python.org/2/tutorial/modules.html#packages...
- Modified
- 2 Dec at 02:18