RE: [Tutor] (no subject)

2022-08-14 Thread avi.e.gross
How long? Not fibbing but infinite is infinite and I simply so not have the time. This is so such an EASY question that you need to show some work to interest us. You can do this in ANY programming language so explain if there is a reason you ask here or ... The real question is what you want.

Re: Conecting to MySQL

2022-08-14 Thread Michael Torrie
On 8/8/22 19:26, Guilherme Campos wrote: > Hello folks, > > trying to connect to MYSQL it appears the error msg below: > InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' > (111 Connection refused) > [image: conexao.png] > How can i fix that.? MySQL can listen on a local uni

Persistent Error: Python was not found

2022-08-14 Thread Jonathan Owah
Good day, Great job on making Python easily accessible. I'm using a Windows 10, 64gb HP EliteBook. I've been trying to configure my laptop to run python scripts. This is the error I keep getting: Python was not found; run without arguments to install from the Microsoft Store, or disable this sho

Python getting problem of installing pyqt5

2022-08-14 Thread Varad Gore
Collecting pyqt5 Using cached PyQt5-5.15.7-cp37-abi3-win_amd64.whl (6.8 MB) Requirement already satisfied: PyQt5-Qt5>=5.15.0 in c:\users\gorev\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages (from pyqt5) (5.15.2) Requir

Re: Persistent Error: Python was not found

2022-08-14 Thread Mike Dewhirst
Jonathan This is what I would do ... 1.    Download Python from python.org not Microsoft 2.    Install as an expert or custom install to C:\Python310 rather than C:\Program files 3.    Ignore this point - I was going to mention VirtualEnv which comes later for software development and there

Re: Persistent Error: Python was not found

2022-08-14 Thread Barry
> On 15 Aug 2022, at 04:10, Jonathan Owah wrote: > > Good day, > Great job on making Python easily accessible. Try using the python launcher py.exe. It is documented here https://docs.python.org/3/using/windows.html#python-launcher-for-windows That page documents lots of other things that yo