TR: embeded python progam into visual C++ application crash

2007-05-31 Thread fabien.lyon
-Message d'origine- De : fabien.lyon [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 20:16 À : 'python-list@python.org' Objet : RE: embeded python progam into visual C++ application crash > hello, > The C++ application uses a python module which wraps

Re: embeded python progam into visual C++ application crash

2007-05-29 Thread Gabriel Genellina
En Tue, 29 May 2007 15:01:07 -0300, fabien.lyon <[EMAIL PROTECTED]> escribió: > hello, > The C++ application uses a python module which wraps commands set for CVS > management: > checkout, checkin and tag. > We used python2.5.1 and Visual C++ 6.0 2.5.1 is compiled with Visual Studio 2005 - I ho

embeded python progam into visual C++ application crash

2007-05-29 Thread fabien.lyon
hello, The C++ application uses a python module which wraps commands set for CVS management: checkout, checkin and tag. We used python2.5.1 and Visual C++ 6.0 The problem we get is: After a good import and definition of python functions we have a random unhandled exception (from python25.dll) when