我的python模块只能在我从Mac OSX安装它的目录中运行

时间:2017-03-22 16:24:18

标签: python macos python-imaging-library

我在安装PIL(python图像库)时遇到了一些问题。基本上我跑的时候,

python setup.py install

在安装程序目录中我得到

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/tk.h:78:11: fatal error: 
  'X11/Xlib.h' file not found
   include <X11/Xlib.h>

但我可以在安装程序目录中导入PIL没有问题,它似乎工作正常。但是,如果我进入任何其他目录

import PIL

返回,

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named PIL

任何帮助都将不胜感激。

0 个答案:

没有答案