Tkinter widgets for desktop database application

2021-07-13 Thread Rich Shepard
I'm writing a couple of database applications that use tkinter, and not a web browser, for the UI and I'm still trying to determine the optimal way to do this. Individual tk and ttk widgets (LineEntry, Combobox, etc.) work for adding and modifying individual database table rows but not for displa

Re: argparse support of/by argparse

2021-07-13 Thread lucas
Mmmh, that may work just fine ! Thanks for that idea, ChrisA, i'm looking forward to implement that. Best wishes, --lucas On 12/07/2021 21:33, Chris Angelico wrote: On Tue, Jul 13, 2021 at 5:22 AM lucas wrote: Hello everyone, Let us consider this patch of code: import argparse

Re: Python does not work

2021-07-13 Thread Mats Wichmann
On 7/13/21 3:05 AM, rubiks solver wrote: When I run python 3.9.6 on visual studio code it opens multiple python setup windows. I rebooted my computer. Same result. Is this a bug? No, it's a setup problem. Sounds like when you pointed Code at Python, you pointed it at the in

Re: Simple SSL client hangs

2021-07-13 Thread MRAB
On 2021-07-13 08:50, Loris Bennett wrote: Hi, In Perl I have the following use IO::Socket::SSL; my $my_socket = new IO::Socket::SSL(PeerAddr => 'some.server.somewhere, PeerPort => 12345, ); my $line = <$my_soc

Re: Simple SSL client hangs

2021-07-13 Thread Douglas Wells
In article <871r821wlg@hornfels.zedat.fu-berlin.de>, Loris Bennett wrote: >In Perl I have the following > > use IO::Socket::SSL; > my $my_socket = new IO::Socket::SSL(PeerAddr => 'some.server.somewhere, > PeerPort => 12345, >

Simple SSL client hangs

2021-07-13 Thread Loris Bennett
Hi, In Perl I have the following use IO::Socket::SSL; my $my_socket = new IO::Socket::SSL(PeerAddr => 'some.server.somewhere, PeerPort => 12345, ); my $line = <$my_socket>; print("$line\n"); say $my_socket 'ECH

Python does not work

2021-07-13 Thread rubiks solver
When I run python 3.9.6 on visual studio code it opens multiple python setup windows. I rebooted my computer. Same result. Is this a bug? -- https://mail.python.org/mailman/listinfo/python-list