Closed JesseTG closed 11 years ago
And then define config.debug to be __debug__ and not hasattr(sys, 'frozen'), since cx_freeze apparently adds frozen to the sys module.
config.debug
__debug__ and not hasattr(sys, 'frozen')
cx_freeze
frozen
sys
And then define
config.debug
to be__debug__ and not hasattr(sys, 'frozen')
, sincecx_freeze
apparently addsfrozen
to thesys
module.