Importing wxWidgets Help
RF <[email protected]> Wed, 21 Apr 2021 15:35:38 -0700 (PDT)
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
I've written a class TreeCtrl python file. I'm trying to import it into my project's main python file. I can't find any examples of how this should be done. The examples I've found are very simple ones like Car.py located here: https://www.guru99.com/import-module-python.html But those are very simple examples and if I copy their structure they don't work for wx widgets. My project will use various widgets such as TreeCtrl, StyledTextCtrl, Toolbar and Menu. I thought I would put each of them into their own class file and import them into my main core python file (to keep file sizes down). Does that sound reasonable or should I just have the classes at the top of my main python file and not do the imports? -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/9aa6dcb4-b53f-400a-864c-d98851ec6304n%40googlegroups.com.