s
> $ZSSL/starts and $ZSSL/starts.bat serve as examples.
>
> I do not have any $ZOPE/start or $ZOPE/start.bat or $ZOPE/z2.py, i only
have
> a file named PythonService.exe into "C:\Program Files\Plone 2\Zope\bin"
>
> Do i HAVE to reinstall Plone and set it not
2\Zope\bin"
Do i HAVE to reinstall Plone and set it not to run as service?
Thank you in advance...
Thomas G. Apostolou
--
http://mail.python.org/mailman/listinfo/python-list
Its ok now,
it seems the problem was that i had saved the file in UTF-8 format ???
I got it again and saved it in Greek(ISO) format and it now goes fine
"Thomas G. Apostolou" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all,
> I use Python
access private attribute "%s"' % i
)
else:
obj = getattr(obj,i)
return obj
def list_public_methods(obj):
"""Returns a list of attribute strings, found in the specified
object, which represent callable attributes"""
"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
"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 di
"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'
&g
or macros.
building '__m2crypto' extension
C:\SWIG\swig.exe -python -ISWIG -I"c:\openssl\include" -o SWIG/_m2crypto.c
SWIG/_m2crypto.i
SWIG\_lib.i(527): Error: Syntax error in input(1).
error: command 'swig.exe' failed with exit status 1
any help would be n
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