Is there an advantage? What is it?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

So that everyone doesn't need to have exactly the same file structure on their hard drive? import C:\Python\lib\module\ probably wouldn't work too well on my Mac...

Edit: Also, what the heck are you talking about with the working directory? You can certainly use modules outside the working directory, as long as they're on the PYTHONPATH.

link|improve this answer
nevermind! I'm going to remove that part – Delirium tremens Jul 24 '09 at 13:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.