[egenix-users] Windows debug build of mxDateTime
    M.-A. Lemburg 
    mal at lemburg.com
       
    Fri Aug  9 21:51:38 CEST 2002
    
    
  
Geoffrey Talvola wrote:
> M.-A. Lemburg wrote:
> 
>>python setup.py install --debug
>>
>>should get you there, but you are on your own then... I only
>>rarely build a debug version myself, so it's not clear whether
>>that setup works or not (esp. because memory allocation is different
>>in debug builds and I know of at least one bug which will be
>>fixed in 2.1.0).
> 
> 
> Thanks.  Actually, that didn't work (it didn't recognize the --debug
> option), but
> 
> 	python setup.py build --debug
> 
> did work and built the dlls I need.
Funny, that's what I tested (since I didn't want to overwrite
my installation with a debug build). It's strange how distutils
sometimes support command line argument syndication and sometimes
doesn't.
-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/
    
    
More information about the egenix-users
mailing list