Re: GUI (tkinter) popularity and job prospects for

2020-10-25 Thread Barry Scott
> On 23 Oct 2020, at 17:52, John Pote wrote: > > > On 23/10/2020 05:47, Grant Edwards wrote: >> >>> I think that commercial desktop applications with a python >>> compatible GUI would likely use QT or a Python binding thereof. >> Agreed. If yo

[issue17942] IDLE Debugger: Improve GUI

2020-10-24 Thread Mark Roseman
Change by Mark Roseman : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.6, Python 3.7 ___ Python tracker ___ ___

[issue17942] IDLE Debugger: Improve GUI

2020-10-24 Thread Mark Roseman
Mark Roseman added the comment: have updated/cleaned up the previous patch, and there's a new PR. i realize this is unfortunately a somewhat monolithic change which might make reviewing it a bit tough... -- ___ Python tracker

[issue17942] IDLE Debugger: Improve GUI

2020-10-24 Thread Mark Roseman
Change by Mark Roseman : -- pull_requests: +21864 pull_request: https://github.com/python/cpython/pull/22947 ___ Python tracker ___

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread Terry Reedy
On 10/23/2020 12:52 PM, John Pote wrote: On 23/10/2020 05:47, Grant Edwards wrote: I think that commercial desktop applications with a python compatible GUI would likely use QT or a Python binding thereof. Agreed. If you want to improve you "hirability" for GUI application deve

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread Grant Edwards
On 2020-10-23, John Pote wrote: > On 23/10/2020 05:47, Grant Edwards wrote: >> >>> I think that commercial desktop applications with a python >>> compatible GUI would likely use QT or a Python binding thereof. >> Agreed. If you want to improve you "hirabili

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread Christian Gollwitzer
Am 22.10.20 um 23:52 schrieb Paul Rubin: Michael Torrie writes: I doubt you'll find any jobs connected a particular Python GUI toolkit. It would be really nice if there was a way to straightforwardly run Tkinter applications on Android. You'd install a single .apk and that would let you

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread John Pote
On 23/10/2020 05:47, Grant Edwards wrote: I think that commercial desktop applications with a python compatible GUI would likely use QT or a Python binding thereof. Agreed. If you want to improve you "hirability" for GUI application development, I would probably put Qt first. Th

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread Grant Edwards
mentioning >> those. Why is that ? > > I think that commercial desktop applications with a python > compatible GUI would likely use QT or a Python binding thereof. Agreed. If you want to improve you "hirability" for GUI application development, I would probably put Qt f

Re: GUI (tkinter) popularity and job prospects for

2020-10-23 Thread Grant Edwards
On 2020-10-22, Michael Torrie wrote: > I doubt you'll find any jobs connected a particular Python GUI toolkit. > Except maybe at Red Hat. A couple years ago my employer was looking for (and hired) a Python wx application developer. > Most likely you'll find Python used in web app de

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread jfong
Lammie Jonson於 2020年10月23日星期五 UTC+8上午5時20分45秒寫道: > Thanks, > > Yes, I have some sense about how to do job interviews and market myself > which is always an ongoing process. > > I also just have an interest in different technologies that I may want to > investigate as I can get bored with

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Terry Reedy
applications with a python compatible GUI would likely use QT or a Python binding thereof. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread 2QdxY4RzWzUUiLuE
I picked up Python in 1997 to build some proofs-of-concept for some designs I was working on. I ended up with a tkinter based GUI, but only because the command line programs came together so quickly. IMO, the GUI didn't add anything to my design or to the proofs-of-concept. But I digress. Pick a fe

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Lammie Jonson
Thanks, Yes, I have some sense about how to do job interviews and market myself which is always an ongoing process. I also just have an interest in different technologies that I may want to investigate as I can get bored with certain things a little at times. If some technology seems a

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Chris Angelico
On Fri, Oct 23, 2020 at 8:39 AM Michael Torrie wrote: > > I was going to look at something like tensorflow perhaps, though I am > > not sure if machine learning is that easy to pickup or not > > Not sure anything difficult and worthwhile, even if it is popular and in > demand, is something you

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Michael Torrie
inter and wxpython it > appeared that there was hardly any job listings mentioning those. Why > is that ? It's a bit of a demotivating factor to get very serious > with tk etc. I doubt you'll find any jobs connected a particular Python GUI toolkit. Except maybe at Red Hat. Most likely you

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Tal Einat
Hi Lammie, On Thu, Oct 22, 2020 at 10:03 PM Lammie Jonson wrote: > > I looked at tkinter which seems to have quite a few examples out there, > but when I searched indeed.com for tkinter and wxpython it appeared that > there was hardly any job listings mentioning those. Why is that ? > My guess

