Skip to content

Fails with RuntimeError #2

Description

@tadvi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions