Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spyder error needs a solution #6078

Closed
ErmanIZTECH opened this issue Dec 28, 2017 · 1 comment
Closed

Spyder error needs a solution #6078

ErmanIZTECH opened this issue Dec 28, 2017 · 1 comment

Comments

@ErmanIZTECH
Copy link

ErmanIZTECH commented Dec 28, 2017

Description

What steps will reproduce the problem?

  1. Launched Spyder
  2. written .py
  3. tried to run it then this error.

What is the expected output? What do you see instead?

Please provide any additional information below

File "e:\Anaconda3\lib\site-packages\spyder\widgets\explorer.py", line 156, in icon
file_type, bin_name = mime_type.split('/')
ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
File "e:\Anaconda3\lib\site-packages\spyder\widgets\explorer.py", line 156, in icon
file_type, bin_name = mime_type.split('/')
ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
File "e:\Anaconda3\lib\site-packages\spyder\widgets\explorer.py", line 156, in icon
file_type, bin_name = mime_type.split('/')
ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
File "e:\Anaconda3\lib\site-packages\spyder\widgets\explorer.py", line 156, in icon
file_type, bin_name = mime_type.split('/')
ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
File "e:\Anaconda3\lib\site-packages\spyder\widgets\explorer.py", line 156, in icon
file_type, bin_name = mime_type.split('/')
ValueError: not enough values to unpack (expected 2, got 1)

Version and main components

  • Spyder Version: 3.2.4
@ccordoba12
Copy link
Member

Thanks for reporting. This is a duplicate of issue #5080.

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

No branches or pull requests

3 participants