I created a simple form(frame) with buttons in wxBuilderForm.
When I generate codes (when pressing F8 in wxFormBuilder), it generates the following three files:
noname.cpp
noname.h
test1.fbp
If I compare to a template that I downloaded and which contains the following files..:
gui.fbp
gui.py
gui.pyc
main.py
MainFrame.py
MainFrame.pyc
I wonder why I can not generate (by pressing F* in wxFormBuilder) Python files?