Re: Can't start wxGlade
Igor Korot <[email protected]> Mon, 7 Nov 2022 16:46:41 -0600
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CA+FnnTzRopHgcudvohUCj7zsEe4FPpn0fmWTKqrYc4A9+6uqhQ@mail.gmail.com> |
Hi, Brendan, On Mon, Nov 7, 2022 at 4:14 PM Brendan Simon (GMAIL) <[email protected]> wrote: > > Python 2.7.11 !! Yes, it is the OSX Python that came with the system. That box is very old and I don't really do any development on it. I have a newer Mac laptop where I have a copy of my program. But I keep this one for wxGlade. ;-) Thank you. > > Is that the stock python that comes with MacOS ? > > I'd seriously install Python 3.9 or 3.10. I haven't tried 3.11 yet > (only recently released). > > Set up a virtual environment for your development, which allows you to > install any other third party python modules independently of your > system installed python (2 or 3) and also independent of any other > python projects you might have. > > e.g. > cd /my/project/directory/ > /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 -m venv > venv3.10 > ./venv3.10/bin/activate > python -m pip install -U pip wheels > pip install wxPython > pip install any-other-third-party-modules > > Brendan. > -- > > > On 8/11/2022 8:00 am, Igor Korot wrote: > > Hi, Dietmar, > > > > [code] > > MyMac:wxGlade-1.0.4 igorkorot$ python wxglade.py > > INFO : Starting wxGlade version "1.0.4" on Python 2.7.11 > > INFO : Using wxPython 3.0.2.0 > > INFO : Loading "wconfig" modules from > > /Users/igorkorot/wxGlade-1.0.4/widgets/widgets.txt: > > INFO : Load code generators: > > INFO : C++ generator loaded > > INFO : lisp generator loaded > > INFO : perl generator loaded > > INFO : python generator loaded > > INFO : XRC generator loaded > > INFO : Loading widgets from > > /Users/igorkorot/wxGlade-1.0.4/widgets/widgets.txt: > > INFO : frame > > INFO : dialog > > INFO : panel > > INFO : notebook > > INFO : splitter_window > > INFO : button > > INFO : toggle_button > > INFO : bitmap_button > > INFO : spin_button > > INFO : text_ctrl > > INFO : choice > > INFO : combo_box > > INFO : list_box > > INFO : check_list_box > > INFO : checkbox > > INFO : radio_button > > INFO : radio_box > > INFO : spin_ctrl > > INFO : spin_ctrl_double > > INFO : slider > > INFO : gauge > > INFO : calendar_ctrl > > INFO : generic_calendar_ctrl > > INFO : datepicker_ctrl > > INFO : list_ctrl > > INFO : tree_ctrl > > INFO : grid > > INFO : static_text > > INFO : hyperlink_ctrl > > [/code] > > > > Thank you. > > > > > > On Mon, Nov 7, 2022 at 2:47 PM Dietmar Schwertberger > > <[email protected]> wrote: > >> On 07.11.2022 20:50, Igor Korot wrote: > >> > >> IIRC you don't have a Mac available, so I can try to help you fix it > >> > >> if you tell me > >> what to do. ;-) > >> > >> I have a VM available, but this is not as flexible as my Windows setup where I have many Python and wxPython versions. > >> > >> So, which Python and wxPython versions are you using? > >> > >> Regards, > >> > >> Dietmar > >> > >> _______________________________________________ > >> wxGlade-general mailing list > >> wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > >> https://lists.sourceforge.net/lists/listinfo/wxglade-general > > > > _______________________________________________ > > wxGlade-general mailing list > > wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > https://lists.sourceforge.net/lists/listinfo/wxglade-general >