You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write code then f8 for analyse with pep8 then come to convention part (the warning about missing doc string or any warning right click then select history and program shut down itself
also noticed now in variable explorer same thing happens when i right click and copy value program crashes
*winpython 3.4 with qt5 x64
*well i am newbie to python and spyder but looks like bug
*spyder version 3.0 dev # #
The text was updated successfully, but these errors were encountered:
ccordoba12
changed the title
shut down itself
Spyder crashes after doing an analysis with Pylint
Feb 7, 2016
i switch back to 2.3.8 now it works pylint version 1.5.4 now on spyder 2.3.8 (working one)
old one was pylint version 1.5.1 on spyder 3.0.0.dev0 ( not working ) it was broken maybe pylint was outdated it came by packaged from winpython so i did not checked sorry for disturbition.
problem was i could not copy values from variable explorer.this pic belongs to version 2.3.8 for demonstration porpose ,in version spyder 3.0.0 dev0 there was also history there
Again same thing it does not copy value from variable explorer and in console says:
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\spyderlib\widgets\variableexplorer\collectionseditor.py", line 1069, in copy
clipboard.setText('\n'.join(clipl))
TypeError: sequence item 0: expected str instance, int found
ccordoba12
changed the title
Spyder crashes after doing an analysis with Pylint
Variable explorer gives an error when copying values from collections
Feb 9, 2016
ccordoba12
changed the title
Variable explorer gives an error when copying values from collections
Variable explorer gives an error when copying values
Feb 10, 2016
write code then f8 for analyse with pep8 then come to convention part (the warning about missing doc string or any warning right click then select history and program shut down itself
also noticed now in variable explorer same thing happens when i right click and copy value program crashes
*winpython 3.4 with qt5 x64
*well i am newbie to python and spyder but looks like bug
*spyder version 3.0 dev # #
The text was updated successfully, but these errors were encountered: