Skip to content

Commit 4f9ddcd

Browse files
committed
Troubleshoot potential sys.path problem with python 3.x
1 parent 6edae88 commit 4f9ddcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

example/_find_fuse_parts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
for p in glob.glob(join(d, 'build', 'lib.*%s' % PYTHON_MAJOR_MINOR)):
1111
sys.path.insert(0, p)
1212

13+
print(sys.path)
14+
1315
try:
1416
import fuse
1517
except ImportError:

0 commit comments

Comments
 (0)