Re: GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Rich Shepard
On Thu, 22 Oct 2020, Lammie Jonson wrote: I looked at tkinter which seems to have quite a few examples out there, but when I searched indeed.com for tkinter and wxpython it appeared that there was hardly any job listings mentioning those. Why is that ? It's a bit of a demotivating factor to get

GUI (tkinter) popularity and job prospects for

2020-10-22 Thread Lammie Jonson
I have been a rails developer as well as JS/react. I had wanted to look at python a bit due to it's popularity. I looked at tkinter which seems to have quite a few examples out there, but when I searched indeed.com for tkinter and wxpython it appeared that there was hardly any job listings

[issue30756] ttk: GUI tests fail on Ubuntu

2020-05-23 Thread Florian Dahlitz
Florian Dahlitz added the comment: I'm on Ubuntu 20.04 64-bit, ran the command provided and got Ran 303 tests in 18.900s OK I was running against the master branch. -- nosy: +DahlitzFlorian ___ Python tracker

[issue30756] ttk: GUI tests fail on Ubuntu

2020-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: #40722 is about a hang, at least once, on line 147 def test_variable_change(self): x = ttk.LabeledScale(self.root) x.pack() x.wait_visibility() # Here. -- ___ Python tracker

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2020-02-29 Thread Ronald Oussoren
n executable, while the second did the "launch executable in Python.app" dance to support GUI code from the command-line. This was changed later on to always use the executable from Python.app. P.S. I still think Python Launcher is worrisome from

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2020-02-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. I believe there also used to be a distinction between .py and .pyw files back in the distant past of classic MacOS (9 and earlier) and limited support for .pyw was carried over into Mac OS X (10). But most of the references to .pyw for macOS

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2020-02-28 Thread Erlend Egeberg Aasland
Erlend Egeberg Aasland added the comment: I might have missed something, but I thought .pyw files were a Windows specific thing. -- nosy: +erlendaasland ___ Python tracker

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker ___

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 7b57b15bd83879ee35f8758a84a7857a9968c145 by Miss Islington (bot) in branch '3.8': bpo-30780: Add IDLE configdialog tests (GH-3592) https://github.com/python/cpython/commit/7b57b15bd83879ee35f8758a84a7857a9968c145 --

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
miss-islington added the comment: New changeset 5aefee6f989821c5dc36d10a9cfd083d7aa737a5 by Miss Islington (bot) in branch '3.7': bpo-30780: Add IDLE configdialog tests (GH-3592) https://github.com/python/cpython/commit/5aefee6f989821c5dc36d10a9cfd083d7aa737a5 -- nosy:

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17599 pull_request: https://github.com/python/cpython/pull/18219 ___ Python tracker ___

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17598 pull_request: https://github.com/python/cpython/pull/18218 ___ Python tracker ___

[issue30780] IDLE: configdialog - add tests for ConfigDialog GUI.

2020-01-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset dd023ad1619b6f1ab313986e8953eea32c18f50c by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-30780: Add IDLE configdialog tests (#3592) https://github.com/python/cpython/commit/dd023ad1619b6f1ab313986e8953eea32c18f50c --

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2020-01-10 Thread Cheryl Sabella
Change by Cheryl Sabella : -- versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6 ___ Python tracker ___

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 9a4c5c30d93278e420a7dadafbaa35a5b52325ec by Vinay Sajip in branch '3.7': [3.7] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17222) https://github.com/python/cpython/commit/9a4c5c30d93278e420a7dadafbaa35a5b52325ec --

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 21eb731057d614fb642c609ae89f66d75fa0ac3a by Vinay Sajip in branch '3.8': [3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221) https://github.com/python/cpython/commit/21eb731057d614fb642c609ae89f66d75fa0ac3a --

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: +16723 pull_request: https://github.com/python/cpython/pull/17222 ___ Python tracker ___

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: +16722 pull_request: https://github.com/python/cpython/pull/17221 ___ Python tracker ___

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 5383956583bb758f3828513bcdd011871f24a0e8 by Vinay Sajip in branch 'master': bpo-38830: Correct slot signature in Qt example. (GH-17220) https://github.com/python/cpython/commit/5383956583bb758f3828513bcdd011871f24a0e8 --

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip
Change by Vinay Sajip : -- keywords: +patch pull_requests: +16721 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17220 ___ Python tracker ___

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-17 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-17 Thread Samuel Mathias
New submission from Samuel Mathias : On the "logging cookbook" page: https://docs.python.org/3/howto/logging-cookbook.html#logging-cookbook The recipe "A Qt GUI for logging" produces the following error: `TypeError: update_status() missing 1 required position

