keep saying `2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start` when I'm typing
See original GitHub issuepython3.65rc1
I just did pip install ptpython
then scrapy shell ...
it says when I’m typing re
[sponse]
>>> re2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser calculated
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff: line_lengths old: 1, new: 1
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff replace old[1:1] new[1:1]
2018-03-29 03:55:35 [parso.python.diff] DEBUG: parse_part from 1 to 1 (to 0 in part parser)
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser end
[F4] 2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start [F2] Menu - CPython 3.6.5
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser calculated
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff: line_lengths old: 1, new: 1
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff replace old[1:1] new[1:1]
s2018-03-29 03:55:35 [parso.python.diff] DEBUG: parse_part from 1 to 1 (to 0 in part parser)
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser end
there’s completion popup, but it’s keeping saying these DEBUG. so it’s unuseable.
it’s fine I use ptpython in my last installing with 3.5 which I’m upgraded from to 3.65rc1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:24
Top Results From Across the Web
Prevent showing debugging log info inside ipython shell
I'm using scrapy shell inside virtualenv.
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 Free
Top 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
It bothers me for a long time, not found an ideal solution, after I uninstall parso module, all is well!
pip uninstall parso
It might be a good idea to just disable the parso logger in Scrapy/ptpython altogether. I don’t really think that it is needed in any case.
When people are enabling logging, they usually want to see the logs about the stuff they import and not the stuff that scrapy/ptpython imports.