Plone 4.2 の Python 2.6 でウィンドウ上で buildout を実行している間、すべてうまくいきました。しかし、フォアグラウンドでインスタンスを実行しているときに、ファイルが見つからないというこのウィンドウ固有の (推定) エラーが表示されます。
古いバージョンの 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