Error symbol finder
See original GitHub issueDescription
What steps will reproduce the problem?
Problem when doing fast symbol search, and clicking on any function name in window.
Traceback
File "/home/lordflaron/src/spyder/spyder/widgets/fileswitcher.py", line 637, in enter
stack_index = self.paths.index(self.filtered_path[row])
AttributeError: 'FileSwitcher' object has no attribute 'filtered_path'
Versions
- Spyder version: 4.0.0.dev0 df354d171
- Python version: 3.7.3
- Qt version: 5.12.2
- PyQt5 version: 5.12.1
- Operating System: Linux 5.0.7-arch1-1-ARCH
Dependencies
pygments >=2.0 : 2.3.1 (OK)
qdarkstyle >=2.6.4: 2.6.5 (OK)
sphinx >=0.6.6 : 2.0.0 (OK)
psutil >=0.3 : 5.6.1 (OK)
pyls >=0.19.0 : 0.26.1 (OK)
nbconvert >=4.0 : 5.4.0 (OK)
pandas >=0.13.1 : 0.24.1 (OK)
numpy >=1.7 : 1.16.1 (OK)
sympy >=0.7.3 : 1.4 (OK)
cython >=0.21 : None (NOK)
qtconsole >=4.2.0 : 4.4.3 (OK)
IPython >=4.0 : 7.2.0 (OK)
matplotlib >=2.0.0: 3.0.3 (OK)
pylint >=0.25 : 2.2.2 (OK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to debug error "Symbol lookup error: undefined symbol"
To answer the "which libocci is getting loaded", run with LD_DEBUG=libs . Just because the symbol is present in the symbol table of...
Read more >what is "symbol lookup error" mean ? - LinuxQuestions.org
The error occurs when a module can't find a module function to call. A module can export functions so that other modules can...
Read more >How to resolve "symbol lookup error" on .NET Core on Linux
Using "readelf -a" I've been able to ascertain that one of the "undefined symbols", i.e., "u_strlen", is implemented in libicuuc.so. Yet the ...
Read more >How can I fix the error message: symbol lookup error
I tried to install codeblocks, the IDE for c++. I was getting continuously error messages. I thus updated many times and reinstalled many ......
Read more >Symbol lookup error message when running the application
When I try to run my application, I get the following error message: /opt/scali/bin/mpimon: symbol lookup error: /opt/scali/bin/mpimon: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dalthviz, please take a look at this one.
That’s a problem with Qt and not with Spyder. Please report it with your distribution or use Anaconda instead.