Re: Running in Release or Debug version of the python interpreter?

2005-05-25 Thread Raphael Zulliger
here no debug/release version issues like on windows? doesn't import the python2.4-dbg (debian) binary different modules than python2.4? Raphael Zulliger Thomas Heller wrote: > Raphael Zulliger schrieb: > >> Hi >> >> I have to check wheter a .py script is run within

Running in Release or Debug version of the python interpreter?

2005-05-24 Thread Raphael Zulliger
lease version (where one is linked against debug C runtime dll and the other to release C runtime dll). Now I have to change the name of the dll I want to be loaded by ctypes... But how can I find out which of the dll I have to load?! Thanks in advance! Raphael Zulliger -- http://mail.python.org/ma