ActivePython PyPM error: (OperationalError) unable to open database file None None

标签: , , ,

在家里的电脑打算用PyPM安装PIL来处理图片,运行命令pypm install pil,居然出现错误:

error: (OperationalError) unable to open database file None None

网上查了一下,原因是Windows用户名中含有非ASCII字符,都什么年代了还不支持Unicode,真无语。没办法,改为全局安装就行了,pypm –g install pil。

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. WMI中的Win32_PingStatus类
  2. PuTTY SSH Tunnel设置
  3. VBS的一个BUG
  4. VBS中的左移位&右移位运算
  5. 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包(续)

留下回复