Re: Application problems

2021-03-11 Thread Thomas Jollans
On 11/03/2021 15:06, Anssi Saari wrote: Thomas Jollans writes: On 10/03/2021 21:50, Mats Wichmann wrote: For the first one, don't feel too bad, this ("opening the normal python") seems to be biting a lot of people recently I wonder why. Python's installation process isn't any different from

Re: Application problems

2021-03-11 Thread Barry
> On 10 Mar 2021, at 22:14, Thomas Jollans wrote: > > On 10/03/2021 21:50, Mats Wichmann wrote: >> >> For the first one, don't feel too bad, this ("opening the normal python") >> seems to be biting a lot of people recently > > > I wonder why. Python's installation process isn't any differe

Re: Application problems

2021-03-11 Thread Anssi Saari
Thomas Jollans writes: > On 10/03/2021 21:50, Mats Wichmann wrote: >> >> For the first one, don't feel too bad, this ("opening the normal >> python") seems to be biting a lot of people recently > > > I wonder why. Python's installation process isn't any different from > most other Windows softwar

Re: Application problems

2021-03-11 Thread Terry Reedy
On 3/10/2021 2:25 PM, Yoosuf Oluwatosin via Python-list wrote: I have downloaded python 3.9.2 on my hp laptop with windows 10 and tried opening both the normal python and the idle python on my pc but the norml keeps opening the modify, repair and uninstall page while the idle keeps giving a s

Re: Application problems

2021-03-10 Thread Thomas Jollans
On 10/03/2021 21:50, Mats Wichmann wrote: For the first one, don't feel too bad, this ("opening the normal python") seems to be biting a lot of people recently I wonder why. Python's installation process isn't any different from most other Windows software released the past 25-ish years. Is

Re: Application problems

2021-03-10 Thread Igor Korot
Hi, On Wed, Mar 10, 2021 at 2:37 PM Yoosuf Oluwatosin via Python-list wrote: > > > I have downloaded python 3.9.2 on my hp laptop with windows 10 and tried > opening both the normal python and the idle python on my pc but the norml > keeps opening the modify, repair and uninstall page while the

Re: Application problems

2021-03-10 Thread Mats Wichmann
On 3/10/21 12:25 PM, Yoosuf Oluwatosin via Python-list wrote: I have downloaded python 3.9.2 on my hp laptop with windows 10 and tried opening both the normal python and the idle python on my pc but the norml keeps opening the modify, repair and uninstall page while the idle keeps giving a

Application problems

2021-03-10 Thread Yoosuf Oluwatosin via Python-list
I have downloaded python 3.9.2 on my hp laptop with windows 10 and tried opening both the normal python and the idle python on my pc but the norml keeps opening the modify, repair and uninstall page while the idle keeps giving a startup error. I have uninstalled, deleted and reinstalled severa

Multithreaded PyGtk application problems

2007-06-07 Thread lost script
I needed a thread which will run in background , collect some information from other hosts and save info in database periodically. While gtk thread will show the collected information from database. It works but gtk response is too slow. Can anyone help or give any link of such a sample applicati