On 1/13/25 22:47, roc str via Python-list wrote:
having a difficult time installing Python-3.10.16.tgz using
the Python-3.20.0a2.exe installer.
Please Advise
Mario Ramos.
Your question doesn't exactly make sense, but note this:
Windows installers are not built for "security bugfix
having a difficult time installing Python-3.10.16.tgz using
the Python-3.20.0a2.exe installer.
Please Advise
Mario Ramos.
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I use poetry to develop system software packages as a normal user. To
install the packages I use, again as a normal user
export PYTHONUSERBASE=/some/path
pip3 install --user somepackage.whl
and add /some/path to
/usr/lib64/python3.6/site-packages/zedat.pth
This works well enough,
>-Original Message-
>From: Python-list muenchen...@python.org> On Behalf Of Bernd Lentes via Python-list
>Sent: Friday, August 11, 2023 12:01 PM
>To: Terry Reedy
>Cc: Python ML (python-list@python.org)
>Subject: RE: problems installing Python 3.11
Hi,
I read the
>-Original Message-
>From: Terry Reedy
>Sent: Thursday, August 10, 2023 9:55 PM
>To: Bernd Lentes
>Subject: Re: problems installing Python 3.11
>
>On 8/10/2023 3:28 PM, Bernd Lentes via Python-list wrote:
>
>Private response because cannot post at present.
>
Hi ML,
i hope this is the right place for my question. If not please tell me where I
can ask.
I tried to install python 3.11.4 on a SLES 15 SP5.
./configure ran fine, just one package missing. Installed the package,
configure ran fine with complaints.
make was ok, make test not.
This is what I
10\lib\site-packages
(67.6.1)
Requirement already satisfied: pip in c:\python310\lib\site-packages (junk)
C:\Users\Owner>python -m ensurepip
Looking in links: c:\Users\Owner\AppData\Local\Temp\tmpwtielpq_
Requirement already satisfied: setuptools in c:\python310\lib\site-packages
(67.6.1)
Proc
On 6/10/2023 3:20 PM, Eryk Sun wrote:
On 6/10/23, Thomas Passin via Python-list wrote:
Yes; I didn't want to get too esoteric with commands that are hard to
figure out and remember, because then why not use Powershell, whose
commands are hard to figure out and remember?
Using `dir /s [/ad] [
On 6/10/23, Thomas Passin via Python-list wrote:
>
> Yes; I didn't want to get too esoteric with commands that are hard to
> figure out and remember, because then why not use Powershell, whose
> commands are hard to figure out and remember?
Using `dir /s [/ad] [/b] "[path\]pattern"` with a wildca
On 6/10/2023 12:32 PM, Eryk Sun wrote:
On 6/10/23, Thomas Passin via Python-list wrote:
We can find pip.exe using good old-fashioned dir (we don't need any
new-fangled Powershell):
C:\Users\tom>dir AppData\Local\Programs\Python /Aa /S /W /B |find
"pip"|find "Scripts"
CMD's `dir` and `for` c
On 6/10/23, Thomas Passin via Python-list wrote:
>
> We can find pip.exe using good old-fashioned dir (we don't need any
> new-fangled Powershell):
>
> C:\Users\tom>dir AppData\Local\Programs\Python /Aa /S /W /B |find
> "pip"|find "Scripts"
CMD's `dir` and `for` commands support simple wildcard m
On 6/9/2023 1:43 PM, Dennis Lee Bieber via Python-list wrote:
On Thu, 8 Jun 2023 17:22:22 -0400, Thomas Passin
declaimed the following:
On 6/8/2023 3:14 PM, Dennis Lee Bieber via Python-list wrote:
C:\Users\Owner>
-=-=-
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserv
On Thu, 8 Jun 2023 17:22:22 -0400, Thomas Passin
declaimed the following:
>On 6/8/2023 3:14 PM, Dennis Lee Bieber via Python-list wrote:
> C:\Users\Owner>
>> -=-=-
>> Windows PowerShell
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> Try the new cross-platform PowerShell https
Dennis Lee Bieber wrote:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Owner> Get-ChildItem -Path C:\Python310\ -Recurse -Name -Filter
"pip.*"
Tried it. Oh man what a slow process:
sync
pt to prevent
users from installing packages on their own?
--
https://mail.python.org/mailman/listinfo/python-list
On 6/8/23, Thomas Passin via Python-list wrote:
>
> It always gets installed, though.
By default, the option to install pip is enabled. It's implemented by
executing ensurepip after the interpreter is installed. However,
ensurepip may silently fail during installation. As a CPython triager
I've c
On 6/8/2023 3:14 PM, Dennis Lee Bieber via Python-list wrote:
On Wed, 7 Jun 2023 10:36:22 -0600, Mats Wichmann
declaimed the following:
I'm assuming you checked - say, with Explorer - that pip.exe really is
where you think it is?
Anyway, if you ask a Windows shell (cmd) to locate it, and it
On Wed, 7 Jun 2023 10:36:22 -0600, Mats Wichmann
declaimed the following:
>I'm assuming you checked - say, with Explorer - that pip.exe really is
>where you think it is?
>Anyway, if you ask a Windows shell (cmd) to locate it, and it doesn't,
>then your PATH is not set up correctly after all.
On 6/7/23, Thomas Passin via Python-list wrote:
> On 6/7/2023 6:28 PM, Eryk Sun wrote:
>
>> That won't be of any help if pip isn't installed. By default, Python's
>> installer attempts to install pip by running the ensurepip package,
>> but sometimes it fails. It can help to try to manually run en
On 6/7/2023 6:28 PM, Eryk Sun wrote:
On 6/7/23, Thomas Passin via Python-list wrote:
You have by now seen several responses, and the one most likely to be
helpful is to run pip with
py -m pip
That won't be of any help if pip isn't installed. By default, Python's
installer attempts to instal
On 6/7/23, Thomas Passin via Python-list wrote:
>
> You have by now seen several responses, and the one most likely to be
> helpful is to run pip with
>
> py -m pip
That won't be of any help if pip isn't installed. By default, Python's
installer attempts to install pip by running the ensurepip pa
On 6/7/2023 10:54 AM, Florian Guilbault via Python-list wrote:
Dear Python Technical Team,
I hope this email finds you well. I am reaching out to you today to seek
assistance with an issue I am facing regarding the installation of 'pip'
despite my numerous attempts to resolve the problem.
Recen
On 6/7/23 10:08, MRAB via Python-list wrote:
On 2023-06-07 15:54, Florian Guilbault via Python-list wrote:
Dear Python Technical Team,
I hope this email finds you well. I am reaching out to you today to seek
assistance with an issue I am facing regarding the installation of 'pip'
despite my num
On 2023-06-07 15:54, Florian Guilbault via Python-list wrote:
Dear Python Technical Team,
I hope this email finds you well. I am reaching out to you today to seek
assistance with an issue I am facing regarding the installation of 'pip'
despite my numerous attempts to resolve the problem.
Recent
> On 7 Jun 2023, at 16:39, Florian Guilbault via Python-list
> wrote:
>
> Dear Python Technical Team,
>
> I hope this email finds you well. I am reaching out to you today to seek
> assistance with an issue I am facing regarding the installation of 'pip'
> despite my numerous attempts to reso
Dear Python Technical Team,
I hope this email finds you well. I am reaching out to you today to seek
assistance with an issue I am facing regarding the installation of 'pip'
despite my numerous attempts to resolve the problem.
Recently, I performed installation, uninstallation, and even repair
op
On 5/31/2023 3:52 PM, Dennis Lee Bieber wrote:
Python does not provide, normally, a "click me" icon to run Python.
Python is a command line language INTERPRETER/COMPILER. If file
associations are set up, clicking on a script (.py) file/will/ run it --
but the window it opens goes away as soon as
On Wed, 31 May 2023 08:34:48 +0100, Mark Bass
declaimed the following:
>-- Forwarded message -
>From: Mark Bass
>Date: Wed, 31 May 2023 at 08:09
>Subject: Problems Installing and getting started.
>To:
>
>
>Good morning,
>
>I installed python seve
On 2023-05-31 08:34, Mark Bass wrote:
-- Forwarded message -
From: Mark Bass
Date: Wed, 31 May 2023 at 08:09
Subject: Problems Installing and getting started.
To:
Good morning,
I installed python several hours ago (from python.org), I then installed
the IDE PyCharm. I
you have loaded into the project.
> On May 31, 2023, at 11:55 AM, Mark Bass wrote:
>
> -- Forwarded message -
> From: Mark Bass
> Date: Wed, 31 May 2023 at 08:09
> Subject: Problems Installing and getting started.
> To:
>
>
> Good morning,
&
-- Forwarded message -
From: Mark Bass
Date: Wed, 31 May 2023 at 08:09
Subject: Problems Installing and getting started.
To:
Good morning,
I installed python several hours ago (from python.org), I then installed
the IDE PyCharm. I'm using AI to help with a project
On 5/18/23 04:30, Test Only wrote:
Hi there, I hope you are in a great health
I am having a problem with python even though I uninstall and reinstall it
again multiple times
Ummm... there's usually not a great reason to do that. I know it's the
traditional "Windows Way" of the past, but usual
Hi there, I hope you are in a great health
I am having a problem with python even though I uninstall and reinstall it
again multiple times
the error I get when I try to upgrade or install a package for example
pip install requests
I get this error which I could not find a solution for
pip in
On 1/9/2023 12:29 PM, om om wrote:
I'm installing playsound and its saying
but it keeps saying No module named playsound
and this error occurs on other packages
when I install it saying Requirement already satisfied: playsound in
c:\users\omrio\appdata\local\programs\python\python39\lib
I'm installing playsound and its saying
but it keeps saying No module named playsound
and this error occurs on other packages
when I install it saying Requirement already satisfied: playsound in
c:\users\omrio\appdata\local\programs\python\python39\lib\site-packages
--
https://mail.pytho
=5.15.2.2.2
Downloading qt5_applications-5.15.2.2.2-py3-none-win_amd64.whl (60.9 MB)
|| 60.9 MB 5.5 kB/s
Installing collected packages: PyQt5-Qt5, pyqt5, qt5-applications,
qt5-tools, pyqt5-plugins, python-dotenv, pyqt5-tools
Attempting uninstall: pyqt5
Found existing installation: PyQt5 5.15.1
thon310\site-packages
> (from pyqt5) (12.11.0)
> Installing collected packages: pyqt5
> WARNING: The scripts pylupdate5.exe, pyrcc5.exe and pyuic5.exe are
> installed in
> 'C:\Users\gorev\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\lo
5.2)
Requirement already satisfied: PyQt5-sip<13,>=12.11 in
c:\users\gorev\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages
(from pyqt5) (12.11.0)
Installing collected packages: pyqt5
WARNING: The scripts pylupdate5.exe, p
Il 10/06/2022 10:51, Yusuf Özdemir ha scritto:
?
000?
3f
63
077
001
--
https://mail.python.org/mailman/listinfo/python-list
> On 10 Jun 2022, at 17:32, Yusuf Özdemir wrote:
>
> ?
My guess you attached an image, but this list does not allows attachements.
Please copy and paste the text of the error for us to read.
However you may find that this helps:
https://docs.python.org/3/using/windows.html
Barry
>
>
On 10.06.22 21:29, Grant Edwards wrote:
On 2022-06-10, Yusuf Özdemir wrote:
?
Your question is a bit vague.
--
Grant
Hahahahaha, to say the least!
--
https://mail.python.org/mailman/listinfo/python-list
On 2022-06-10, Yusuf Özdemir wrote:
> ?
Your question is a bit vague.
--
Grant
--
https://mail.python.org/mailman/listinfo/python-list
?
--
https://mail.python.org/mailman/listinfo/python-list
ulfraed>
-=-=-
Recent versions of Python install a generic launcher on Windows named
"py", which is supposed to reduce the need to track/update the PATH
variable... but for me... I found too many other packages were installing
Python interpreters which hijacked the version "p
Hello,
I'm trying to install Python as I'd like to learn it. I'm a newbie in all
things related to software programming.
I have Windows 10 installed on my HP laptop. I tried to install Python but
I didn't Click on the 'Add python 3.10 to path'. So I tried to uninstall it
and install Python once mor
Maybe you compiled Python 2.7 by hand, David? It happened to me when I
tried to compile Python without zlib headers installed on my OS. Don't
know how it can be done on Windows.
--
https://mail.python.org/mailman/listinfo/python-list
On Feb 18, 2022 08:23, Saruni David wrote:
>> Christian Gohlke's site has a Pillow .whl for python
2.7: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow
--
https://mail.python.org/mailman/listinfo/python-list
And the question is?
On 2/18/22 00:23, Saruni David wrote:
> PS C:\Users\Nepapa David\cpims_api> pip install -r requirements/base.txt
> DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
> Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0
> will dr
env1\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
self.run_command('build')
File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "C:\Python27\lib\distutils\dist.py", line
On 1/31/22 07:18, ojomooluwatolami...@gmail.com wrote:
>
> Good morning, Python. I am having trouble installing pygame. it keeps saying
> to upgrade my pip version which I have done several times. then when I tried
> importing python to see if it has worked, in the ide it says the
On Mon, 31 Jan 2022 14:18:47 +, ojomooluwatolami...@gmail.com declaimed
the following:
>
>Good morning, Python. I am having trouble installing pygame. it keeps saying
>to upgrade my pip version which I have done several times. then when I tried
>importing python to see if it ha
Good morning, Python. I am having trouble installing pygame. it keeps saying to
upgrade my pip version which I have done several times. then when I tried
importing python to see if it has worked, in the ide it says the module does
not exist or something along that line. what do I do please
I have Python 3.9 installed in Windows 10 on my Laptop and have installed
pipenv v-2021.11.5. When I invoke the python shell command, it fails with
thee following errors:
C:\Users\SPM\Apps\Spyder-5.2.1>pipenv shell
Traceback (most recent call last):
File "C:\Python39\lib\runpy.py", line
01:16
To: [4]python-list@python.org
Subject: Fwd: Issue in installing python
-- Forwarded message -
From: Kaviya Vadivel
Date: Sat, 16 Oct 2021 at 17:00
Subject: Issue in installing python
To:
Hello Team,
I have downloaded python 3.10.0
-- Forwarded message -
From: Kaviya Vadivel
Date: Sat, 16 Oct 2021 at 17:00
Subject: Issue in installing python
To:
Hello Team,
I have downloaded python 3.10.0 from python.org.I have windows 8.1.I have
installed the python on my machine .But during installation Im getting
On 24/02/2021 14:13, Antoon Pardon wrote:
> I need to do some development on this legacy system. It only runs
> python2.6 and there is little hope of installing an other version. How
> can I best proceed to install modules for working with mysql and ldap?
>
The answer very much de
> On Wed, Feb 24, 2021 at 5:15 AM Antoon Pardon
> wrote:
>
>> I need to do some development on this legacy system. It only runs
>> python2.6 and there is little hope of installing an other version. How
>> can I best proceed to install modules for working with mysql and ldap?
&
AM Antoon Pardon wrote:
> I need to do some development on this legacy system. It only runs
> python2.6 and there is little hope of installing an other version. How
> can I best proceed to install modules for working with mysql and ldap?
>
> --
> Antoon.
> --
> https:
I need to do some development on this legacy system. It only runs
python2.6 and there is little hope of installing an other version. How
can I best proceed to install modules for working with mysql and ldap?
--
Antoon.
--
https://mail.python.org/mailman/listinfo/python-list
On Sat, 26 Dec 2020, Terry Reedy wrote:
Separate 'pip' executables can be ambiguous as to which python they will
invoke. Some people consider them a mistake.
Terry,
Until there's no more python2 it can remain confusing.
I found part, if not all, of my problem. The SlackBuild scripts for
mult
On Sat, 26 Dec 2020, Barry Scott wrote:
It works great with 3.9. which web psge did you see the claim on?
Barry,
I don't recall which pip3 installation page it was. But I used 'python3
get-pip.py' and that worked.
Stay well,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On 12/26/2020 12:13 PM, Rich Shepard wrote:
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Py
On Sat, 26 Dec 2020, Mats Wichmann wrote:
pip supports 3.9 fine, and is just about to lose support for 2.x entirely.
Mats,
Yes, it does.
this sounds like a Slack packaging issue, have you checked with appropriate
forums_
It's apparently a local issue: my python3 packages ended up in
/usr/
On 12/26/20 10:13 AM, Rich Shepard wrote:
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Pyth
> On 26 Dec 2020, at 17:13, Rich Shepard wrote:
>
> Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
> applications are still dependent on Python2 (version 2.7.17 installed) as
> its EOL is this coming Thursday and I want to clean out all Python2 modules
> and replace t
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Python3 versions (3.9 installed here). This
rai
Mirko wrote:
> On 22.12.2020 at 20:24 Chris Green wrote:
>
> > Yes, I do have the Python source. The only thing I don't have the
> > source for is a .so file and that's why I can't simply migrate the
> > program(s) from Python 2 to Python 3.
> >
>
> If it's just one .so and that library is com
On 22.12.2020 at 20:24 Chris Green wrote:
> Yes, I do have the Python source. The only thing I don't have the
> source for is a .so file and that's why I can't simply migrate the
> program(s) from Python 2 to Python 3.
>
If it's just one .so and that library is compatible with basic libs
such a
On 2020-12-22, Chris Green wrote:
> Grant Edwards wrote:
>
>> I should have mentioned that bundlers like cx_freeze require that you
>> have the Python source for the main app. I don't remember if you
>> mentioned source or not...
>
> Yes, I do have the Python source. The only thing I don't have
Grant Edwards wrote:
> On 2020-12-22, Chris Green wrote:
> > Grant Edwards wrote:
> >> On 2020-12-22, Chris Green wrote:
> >> > [...]
> >> >
> >> > How realistic/possible would it be to run the utility in a separate
> >> > environment with its own copies of Python2 and any modules and
> >> > li
On 2020-12-22, Chris Green wrote:
> Grant Edwards wrote:
>> On 2020-12-22, Chris Green wrote:
>> > [...]
>> >
>> > How realistic/possible would it be to run the utility in a separate
>> > environment with its own copies of Python2 and any modules and
>> > libraries needed? I would install these
Grant Edwards wrote:
> On 2020-12-22, Chris Green wrote:
> > [...]
> >
> > How realistic/possible would it be to run the utility in a separate
> > environment with its own copies of Python2 and any modules and
> > libraries needed? I would install these 'by hand', i.e. not using
> > 'apt' so the
On Wed, Dec 23, 2020 at 2:21 AM Chris Green wrote:
>
> I have (as discussed here) a printer utility that uses Python 2 and I
> can't update it to Python 3 because it has a .so library file which is
> compiled for Python 2. I think I have exhausted all the possibilities
> for converting it to Pyth
On 2020-12-22, Chris Green wrote:
> [...]
>
> How realistic/possible would it be to run the utility in a separate
> environment with its own copies of Python2 and any modules and
> libraries needed? I would install these 'by hand', i.e. not using
> 'apt' so they would stay as installed even as my
On 12/22/20 9:44 AM, Chris Green wrote:
> I have it running on 20.04 (with a couple of compatibility packages
> from a PPA) but I know I start hitting problems as soon as I move to
> 20.10. So that does sound like an excellent idea. Where can I find
> information about building container type thi
Michael Torrie wrote:
> On 12/22/20 8:10 AM, Chris Green wrote:
> > I have (as discussed here) a printer utility that uses Python 2 and I
> > can't update it to Python 3 because it has a .so library file which is
> > compiled for Python 2. I think I have exhausted all the possibilities
> > for co
On 2020-12-22, Chris Green wrote:
> I have (as discussed here) a printer utility that uses Python 2 and I
> can't update it to Python 3 because it has a .so library file which is
> compiled for Python 2. I think I have exhausted all the possibilities
> for converting it to Python 3 so now I'm loo
On 12/22/20 8:10 AM, Chris Green wrote:
> I have (as discussed here) a printer utility that uses Python 2 and I
> can't update it to Python 3 because it has a .so library file which is
> compiled for Python 2. I think I have exhausted all the possibilities
> for converting it to Python 3 so now I'
I have (as discussed here) a printer utility that uses Python 2 and I
can't update it to Python 3 because it has a .so library file which is
compiled for Python 2. I think I have exhausted all the possibilities
for converting it to Python 3 so now I'm looking at how to keep it
working on my [x]ubu
On 2020-11-10 23:32, adelamsaleh--- via Python-list wrote:
Dear Python Community,
I am new to python. I sucessfully installed python 3.9 from python.org on my
windows 10 pc.
I checked it by typing 'py' in the windows cmd prompt and the system indeed responds
with the version number, then the >
Dear Python Community,
I am new to python. I sucessfully installed python 3.9 from python.org on my
windows 10 pc.
I checked it by typing 'py' in the windows cmd prompt and the system indeed
responds with the version number, then the >>> prompt, and I can run simple
programs without any problem
No when. I do anything of that sort it says that pip isn't recognised as an
internal or external command and that's because it isn't installedI
searched the internet and it asked me to check the scripts folder to see if I
have pip and it wasn't there...and im pretty sure. That I checked
On 10/8/20 9:36 PM, Vedant Nichal wrote:
> Hello,
>
> I am an amateur python developer but I’m facing a lot of issues regarding
> python installation on windows 10...whenever I install python on my
> pc...irrespective of its version my scripts folder is always empty..
are you sure you're actually
Hello,
I am an amateur python developer but I’m facing a lot of issues regarding
python installation on windows 10...whenever I install python on my
pc...irrespective of its version my scripts folder is always empty..so I
tried installing pip from the zip file available at pypi.org...pip got
On 2020-08-28 at 18:38:03 -0500,
Debasis Chatterjee wrote:
> By the way, is there a site where I can login to see such mails and
> also manage mail notification options?
Better than that, you can have the emails themselves delivered directly
to your inbox: https://mail.python.org/mailman/listin
-- Forwarded message -
From: Debasis Chatterjee
Date: Fri, Aug 28, 2020 at 3:41 AM
Subject: Re: Issue in installing Python (Windows 10)
To: Terry Reedy
Hi Terry,
OK.
I think the issue is now solved.
I used "pip uninstall" and then "pip install".
With t
c "import tkinter' to see if you have
tkinter. 'python -m idlelib' starts IDLE if present.
From CMD, I can check "pip list". Surprisingly, it shows me packages that I
installed earlier, before deinstalling and reinstalling.
De-installing does not remove pythonxy
-- Forwarded message -
From: Debasis Chatterjee
Date: Sun, Aug 23, 2020 at 11:06 AM
Subject: Issue in installing Python (Windows 10)
To:
Hi
I started off by using "python-3.8.5.exe".
I use "Run as Administrator" option to click this (provide my loca
On Friday, November 18, 2016 at 6:58:23 PM UTC+5:30, Irene Venditti wrote:
> Hi everybody,
>
>
>
> I've got a problem with the installation of Python. I am a translator and
> currently I'm translating a book on programming Minecraft with Python, from
> English to Dutch.
>
>
>
> My compute
On 7/22/20 12:20 PM, Klaus Jantzen wrote:
Hi,
Trying to install Python 3.8.3 with tkinter I run configure with the
following options
./configure --enable-optimizations --with-ssl-default-suites=openssl
--with-openssl=/usr/local --enable-loadable-sqlite-extensions
--with-pydebug --with-tcltk
Klaus Jantzen writes:
> On 7/22/20 11:05 PM, Ned Deily wrote:
>> On 2020-07-22 06:20, Klaus Jantzen wrote:
>>> Trying to install Python 3.8.3 with tkinter I run configure with the
>>> following options
>>>
>>> ./configure --enable-optimizations --with-ssl-default-suites=openssl
>>> --with-openssl
On 2020-07-23 00:30, Klaus Jantzen wrote:
> On 7/22/20 11:05 PM, Ned Deily wrote:
>> On 2020-07-22 06:20, Klaus Jantzen wrote:
>>> Trying to install Python 3.8.3 with tkinter I run configure with the
>>> following options
>>>
>>> ./configure --enable-optimizations --with-ssl-default-suites=openssl
Am 23.07.20 um 06:30 schrieb Klaus Jantzen:
On 7/22/20 11:05 PM, Ned Deily wrote:
On 2020-07-22 06:20, Klaus Jantzen wrote:
Trying to install Python 3.8.3 with tkinter I run configure with the
following options
./configure --enable-optimizations --with-ssl-default-suites=openssl
--with-openssl
On 7/22/20 11:05 PM, Ned Deily wrote:
On 2020-07-22 06:20, Klaus Jantzen wrote:
Trying to install Python 3.8.3 with tkinter I run configure with the
following options
./configure --enable-optimizations --with-ssl-default-suites=openssl
--with-openssl=/usr/local --enable-loadable-sqlite-extensio
On 2020-07-22 06:20, Klaus Jantzen wrote:
> Trying to install Python 3.8.3 with tkinter I run configure with the
> following options
>
> ./configure --enable-optimizations --with-ssl-default-suites=openssl
> --with-openssl=/usr/local --enable-loadable-sqlite-extensions
> --with-pydebug --with-tclt
Hi,
Trying to install Python 3.8.3 with tkinter I run configure with the
following options
./configure --enable-optimizations --with-ssl-default-suites=openssl
--with-openssl=/usr/local --enable-loadable-sqlite-extensions
--with-pydebug --with-tcltk-libs='-L/opt/ActiveTcl-8.6/lib/tcl8.6'
--
Hi
I have a trouble in installing basemap in my local Jupyter Notebook.
I used the code below. But it did not work.
!conda install -c conda-forge basemap==1.3.0 matplotlib==2.2.2 -y
How can I install basemap in my Jupyter Notebook?
Thanks
Best Regards
Mich
--
https://mail.python.org
On 2020-06-21 18:31, Aisha Akintola wrote:
Good day,
I downloaded python(python3.8.3) on my system (windows 8) to enable me use
PyCharm. However, I realised the python wasn't well installed. I get
message "the program can't start because api-ms-win-crt-runtime-I1-1-0.dll
is missing from your comp
Good day,
I downloaded python(python3.8.3) on my system (windows 8) to enable me use
PyCharm. However, I realised the python wasn't well installed. I get
message "the program can't start because api-ms-win-crt-runtime-I1-1-0.dll
is missing from your computer. Try reinstalling the program to fix
thi
What is the problem? You cannot attach images or any file. You will have to
say in words. This list does not support attachments.
Souvik flutter dev
On Fri, May 8, 2020, 8:51 AM sourav susari
wrote:
>
>
>
>
>Sent from [1]Mail for Windows 10
>
>
>
> References
>
>Visible links
>1. ht
1 - 100 of 1718 matches
Mail list logo