Tagged Questions

3
votes
2answers
101 views

Python - Are there more search paths than in sys.path?

I thought that the sys.path was a complete list of all search paths for Python modules. However, on my Ubuntu machine, '/usr/local/lib/python2.6/dist-packages/' is where almost all my modules are and ...
2
votes
1answer
81 views
0
votes
3answers
409 views

how do I add a python module on MacOS X?

I'm trying to use pywn, a python library for using WordNet. I've played about with python a little under Windows, but am completely new at MacOS X stuff. I'm running under MacOS 10.5.8, so my default ...