- wxPython yourself. It may be possible for me to distribute the
- setup.h and etc. that I use, but you'll need to rebuild everything
- yourself anyway to get debugger versions so I'm not too wrried
- about it just yet. BTW, on MSW if you do a FINAL=0 build (full
- debug version) then you will need to have a debug version of Python
- built too since it expects to have extension modules in files with
- a _d in the name. If you do a FINAL=hybrid build then you will be
- able to use the stock version of Python, but you won't be able to
- trace through the PYTHON API functions.
+ wxPython yourself. I do distribute the setup.h, other headers,
+ import libs and etc. that I use, but you'll need to rebuild
+ everything yourself anyway to get debugger versions so I'm not too
+ worried about it just yet. BTW, on MSW if you do debug builds of
+ your app and wxPython then you will need to have a debug version of
+ Python built too since it expects to have extension modules in
+ files with a _d in the name. If you do a hybrid build then you
+ will be able to use the stock version of Python, but you won't be
+ able to trace through the PYTHON API functions.