Thanks to visit codestin.com
Credit goes to github.com

Skip to content

spyder debugger not working #794

Open
@DGuidi

Description

@DGuidi

Installed Winpython32-3.7.4.1 in a win10 desktop where there is also a separate python 3.71-32bit installation.
All works well, both in python and in spyder, except spyder debugger: when I try to start a simple script, even a simple print('hello') I see

.... (thousands of stack trace lines and then)
  File "C:\Users\sa160859\AppData\Roaming\Python\Python37\site-packages\pdb.py", line 163, in __init__
    self.config = self.get_config(self.ConfigFactory)
  File "C:\Users\sa160859\AppData\Roaming\Python\Python37\site-packages\fancycompleter.py", line 192, in get_config
    rcfile = os.path.expanduser(filename)
  File "C:\winpython\wpy\python-3.7.4\lib\ntpath.py", line 302, in expanduser
    if 'HOME' in os.environ:
  File "C:\winpython\wpy\python-3.7.4\lib\_collections_abc.py", line 666, in __contains__
    self[key]
  File "C:\winpython\wpy\python-3.7.4\lib\os.py", line 675, in __getitem__
    value = self._data[self.encodekey(key)]
RecursionError: maximum recursion depth exceeded

I suspect there's something wrong with existing python installation or with some environment variable, but only in debugging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions