Re: [pygccxml-development] improving user experience
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-07-11 09:13:47
|
Hi. I just committed a set of changes, that should improve usability of pyplusplus. To be more specific: by default only important messages are send to the user: 1. gccxml invocation command line ( info ) 2. warning about declaration, that could not be exported If you want to see all information, that py++ have to say you can change logger level to DEBUG: import logging import module_builder module_builder.set_logger_level( logging.DEBUG ) I did not implemented the original idea: to write as comment declarations that could not be exported - too much work. I'd like to get feedback about current situation. If the situation is still bad, I will do that. Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |