> I'm beginning to wonder if Pyzo simply doesn't work with Python 2.X versions.
Pyzo is *build* with Python 3, but it is capable of creating a shell for any Python interpreter that is >= 2.4 However, somehow (not sure why) Pyzo fails to detect your Python version. But since what you want is the default, and its on the path, you can simply type "python" in the EXE field. - Almar On Mon, Jul 1, 2019, at 19:38, [email protected] wrote: > On Monday, July 1, 2019 at 2:49:37 AM UTC-5, Almar Klein wrote: > > Are there no options listed when you use the dropdown of the EXE field? It > > could also be /usr/bin/python2 and /usr/bin/python3. > > > > - Almar, > If I go into my Mint 19 terminal I find: > > bob@robert-Satellite:~$ python > Python 2.7.15+ (default, Nov 27 2018, 23:36:35) > [GCC 7.3.0] on linux2 > > When I open the Pyzo About window, I find: > > Version info > Pyzo version: 4.7.4 (source) > Platform: linux > Python version: 3.7.3 > Qt version: 5.12.3 > PyQt5 version: 5.11.3 > > If, in Pyzo, I edit shell distributions, I find for shell 1 the default > exe is shown as: > > /usr/bin/python3.7 [v3.7.3] > > and if I try to create a new shell, the above is the only choice > offered in the dropdown list. > > I'm beginning to wonder if Pyzo simply doesn't work with Python 2.X > versions. The About box also includes this in the acknowledgements > section: > > Pyzo is written in Python 3 and uses the Qt widget toolkit. > > Would messing with PYTHONPATH help in any way? > > Thanks for responding, by the way! > > -- > You received this message because you are subscribed to the Google > Groups "Pyzo" 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/pyzo/3735c25b-b91a-4fb3-9b1f-bdb7c7982e72%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Pyzo" 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/pyzo/17ae9ab5-9d20-4332-ae09-eb315955d066%40www.fastmail.com. For more options, visit https://groups.google.com/d/optout.
