-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Tried xe bootstrap
and simply xe or xe --help all fails with
RuntimeError: maximum recursion depth exceeded while calling a Python object
My setup is Windows 8.1 with Python 3.4
Full call stack is:
File "C:\Python34\lib\site-packages\xe__init__.py", line 40, in find_root
if start.files(f):
File "C:\Python34\lib\site-packages\path.py", line 566, in files
return [p for p in self.listdir(pattern) if p.isfile()]
File "C:\Python34\lib\site-packages\path.py", line 538, in listdir
for child in map(self._always_unicode, os.listdir(self))
File "C:\Python34\lib\site-packages\path.py", line 539, in
if self._next_class(child).fnmatch(pattern)
File "C:\Python34\lib\site-packages\path.py", line 722, in fnmatch
name = normcase(self.name)
File "C:\Python34\lib\site-packages\path.py", line 323, in basename
return self._next_class(self.module.basename(self))
File "C:\Python34\lib\ntpath.py", line 246, in basename
return split(p)[1]
File "C:\Python34\lib\ntpath.py", line 217, in split
d, p = splitdrive(p)
File "C:\Python34\lib\ntpath.py", line 158, in splitdrive
empty = _get_empty(p)
File "C:\Python34\lib\ntpath.py", line 36, in _get_empty
if isinstance(path, bytes):
RuntimeError: maximum recursion depth exceeded while calling a Python object