[issue38292] tkinter variable classes don't link to widget if matplotlib's set_cmap() function is called before the tkinter GUI is instantiated

2019-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: You neglected to state the observation that led to the conclusion of 'not linked'. Using 3.8 on Win10, I replaced "plt.set_cmap('x')" with "tk.Tk()". Then, clicking the button prints 'False' even when the checkbutton is checked. After either removing

[issue38292] tkinter variable classes don't link to widget if matplotlib's set_cmap() function is called before the tkinter GUI is instantiated

2019-09-27 Thread Amir Emami
New submission from Amir Emami : TkInter variable classes don't link to a widget (tested on Checkbutton and Scale) if matplotlib.pyplot.set_cmap() function is called before the tkinter.Tk() call which instantiates the root of a TkInter GUI. There is no problem if it is called after

Re: How to create a list and append to list inside a mqtt and GUI program?

2019-09-01 Thread Richard Damon
On 9/1/19 4:02 PM, Spencer Du wrote: > Hi > > I have code for GUI and MQTT. In GUI.py I have "def loadGUI" which loads up a > GUI file if the file exists in current directory. I want to add the file name > to a list when a file is imported and for each subsequent file t

Re: How to create a list and append to list inside a mqtt and GUI program?

2019-09-01 Thread MRAB
On 2019-09-01 21:02, Spencer Du wrote: Hi I have code for GUI and MQTT. In GUI.py I have "def loadGUI" which loads up a GUI file if the file exists in current directory. I want to add the file name to a list when a file is imported and for each subsequent file that is imported I wan

Re: How to create a list and append to list inside a mqtt and GUI program?

2019-09-01 Thread Sayth Renshaw
On Monday, 2 September 2019 06:02:58 UTC+10, Spencer Du wrote: > Hi > > I have code for GUI and MQTT. In GUI.py I have "def loadGUI" which loads up a > GUI file if the file exists in current directory. I want to add the file name > to a list when a file is importe

How to create a list and append to list inside a mqtt and GUI program?

2019-09-01 Thread Spencer Du
Hi I have code for GUI and MQTT. In GUI.py I have "def loadGUI" which loads up a GUI file if the file exists in current directory. I want to add the file name to a list when a file is imported and for each subsequent file that is imported I want the file name to be imported to the

How to create list for stuff inside mqtt and GUI?.

