0

在使用 Python 2.6 for Plone 4.2 在窗口上运行构建时,一切正常。但是在前台运行实例时,它给了我这个窗口特定的(假设)错误,关于某些文件丢失。

我记得在旧版本的 Plone 上安装 PyWin 类型库时,我必须将一些 dll 文件复制到窗口系统文件,我也为此做了同样的事情。我仍然有这个错误。

任何建议/建议都会有很大帮助。

感谢您抽出宝贵时间。

D:\rcseng\buildout>bin\instance fg
Traceback (most recent call last):
  File "D:\rcseng\buildout\bin\instance-script.py", line 258, in <module>
    + sys.argv[1:])
  File "d:\rcseng\buildout\eggs\plone.recipe.zope2instance-4.2.8-py2.6.egg\plone
\recipe\zope2instance\ctl.py", line 614, in main
    c.onecmd(' '.join(options.args))
  File "D:\Python26\lib\cmd.py", line 219, in onecmd
    return func(arg)
  File "d:\rcseng\buildout\eggs\zdaemon-2.0.7-py2.6.egg\zdaemon\zdctl.py", line
588, in do_fg
    self.do_foreground(arg)
  File "d:\rcseng\buildout\eggs\plone.recipe.zope2instance-4.2.8-py2.6.egg\plone
\recipe\zope2instance\ctl.py", line 550, in do_foreground
    self._exitstatus = subprocess.call(command, env=env)
  File "D:\Python26\lib\subprocess.py", line 470, in call
    return Popen(*popenargs, **kwargs).wait()
  File "D:\Python26\lib\subprocess.py", line 623, in __init__
    errread, errwrite)
  File "D:\Python26\lib\subprocess.py", line 833, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
4

0 回答 0