[C++-sig] Run time error with Boost python with MVC 7

Xavier WARIN(Compte LOCAL) - I23 xavier.warin at der.edfgdf.fr
Tue Oct 7 11:33:10 CEST 2003


Hi,


I have compiled the pickle1.cpp test (included in the distribution) in 
boost 1.30.2 with VC7 in .net2003 on windows 2000 server pack3. I use 
python 2.2.3 and i get a very weird error while using pickle1_ext module.
THe following example works fine :


C:\boost-1.30.2\libs\python\test\TEST_PICKLE1\Release>c:/python22/python
Python 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pickle1_ext
 >>> a=pickle1_ext.world("ettc")
 >>> a.greet()
'Hello from ettc!'
 >>>


The second one  gives me a  "c:/python22/python.exe  Runtime error..." 
while leaving python

C:\boost-1.30.2\libs\python\test\TEST_PICKLE1\Release>c:/python22/python
Python 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pickle1_ext
 >>> a=pickle1_ext.world("ettc")
 >>> a=pickle1_ext.world("ettc")

I'm not very familiar with windows and i don't know what to do.
Any idea ? Is it a bug ?
Thank you for your help


Xavier Warin






More information about the Cplusplus-sig mailing list