我已经安装了Eclipse + PyDev +Python3.2。现在我在PyDev中有了两个Python解释器:Python2.7和Python3.2。如果我尝试使用2.7解释器执行命令import pygtk,它可以正常工作,但是使用Python3.2它会引发ImportError: No module named pygtk。如何让PyGTK使用Python3.2?
我在ubuntu中安装了python3.2 (默认版本没有删除),并遵循中的步骤python3.2 setup.py install "error: command 'gccis not a member of ‘Py’"
当我使用sudo apt-get install python-matplotlib时,我可以在python2.x中使用matplot,但我仍然不能在python3.2中使用它,我如何在python3.2中安装matplot?
File "manage.py", line 10, in <module> File "/usr/local/lib/python3.2%s' % (app_name, name))
File "/usr/lib/python3.2/importlib/__init__.py", line 124, in im