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

invalid literal for int() with base 10: #1

Open
zhangsong1213 opened this issue Jun 20, 2019 · 1 comment
Open

invalid literal for int() with base 10: #1

zhangsong1213 opened this issue Jun 20, 2019 · 1 comment

Comments

@zhangsong1213
Copy link

i run this code get this result:
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\11486\Anaconda3\envs\AA\lib\tkinter_init_.py", line 1702, in call
return self.func(*args)
File "", line 263, in loadDir
self.category = int(s)
ValueError: invalid literal for int() with base 10: 'C:\Users\11486\Desktop\label\a1'

@zhicai-liu
Copy link

i run this code get this result:
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\11486\Anaconda3\envs\AA\lib\tkinter__init__.py", line 1702, in call
return self.func(*args)
File "", line 263, in loadDir
self.category = int(s)
ValueError: invalid literal for int() with base 10: 'C:\Users\11486\Desktop\label\a1'

I encountered the same problem

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

No branches or pull requests

2 participants