2019-09-01 Thread Spencer Du via Python-list
Hi I have code for GUI and MQTT. In GUI.py I have "def loadGUI" which loads up a GUI file if the file exists in current directory. I want to add the file name to a list when a file is imported and for each subsequent file that is imported I want the file name to be imported to the

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-08 Thread Christopher Brousseau
Christopher Brousseau added the comment: First, I'd like to say **thank you** all the work you and the team here do for Python, and Python on Windows. I really appreciate the thoughtful feedback on these ideas. Following up on items in this thread: > do you mean we change "Install

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-07 Thread Steve Dower
Steve Dower added the comment: > recommend we change "install launcher" to "install py launcher" to be > explicit. To be clear, you mean we change "Install launcher for all users" to "Install py launcher for all users"? You get the launcher by default regardless, the only choice here is

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-07 Thread Christopher Brousseau
Christopher Brousseau added the comment: Ah - I didn't realize the nuances here - thank you for clearing that up for me. Understand the design goal of keeping window size and using only checkboxes - simple. Also agree some text changes may help, here are some suggestions for your

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-02 Thread Steve Dower
Steve Dower added the comment: The "for all users" checkbox you refer to only applies to the launcher, which is why it is immediately alongside the option to install the launcher (and above the comment about the launcher). The "Install for all users" option on the final page is for the

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-02 Thread Christopher Brousseau
New submission from Christopher Brousseau : When installing 3.8.0b3 64-bit into Win 10 using the gui following the `customize installation` path, there are duplicate and inconsistent options on three different screens for the `install for all users` checkbox. Observed Behavior: 1. first

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Christian Seberino
are. It gets even betterSince they don't update their Windows GUI apps...10 years later it won't run on the latest Windows. I had to set up a Windows 7 machine to run their @#$# software!!! ;) This is the dreaded GUI app ... http://www.ti.com/tool/ADCPRO (That Opal Kelly code is very nice but is

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Rob Gaddi
On 6/14/19 11:14 AM, Christian Seberino wrote: Out of curiosity, what hardware? Texas Instruments ADS1675REF card Condolences. TI is a world-leader in giving every eval board its own complicated, proprietary digital interface, then not documenting it because "You can just use the

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Christian Seberino
> Out of curiosity, what hardware? Texas Instruments ADS1675REF card -- https://mail.python.org/mailman/listinfo/python-list

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Rob Gaddi
On 6/14/19 8:49 AM, Christian Seberino wrote: Thanks for all the help. I'll definitely try to bypass the GUI first if possible. This is on Windows 7 so maybe AutoIt will do the trick if can't avoid the GUI. Thanks again everyone. Out of curiosity, what hardware? -- Rob Gaddi, Highland

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Christian Seberino
Thanks for all the help. I'll definitely try to bypass the GUI first if possible. This is on Windows 7 so maybe AutoIt will do the trick if can't avoid the GUI. Thanks again everyone. -- https://mail.python.org/mailman/listinfo/python-list

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Chris Hills
On 6/14/2019 12:49 AM, Christian Seberino wrote: I have a third party GUI that manages some hardware. I want to control the hardware from a Python script. This seems to mean I need to somehow have Python code that imitates a human doing the necessary actions on the GUI (selecting menu

Re: How control a GUI for an unrelated application from a Python script?

2019-06-14 Thread Thomas Jollans
On 14/06/2019 01.49, Christian Seberino wrote: > I have a third party GUI that manages some hardware. > > I want to control the hardware from a Python script. Forget about the GUI, see if you can control your device without it. See how well the device is documented. Maybe there

Re: How control a GUI for an unrelated application from a Python script?

2019-06-13 Thread Julio Oña
try https://pypi.org/project/PyAutoIt/ Regards Julio El jue., 13 de jun. de 2019 a la(s) 21:37, Michael Torrie (torr...@gmail.com) escribió: > > On 06/13/2019 05:49 PM, Christian Seberino wrote: > > I have a third party GUI that manages some hardware. > > > > I want to c

Re: How control a GUI for an unrelated application from a Python script?

2019-06-13 Thread Michael Torrie
On 06/13/2019 05:49 PM, Christian Seberino wrote: > I have a third party GUI that manages some hardware. > > I want to control the hardware from a Python script. > > This seems to mean I need to somehow have Python code > that imitates a human doing the necessary >

Re: How control a GUI for an unrelated application from a Python script?

2019-06-13 Thread Chris Angelico
On Fri, Jun 14, 2019 at 9:51 AM Christian Seberino wrote: > > I have a third party GUI that manages some hardware. > > I want to control the hardware from a Python script. > > This seems to mean I need to somehow have Python code > that imitates a human doing the ne

How control a GUI for an unrelated application from a Python script?

2019-06-13 Thread Christian Seberino
I have a third party GUI that manages some hardware. I want to control the hardware from a Python script. This seems to mean I need to somehow have Python code that imitates a human doing the necessary actions on the GUI (selecting menu options, pressing buttons, etc.) Is this possible

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread Chris Angelico
On Sat, Jun 1, 2019 at 5:11 AM wrote: > > NOT WORKING IN MINE PLZ HELP > > > > from tkinter import * > g=Tk() > g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), > g.winfo_screenheight())) > g.title("Check") > g.configure(background='powder blue') > > > def clear_search(event): >

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread Rhodri James
On 31/05/2019 20:08, sakshamrahej...@gmail.com wrote: NOT WORKING IN MINE PLZ HELP from tkinter import * g=Tk() ^^ g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), g.winfo_screenheight())) g.title("Check") g.configure(background='powder blue') def clear_search(event):

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread sakshamraheja11
NOT WORKING IN MINE PLZ HELP from tkinter import * g=Tk() g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), g.winfo_screenheight())) g.title("Check") g.configure(background='powder blue') def clear_search(event): e1.delete(0, tk.END) e1=Entry(g) e1.insert(0,'username') e1.pack()

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread sakshamraheja11
Not happening in mine -- https://mail.python.org/mailman/listinfo/python-list

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2019-04-03 Thread Jiongjiong Gao
Change by Jiongjiong Gao : -- keywords: +patch pull_requests: +12600 stage: -> patch review ___ Python tracker ___ ___

