easygui.msgbox("Hello there!")报错:Tcl_Init error: Can't find a usable init.tcl in the following directories问题的解决

今天学习《父与子的编程之旅》,当看到运行第一个gui时(代码如下):

1 import easygui
2 easygui.msgbox("Hello there!")

发现报错:Tcl Init error: Can‘t find a usable init.tcl in the following directories,然后就是显示一大堆不存在的路径中不存在tcl8.5。

解决办法:

1.卸了python2.7重装,发现依旧这样,重装行不通。

2.http://blog.csdn.net/chentravelling/article/details/51872398这篇文章提示我,修改版本,但是我的python27路径显示如下,我有两个相关的tcl文件:Init.tcl和init.tcl,我到底用哪一个?中间那个Lib下的请忽略,是我改对后加上去的,这个也行不通。

3.最后我从http://blog.csdn.net/qq_33233768/article/details/71786654这个博客中找到答案,他说“最后发现可能是系统查找的库目录不对”,这一下子提醒了我,虽然那篇博客讲的是Centos,但情况是适用的,他的解决办法是“系统默认查找的库目录是/usr/lib文件夹里面的内容,进入到/usr/目录下,我发现还有一个lib64文件夹,于是我试着将lib64这个文件夹中的库也配置到环境变量中去”,我的办法是:

  • 发现Python27下存在一个tcl目录

  • tcl文件夹下有个tcl8.5的目录

  • 把tcl目录下的tcl8.5目录拷贝到D:\files\Python27\Lib下,再把D:\files\Python27\Lib配置到环境变量(我之前配置的环境变量是D:\files\Python27)

  • 这下从powershell进入python交互模式,输入之前的两个命令,终于弹框了,哈哈^_^

另外,我之前一直点IDLE没反应,这下也可以正常运行了,不知道两者有没有关系。

easygui.msgbox("Hello there!")报错:Tcl_Init error: Can't find a usable init.tcl in the following directories问题的解决

时间: 2024-10-21 06:50:16

easygui.msgbox("Hello there!")报错:Tcl_Init error: Can't find a usable init.tcl in the following directories问题的解决的相关文章

Android4.4.4 GZIPOutputStream报错:Stream error

在android 4.4.4 机器上使用网友提供的GZipUtils方法进行GZip压缩,但是会一直报错Stream error.错误位置: public static void compress(InputStream is, OutputStream os) throws Exception { GZIPOutputStream gos = new GZIPOutputStream(os); int count; byte data[] = new byte[BUFFER]; while (

Laravel 5.4 migrate报错:Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `us ers_email_unique`(`email`))

Laravel 5.4 migrate报错:Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `us     ers_email_unique`(`email`)) public function up() { Schema::create('users', function (Blu

连接mysql报错:error 2003 (hy000):can't connect to mysql server on 'localhost' (10061)

一.mysql 的bin目录下有个MySQLInstanceConfig.exe,运行就可以进行创建数据库实例,创建实例时也可以生成windows 服务,把服务设置成自动启动就可以了 二.安装在D盘的discuzz!打开后出现上述错误,请问应如何处理?winmysqladmin已经启动,但三色树上有一个小红点如果出现"ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)",说明你的MySQL还没有启动.解决办法

[Qt解错篇]报错:error: undefined reference to vtable for ClassName

一.问题描述: 编译工程时报错:error: undefined reference to vtable for ClassName,如图示: 二.问题分析: 造成这种错误的原因很多,甚至在纯C++编程过程中也可能出现.下面根据自己情况,具体问题具体分析. 原因:在原先没有Q_OBJECT关键字的工程中添加了该关键字,但是没有执行qmake,直接编译导致出现该错误. 三.例子: 原先工程的类建立: class CAppConfig { public: CAppConfig(void); CApp

Centos安装fabric 报错:error: ‘FFI_DEFAULT_ABI’ undeclared (first use in this function)

Centos安装fabric 报错: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) 需要安装libffi-devel Debian或Ubuntu需要安装 libffi-dev

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe

今天碰到这个问题,网上找了好久, 解决方法如下 VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe 方法一 右键点击工程 -> 属性 -> C/C++ -> 常规 -> SDL检查 改为:否 (/sdl-) 编译 O了! 方法二 右键点击工程 -> 属性 -> C/C++ ->预处理器 添加宏定义 _SCL_SECUR

Eclipse 报错:Error: Program "sh" not found in PATH

SDK和ADT为22.6.2版本 工程为4.4.2 在编译一个Launcher时,报错如下: sh ndk-build clean Cannot run program "sh": Launching failed Error: Program "sh" not found in PATH PATH=...... 在网上看了一下,一直以为是什么GCC的问题,多次尝试后无果,后来查阅了一些资料后,说是和NDK有关系,马上配置一下,问题解决了,非常感谢同事的帮忙! Wi

Appium1.6启动ios9.3报错Original error: Sdk '9.3.5' was not in list of simctl sdks

问题: 使用Apppium1.6启动ios9.3报错Original error: Sdk '9.3.5' was not in list of simctl sdks 我的启动配置如下 { "platformName": "ios", "platformVersion": "9.3.5", "bundleId": "com.wuba.zhuanzhuan", "app&quo

报错:error C2229: class ' ' has an illegal zero-sized array

结构体的最后一个数组就不会显示错误. 我们写一个程序测试一下: 当指定了数组大小为1的时候,发现b和c的地址是连续的: 给b数组开辟了一个int大小的空间.所以如果不给素组限定大小,那么b和&c的地址就会指向同一处.但如果b是结构体最后一个元素就无所谓了: 输出: 报错:error C2229: class ' ' has an illegal zero-sized array