--On 13. Februar 2006 16:30:54 -0500 Owen K <oekelly@sympatico.ca> wrote:
Error text: C:\Program Files\Plone 2\Data\Products\TextIndexNG2>python setup.py install -DUNICODE_WIDTH=2 running install running build running build_ext error: Python was built with version 6 of Visual Studio, and extensions need to be built with the same version of the compiler, but it isn't installed.
"Barry Drake" <bldrake@adaptcs.com> wrote in message news:20060203031049.14953.qmail@web209.biz.mail.re2.yahoo.com... I have PloneLocalFolderNG installed, which works great. But, I can't run python setup.py install for TextIndexNG2. I get the following error:
running install running build running build_ext error: Python was built with version 6 of Visual Studio, and extensions need to be built with the same version of the compiler, but it isn't installed.
This message should be clear. You must compile the extension modules with the same VC version that was used to build your Python. -aj