Popen在系统上工作但在Django上失败

时间:2013-04-28 18:54:18

标签: python django macos

OSX 10.7.5,System Python 2.7.1,Django 1.5.1

在系统Python shell中:

from subprocess import Popen 
Popen("open /Library/Application\ Support/blender.app", shell=True) 

将打开搅拌机。

Django views.py Popen("open /Library/Application\ Support/blender.app", shell=True)将打开blender,意外退出并报告致命的python错误。

我认为Django / Python 2.7与blender的Python 3.2相冲突。我该如何解决这个问题?

0 个答案:

没有答案