Re: How to uninstall Python3.7 in Windows using cmd ?

2020-03-28 Thread Mike Dewhirst
On 29/03/2020 5:06 am, Terry Reedy wrote: On 3/27/2020 8:07 AM, deepalee khare wrote: How to Uninstall Python3.7.3 using cmd ? i tried using cmd: Msiexec /uninstall C:\Python37\python.exe But it gives me below error: enter image description here Python is not currently installed with msi, hen

NEED ASSISTANCE WITH PYTHON CLASS

2020-03-28 Thread gentleman . for . ever . and . ever
Hi, I need help with coding assignments (python to be exact) in school. I am willing to pay for your attention by the hour. Please email me at aifa...@protonmail.com if you’re interested. Please only reach out if you’re not a beginner. Trying to avoid the blind being led by the blind. Thanks! --

Re: mport pytorch fails on my windows 10 PC

2020-03-28 Thread Souvik Dutta
Yes having two versions of python causes that problem. On Sat, 28 Mar, 2020, 11:53 pm joseph pareti, wrote: > apologies for asking here a presumably off-topic question: > > I have installed pytorch using (miniconda3) the following command: > > *conda install pytorch torchvision cpuonly -c pytorc

How to cover connection exception errors, and exit

2020-03-28 Thread dcwhatthe
Hi, I've tried urllib, requests, and some other options. But I haven't found a way to trap certain urls that aren't possible to connect from, outside the office. In those cases, I need to just output an error. So, the following code will cover the 404s and similar errors for most of the pro

Re: How to create an Excel app that runs Python?

2020-03-28 Thread Paolo G. Cantore
Am 25.03.20 um 15:21 schrieb farayao...@gmail.com: Hello Paolo, Thanks for your reply, indeed now I'm thinking on building a web app, do you have any suggestions for this? I am thinking of using Tkinter, the method that you describe using HTML is also using Javascript? Kind Regards Felipe

mport pytorch fails on my windows 10 PC

2020-03-28 Thread joseph pareti
apologies for asking here a presumably off-topic question: I have installed pytorch using (miniconda3) the following command: *conda install pytorch torchvision cpuonly -c pytorch* In the jupyter notebook, the 'import torch' fails: *ModuleNotFoundError: No module named 'torch._C'* I am not sur

Re: How to uninstall Python3.7 in Windows using cmd ?

2020-03-28 Thread Terry Reedy
On 3/27/2020 8:07 AM, deepalee khare wrote: How to Uninstall Python3.7.3 using cmd ? i tried using cmd: Msiexec /uninstall C:\Python37\python.exe But it gives me below error: enter image description here Python is not currently installed with msi, hence cannot use it to uninstall. Images and

Re: How come logging.error writes to a file, but not logging.debug or logging.info?

2020-03-28 Thread Dan Campbell
I probably won't need to do that, in this case. But good advice, in other contexts ; I'll put it in the pim, for further reference, thanks. On Fri, Mar 27, 2020 at 7:09 PM Cameron Simpson wrote: > On 27Mar2020 16:18, Dan Campbell wrote: > >Got it. I had to set the minimum level, in the basi