[issue36516] Python Launcher can not recognize pyw file as Python GUI Script file type correctly.

2019-04-03 Thread Jiongjiong Gao
New submission from Jiongjiong Gao : In Python Launcher Preferences there are two settings for file type, Python Script and Python GUI Script. But Python Launcher can not recognize pyw file as Python GUI Script file type correctly. -- components: macOS messages: 339380 nosy: gjj2828

Create GUI with Python using Tkinter | Youtube Playlist

2019-03-27 Thread Attreya Bhatt
In this series of 30 videos we learn how to create a Music Player from scratch using Python. Youtube Playlist - https://www.youtube.com/playlist?list=PLhTjy8cBISEp6lNKUO3iwbB1DKAkRwutl -- https://mail.python.org/mailman/listinfo/python-list

[issue18104] Idle: make human-mediated GUI tests usable

2019-03-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21647] Idle unittests: make gui, mock switching easier.

2019-03-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue3905] subprocess failing in GUI applications on Windows

2019-03-16 Thread Eryk Sun
Eryk Sun added the comment: > A current test on a Win 7 machine similar to what I did > would still be good. Python 3.8 is the last version to support Windows 7 (i.e. NT 6.1). It should get bug fixes through Spring 2021, so we have a couple more years to fix this. We should constrain

[issue3905] subprocess failing in GUI applications on Windows

2019-03-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since Win 10 was released a year after Jun 2014, I must have still been on Win 7 when I saw the failure. I believe there have some patches to filenos and subprocess since, but I don't know the relation between filenos and file handles. A current test on a

[issue3905] subprocess failing in GUI applications on Windows

2019-03-16 Thread Eryk Sun
Eryk Sun added the comment: > I am closing this as out of date because the problem seems to have been > fixed elsewise. This is a problem only in Windows 7, which we should have addressed years ago. It's common enough that we shouldn't leave it as just an unresolved third-party issue. I

[issue3905] subprocess failing in GUI applications on Windows

2019-03-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: I reran test with IDLE started 4 ways: I am closing this as out of date because the problem seems to have been fixed elsewise. 3.8.0a2+ 32 bit debug python, built today, opened from python icon, then idle started with 'import idlelib.idle' 3.8.0a2 64 bit

[issue3905] subprocess failing in GUI applications on Windows

2019-03-15 Thread Eryk Sun
Change by Eryk Sun : -- nosy: +eryksun ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3905] subprocess failing in GUI applications on Windows

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dietmar Schwertberger
On 27.02.2019 20:34, Dan Sommers wrote: What is a "network widget" in this context?  Application users don't usually interact with "the network" directly, and networks are usually on the opposite end of applications from the GUI.  What would your hypothetical network wi

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Michael Torrie
On 02/27/2019 10:59 AM, Igor Korot wrote: > Hopefully with the wxQt having more and more development we might have > a wxQt/Android port getting attention. I don't think Qt has any plans to support Android with the traditional Qt framework. They've instead focused on their next generation

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dan Sommers
On 2/27/19 9:37 AM, Dave wrote: I have two Python 3 (3.6) apps that will get the full GUI treatment very soon. I'm in the process of choosing a GUI, and that may be where you/your book can help. Seems this is not a trivial effort (wishing that Python was like VB6 from the 90's). Anyway, here

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Michael Torrie
On 02/27/2019 11:36 AM, Karsten Hilbert wrote: > On Wed, Feb 27, 2019 at 10:38:25AM -0500, Dave wrote: > >> * GUI relatively easy to understand and implement. easyGUI is truly easy in >> all areas, but fails some of my other requirements. The QT/PyQT/PySide2 >> situati

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dietmar Schwertberger
On 27.02.2019 16:10, Dave wrote: I have two Python 3 (3.6) apps that will get the full GUI treatment very soon.  I'm in the process of choosing a GUI, and that may be where you/your book can help.  Seems this is not a trivial effort (wishing that Python was like VB6 from the 90's). IMHO what

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Karsten Hilbert
On Wed, Feb 27, 2019 at 10:38:25AM -0500, Dave wrote: > * GUI relatively easy to understand and implement. easyGUI is truly easy in > all areas, but fails some of my other requirements. The QT/PyQT/PySide2 > situation is a mess - which one to use, why, any implementation differenc

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Igor Korot
Hi, On Wed, Feb 27, 2019 at 10:53 AM Dave wrote: > > On 2/27/19 11:38 AM, Rhodri James wrote: > > On 27/02/2019 15:37, Dave wrote: > >> * GUI must support all desktops with a native look and feel. Kivy > >> fails this one. Will have mobile apps later in the year, s

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 2/27/19 11:38 AM, Rhodri James wrote: On 27/02/2019 15:37, Dave wrote: * GUI must support all desktops with a native look and feel.  Kivy fails this one.  Will have mobile apps later in the year, so it would be nice if one GUI fits all, but am ok with 2 gui's if needed. This requirement

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Rhodri James
On 27/02/2019 15:37, Dave wrote: * GUI must support all desktops with a native look and feel.  Kivy fails this one.  Will have mobile apps later in the year, so it would be nice if one GUI fits all, but am ok with 2 gui's if needed. This requirement will cause you endless pain, particularly

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
Sorry about the duplicate messages - bad hair day! Dave, On 2/27/19 10:38 AM, Dave wrote: On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one wil

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook d

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook d

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook d

