Tagged Questions
11
votes
1answer
7k views
Python's sys.path value
Where is Python's sys.path initialized from?
UPD: Python is adding some paths before refering to PYTHONPATH:
>>> import sys
>>> from pprint import pprint as p
...
2
votes
3answers
2k views
Python Import from parent directory
I have a Python class we'll call ClassA and another Python class which is supposed to import ClassA which we'll call ClassB. The directory structure is as follows:
MainDir
../Dir
..../DirA/ClassA
...
0
votes
2answers
71 views
Can't append x86 Python 2.7 path
I'd like to have a module in python27\scripts\ added to the list in the path browser - tried the syntax from here: http://stackoverflow.com/a/3402196 and here: ...
-6
votes
1answer
101 views
How to what added in sys.path.append? [closed]
I'm importing file from other folder. But importing a different file.
Scripting -- Python 2.7
OS -- Windows XP