Le lundi 28 fÃvrier 2005 Ã 17:08 +, Dennis Lee Bieber a Ãcrit :
> On Mon, 28 Feb 2005 16:43:45 +0100, Olivier Ravard
> <[EMAIL PROTECTED]> declaimed the following in
> comp.lang.python:
>
> >
> > Remark : This problem does not exist under Linux.
> >
Hi everybody,
My application enables the developpment of new C++
modules that are dynamically loaded in this
application.
My problem is that (under Windows) I can't delete a
module that have been already imported. I must
exiting the application (which is not a good idea for
a developpment en
e as many as python, I'll wager).
>
> This is the only way I ever intend making native binary additions to my
> own programs.
>
> Regards
> Caleb
>
>
> On Wed, 2 Feb 2005 12:35:08 +0100, Olivier Ravard
> <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
Hi,
When I tryed to compile a python module using distutils under windows,
and there is an error message if we do not have Microsoft Visual C++ 6
installed.
This is because python have been compiled with MSVC6 and distutils wants it
in order to compile C++ python modules.
One of the reasons why I