Re: How to delete a module file

2005-03-03 Thread Olivier Ravard
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. > >

How to delete a module file

2005-02-28 Thread Olivier Ravard
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

Re: python and visual C++

2005-02-03 Thread Olivier Ravard
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, > >

python and visual C++

2005-02-02 Thread Olivier Ravard
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