-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error initializing Tkinter! #16
Comments
Hello, |
Hi, I'm having the same issue. Did you ever resolve it @FoysalM? |
Have you guys tried python3 and not just python (I had that issue once) |
@andrewrice My project was a lockdown one, and I've not gone back to it since encountering this problem, so unfortunately not. But it seems as mentioned above, Python3 might be the way to go? Not sure when I'll get a chance to test it, but if you have any success, please do post it here and mark this issue as resolved. |
Hi, it seems the issue I was having is related to trying to execute it via Remote Desktop (from a Windows 10 machine). When I tried just now to run it in a native session directly on the Pi with mouse and keyboard, it worked as expected. I presume the issue has to do with the application not knowing how to render the camera display in a remote desktop session. @FoysalM, do you remember if you were using remote desktop when the error occurred? |
I searched online and it works for me: for python3, you need to use "input()" instead of "raw_input()" |
Hello,
I'm trying to run the application, but I'm getting the following error when running the startup command:
I'm quite new RPi and Python so still getting to grips with it all. Thanks in advance,
The text was updated successfully, but these errors were encountered: