Hi all,
I am discovering Boost.Python, and weird exceptions in my dummy extension
modules lead me to think there is a potential problem with the
getting_started2 sample :
if you replace the first lines
>>> hi = hello('California')
>>> hi.greet()
'Hello from California'
by
>>> hi = hello('A lon
Well, answering my own question here...
See http://mail.python.org/pipermail/c++-sig/2002-November/002415.html
8-)
Sylvain
"Sylvain MARIE" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Hi all,
>
> I am discovering Boost.Python, and wei