简体   繁体   English

Tkinter未处理的异常1%不是有效的Win32应用程序

[英]Tkinter Unhandled Exception 1% is not a valid win32 application

This is my first foray into Tkinter as I have been programming in ArcGIS. 这是我在ArcGIS中进行编程时的第一次对Tkinter的尝试。 I just downloaded Tkinter to do some python programming. 我刚刚下载了Tkinter来进行一些python编程。 I did the regular install and when I open the application, anytime I try to start a project or go to the code window, I keep getting an unhandled exception: 我进行了常规安装,当我打开应用程序时,无论何时尝试启动项目或转到代码窗口,我都会收到未处理的异常:

"Unhandled Exception 1% is not a valid win32 application" “未处理的异常1%不是有效的win32应用程序”

I've looked around the net, but I don't see any discussion boards addressing this issue. 我环顾四周,但是没有看到讨论此问题的讨论区。 I am running python v2.6 through ArcGIS. 我正在通过ArcGIS运行python v2.6。 I regularly program in idle. 我经常在空闲时编程。 I don't know if the software is conflicting with each other. 我不知道该软件是否相互冲突。

I am also running windows 7, 64 bit. 我也在运行Windows 7、64位。 I tried the install in both program files folders and get the same error. 我尝试在两个程序文件文件夹中进行安装,并得到相同的错误。

has anyone experienced this? 有人经历过吗?

Thanks, Mike 谢谢,迈克

这可能是您已安装的tkinter库的位问题(类似于此问题)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 %1不是有效的Win32应用程序(LNK文件) - %1 is not a valid Win32 application (lnk file) 错误193%1不是有效的Win32应用程序 - Error 193 %1 is not a valid Win32 application xgboost错误:不是有效的Win32应用程序 - xgboost error: not a valid Win32 application 安装程序中出现未处理的win32异常的原因是什么? - What is the reason for an unhandled win32 exception in an installer program? pythonw.exe中发生未处理的Win32异常[11744] - An unhandled win32 exception occurred in pythonw.exe [11744] 发生异常:导入 QtWidget 时导入错误 DLL 加载失败:%1 不是有效的 Win32 应用程序 - Exception has occurred: ImportError DLL load failed while importing QtWidgets: %1 is not a valid Win32 application Python和Py2Exe:“%1不是有效的Win32应用程序” - Python And Py2Exe: “%1 Is Not A Valid Win32 Application” ImportError:DLL加载失败:不是有效的Win32应用程序 - ImportError: DLL load failed: not a valid Win32 application 'matplotlib'ImportError:DLL加载失败:%1不是有效的Win32应用程序 - 'matplotlib' ImportError: DLL load failed: %1 is not a valid Win32 application Tensorflow 导入错误:DLL 加载失败:%1 不是有效的 Win32 应用程序 - Tensorflow ImportError: DLL load failed: %1 is not a valid Win32 application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM