Re: Problem cmpiling M2Crypto under Plone

2005-12-02 Thread Thomas G. Apostolou
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thomas G. Apostolou wrote: > > > So what you say is that the Python installed with Plone doesn't have > > Python.h in ./include but Python installers from Python.org do have the > > file? > > that's likely, given buildin

Re: Problem cmpiling M2Crypto under Plone

2005-12-02 Thread Fredrik Lundh
Thomas G. Apostolou wrote: > So what you say is that the Python installed with Plone doesn't have > Python.h in ./include but Python installers from Python.org do have the > file? that's likely, given building didn't work for you. after all, Plone's an application that happens to include a Pytho

Re: Problem cmpiling M2Crypto

2005-12-02 Thread Thomas G. Apostolou
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thomas G. Apostolou wrote: > > > I still get the error: > > "SWIG/_m2crypto.c(80) : fatal error C1083: Cannot open include file: > > 'Python.h': No such file or directory > > error: command '"C:\Program Files\Microsoft Vi

Re: Problem cmpiling M2Crypto

2005-12-01 Thread Fredrik Lundh
Thomas G. Apostolou wrote: > I still get the error: > "SWIG/_m2crypto.c(80) : fatal error C1083: Cannot open include file: > 'Python.h': No such file or directory > error: command '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe"' > failed with exit status 2" > > witch is -as Heikki Toiv

Re: Problem cmpiling M2Crypto

2005-12-01 Thread Thomas G. Apostolou
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thomas G. Apostolou wrote: > > >> C:\Program Files\Plone 2\Python\lib\distutils\extension.py:128: > > UserWarning: > >> Unknown Extension options: 'swig_opts' > > > >>>Hmm, I don't remember seeing that. But then again, I

Re: Problem cmpiling M2Crypto

2005-12-01 Thread Fredrik Lundh
Thomas G. Apostolou wrote: >> C:\Program Files\Plone 2\Python\lib\distutils\extension.py:128: > UserWarning: >> Unknown Extension options: 'swig_opts' > >>>Hmm, I don't remember seeing that. But then again, I haven't compiled >>>with the same setup as you either. > > I am in a quest to find where

Re: Problem cmpiling M2Crypto

2005-12-01 Thread Thomas G. Apostolou
Dear friend Heikki Toivonen, thank you for replying to my quest... > C:\Program Files\Plone 2\Python\lib\distutils\extension.py:128: UserWarning: > Unknown Extension options: 'swig_opts' >>Hmm, I don't remember seeing that. But then again, I haven't compiled >>with the same setup as you either.

Problem cmpiling M2Crypto

2005-11-29 Thread Thomas G. Apostolou
Hello all. i am trying to make some win32 binaries of M2Crypto 0.15 What I use is: Python 2.3.3 openssl-0.9.7i swigwin 1.3.27 I have build the openssl binaries and have installed the Swig binary python dir is C:\Program Files\Plone 2\Python openssl dir is c:\openssl Swig dir is c:\swig so I ha