Re: Cannot delete or modify

2019-07-09 Thread DL Neil
Hi, welcome to the Python community! On 10/07/19 12:24 PM, Hla Kyi via Python-list wrote: Dear Sir / Madam,     I have subscribed mailing Python-list.    I have installed and used " Python 3.7.2". I try to modify or uninstall it. Please see the attached screen shot.    Please help me how to

Cannot delete or modify

2019-07-09 Thread Hla Kyi via Python-list
Dear Sir / Madam,     I have subscribed mailing Python-list.    I have installed and used " Python 3.7.2". I try to modify or uninstall it. Please see the attached screen shot.    Please help me how to uninstall and modify. Best Regards. Kyi - Modify.jpg49kB python-list-requ...@python.org

Re: Difficulties configuring LTO on macOS with clang

2019-07-09 Thread Barry Scott
> On 9 Jul 2019, at 19:28, Scott Colby wrote: > > Hello all, > > I am having difficulty building Python with `--with-lto` on macOS 10.14.5. > With a clean checkout of the CPython source at the tagged release for 3.7.4, > I ran: > > $ ./configure --prefix=/opt/python3.7.4 --enable-optimizat

Difficulties configuring LTO on macOS with clang

2019-07-09 Thread Scott Colby
Hello all, I am having difficulty building Python with `--with-lto` on macOS 10.14.5. With a clean checkout of the CPython source at the tagged release for 3.7.4, I ran: $ ./configure --prefix=/opt/python3.7.4 --enable-optimizations --enable-ipv6 --with-lto --with-openssl=$(brew --prefix openss

Re: unable to import pip installed packages and modules in python 3.7.3

2019-07-09 Thread MRAB
On 2019-07-09 17:13, pro_ bro wrote: On Mon, 8 Jul 2019 22:37 pro_ bro, wrote: environmental variables are all good ,(i also set path for site-packages,scripts ) when i install any package using pip it says installation is successful, but when i try to import the package(module) it says "NO

Re: unable to import pip installed packages and modules in python 3.7.3

2019-07-09 Thread Barry Scott
If you included an image of the screen it was striped from your email. Use the mouse to select the text in the cmd window and paste that into the email. Show the command you issued and all the messages it prints. There i no need for upper case text. Barry > On 9 Jul 2019, at 17:13, pro_ bro

Re: unable to import pip installed packages and modules in python 3.7.3

2019-07-09 Thread pro_ bro
On Mon, 8 Jul 2019 22:37 pro_ bro, wrote: > environmental variables are all good ,(i also set path for > site-packages,scripts ) > when i install any package using pip it says installation is successful, > but when i try to import the package(module) it says "NO MODULE NAMED > (MODULE NAME)" >