无法导入操作系统

时间:2011-04-05 16:32:18

标签: django bash import operating-system

当我在我的bash中尝试import os时,我得到:

import: unable to open X server ' @ error/import.c/ImportImageCommand/364

有人知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:4)

你应该在Python REPL中输入它,而不是你的shell。因为你正在调用import,所以使用ImageMagick命令来截取屏幕截图。

$ python
Python 2.6.4 (r264:75706, Jun  4 2010, 18:20:31) 
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>>