Re: Gtk. GUI app pgming

2019-02-19 Thread songbird
nn wrote: > > any gtk+ III.buffs around ? > > am gonna launch a hot new newsreader soon. works like a charm. i used python 3, gtk3 (PyGObject which brings you pycairo) and pyglet for a quick game and it went ok. the issues i have now are with the actual distribution to all the

Re: oldschool texter GUI with python, char repeating is not working great !

2019-01-17 Thread athanasios . kourpetis
i just uploaded everything on github https://github.com/kourpetis/python_old_school_texter -- https://mail.python.org/mailman/listinfo/python-list

oldschool texter GUI with python, char repeating is not working great !

2019-01-17 Thread athanasios . kourpetis
I have this tkinter GUI of an old school texter that runs on a Raspberry pi 3. I have 16 pressure analog pressure sensors that i am readding them through a multiplexor, and i pass there values to an ADC mcp3002. if the value pass a thresshold i consider it as a key press, and there i need some

ANN: Creating GUI Applications with wxPython

2019-01-14 Thread Mike Driscoll
Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook did. I hope to have 8-10 working application

Re: Kivy native GUI examples

2019-01-08 Thread Mario R. Osorio
On Monday, January 7, 2019 at 9:52:03 AM UTC-5, Dave wrote: > I need to select a Python GUI. It needs to cover all of the desktops > (Linux, Windows, Apple) and hopefully mobile (Android and Ios). I'm > looking at Kivy, but have yet to find an example app. that has a native >

Re: Kivy native GUI examples

2019-01-07 Thread Dave
On 1/7/19 11:14 AM, Thomas Jollans wrote: On 07/01/2019 15.51, Dave wrote: I need to select a Python GUI.  It needs to cover all of the desktops (Linux, Windows, Apple) and hopefully mobile (Android and Ios).  I'm looking at Kivy, but have yet to find an example app. that has a native looking

Re: Kivy native GUI examples

2019-01-07 Thread Thomas Jollans
On 07/01/2019 15.51, Dave wrote: > I need to select a Python GUI.  It needs to cover all of the desktops > (Linux, Windows, Apple) and hopefully mobile (Android and Ios).  I'm > looking at Kivy, but have yet to find an example app. that has a native > looking GUI (Windows, Mac, Lin

Re: Kivy native GUI examples

2019-01-07 Thread Thomas Jollans
On 07/01/2019 15.51, Dave wrote: > I need to select a Python GUI.  It needs to cover all of the desktops > (Linux, Windows, Apple) and hopefully mobile (Android and Ios).  I'm > looking at Kivy, but have yet to find an example app. that has a native > looking GUI (Windows, Mac, Lin

Kivy native GUI examples

2019-01-07 Thread Dave
I need to select a Python GUI. It needs to cover all of the desktops (Linux, Windows, Apple) and hopefully mobile (Android and Ios). I'm looking at Kivy, but have yet to find an example app. that has a native looking GUI (Windows, Mac, Linux/Gnome/KDE). Is that possible and anyone know

<    1   2   3   4   5   6   7   8   9   10   >