On 8/11/24 07:42, Schimon Jehudah via Python-list wrote:
Barry. Thomas. I agree.
I do not have his machine to make observations, and therefore this
report is obscured.
I want to solve an issue of a friend who has attempted to install
Slixfeed, which is based on OMEMO, and the installation has
Barry. Thomas. I agree.
I do not have his machine to make observations, and therefore this
report is obscured.
I want to solve an issue of a friend who has attempted to install
Slixfeed, which is based on OMEMO, and the installation has failed.
I have asked him to install python-omemo and he
On 8/3/2024 2:49 PM, Barry Scott via Python-list wrote:
On 30 Jul 2024, at 18:36, Schimon Jehudah via Python-list
wrote:
Greetings, to one and all!
My name is Schimon, and I am the developer of a news chat bot for the
XMPP network, called Slixfeed.
I have recently added support for OMEMO
> On 30 Jul 2024, at 18:36, Schimon Jehudah via Python-list
> wrote:
>
> Greetings, to one and all!
>
> My name is Schimon, and I am the developer of a news chat bot for the
> XMPP network, called Slixfeed.
>
> I have recently added support for OMEMO encryption, and a friend of
> mine has r
Greetings, to one and all!
My name is Schimon, and I am the developer of a news chat bot for the
XMPP network, called Slixfeed.
I have recently added support for OMEMO encryption, and a friend of
mine has reported that there is an issue installing it with pip.
I suppoes this is a fault of a pack
On 7/27/24 17:13, MRAB via Python-list wrote:
On 2024-07-27 21:58, Mats Wichmann via Python-list wrote:
On 7/26/24 16:28, Thomas Passin via Python-list wrote:
On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote:
OSError: [WinError 225] Operation did not complete successfully
because the
fi
On 2024-07-27 21:58, Mats Wichmann via Python-list wrote:
On 7/26/24 16:28, Thomas Passin via Python-list wrote:
On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote:
OSError: [WinError 225] Operation did not complete successfully
because the
file contains a virus or potentially unwanted sof
On 7/26/24 16:28, Thomas Passin via Python-list wrote:
On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote:
OSError: [WinError 225] Operation did not complete successfully
because the
file contains a virus or potentially unwanted software
That part of the error message tells you the story.
On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote:
OSError: [WinError 225] Operation did not complete successfully because the
file contains a virus or potentially unwanted software
That part of the error message tells you the story. Windows thinks some
file in the install has been corru
Hello,
I am experiencing a problem with pip not being installed on my laptop and
would appreciate any assistance you can provide.
Here are the details of my issue: -
Operating System: Windows
Python Version: Python 3.10.10
Steps I have already taken to try and resolve the issue:
1. Verified t
On 1/29/24 05:19, Syed Hamood via Python-list wrote:
Dear Python.org Support Team,
I hope this email finds you well. I am writing to seek assistance with an
issue I'm encountering while attempting to uninstall a corrupted Python
installation on my system.
Details of my system:
- Oper
Dear Python.org Support Team,
I hope this email finds you well. I am writing to seek assistance with an
issue I'm encountering while attempting to uninstall a corrupted Python
installation on my system.
Details of my system:
- Operating System: Windows 10
- Python Version: 3.11.3(6
mya.G via Python-list"
Date: 10/10/23 04:43 (GMT+10:00) To:
python-list@python.org Subject: regarding installation of python version
The problem is how many times I have uninstalled the python version but
always it is showing the same version after the installation of new
v
I can help you
On Mon, 9 Oct 2023, 11:15 pm Thri sowmya.G via Python-list, <
python-list@python.org> wrote:
>
>
>The problem is how many times I have uninstalled the python version but
>always it is showing the same version after the installation of new
>ver
The problem is how many times I have uninstalled the python version but
always it is showing the same version after the installation of new
version too .But in all control panel and file explorer at everywhere the
system showing that the old version got uninstalled but
On Sat, 10 Jun 2023 11:32:53 -0500, Eryk Sun declaimed
the following:
>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
>>
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
s\Python\Python311\Scripts\pip3.exe
I copied the wrong line of my output - pip.exe is in the same place as
pip3.exe.
Note that this installation was made for a single user, not "All Users"
- this is an install-time option. For an "All Users" location (I
happened to
nstall directory.
>
>It's in the Scripts directory:
>
>C:\Users\tom\AppData\Local\Programs\Python\Python311\Scripts\pip3.exe
>
>Note that this installation was made for a single user, not "All Users"
>- this is an install-time option. For an "All Users"
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
uring installation. As a CPython triager
I've come across this problem a couple of times, but it should be
rare. It can possibly be resolved by manually executing ensurepip via
the following command:
py [-3[.X]] -m ensurepip --default-pip --upgrade --verbose
If Python is installed for all
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 t
uot; mode! There is NO pip.exe under the Python install directory.
It's in the Scripts directory:
C:\Users\tom\AppData\Local\Programs\Python\Python311\Scripts\pip3.exe
Note that this installation was made for a single user, not "All Users"
- this is an install-time option. For an "A
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 t
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'
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 t
> 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'
&g
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 e
to install Python 3.10.x. I'd
get a 64-bit installer from python.org. Yes, I know you want to install
3.11, but this way will give you a clean, fresh installer to try. If
the installation succeeds, it would be a good data point and also give
you a (somewhat) updated version of Python on your
On 2023-03-10 23:27, Jan Vasko wrote:
Hello all,
I would like to ask you for help. I have been using Python 3.8 for almost 2
years and I decided to update to 3.11. Initially everything was correct. But at
some point Windows shows me that Python is being reinstalled (I don't have a
message pr
On 3/10/2023 6:27 PM, Jan Vasko wrote:
Please note that you can't attach images in these posts, at least not so
we can read them. Instead, copy the messages from the console and paste
them into your post.
I suggest that you check to make sure that your system hasn't been
damaged or corrupte
Hello all,
I would like to ask you for help. I have been using Python 3.8 for almost 2
years and I decided to update to 3.11. Initially everything was correct. But at
some point Windows shows me that Python is being reinstalled (I don't have a
message print screen ..), but from that time I can
Hello,
The installation file Python-3.8.10.exe (last version compatible with
Windows 7 (32 bit) ? )
does not automatically install pip on Windows 7.
Are there compatibility problems with Windows 7 ?
See attachment log file
Greetings
C.Sobotta
...
MSI (s) (3C:FC) [13:32:28:993]: Hello, I'm
Personally I use winpython: https://winpython.github.io/
That have all the scientific packages already available.
It can run without being installed and uses spyder as an IDE (for small
projects it's ok).
And, I can import pygame (even though I have not tested if everything works)
in python 3.11
On 12/20/2022 8:11 AM, Eryk Sun wrote:
[snipped]
I know we're not here to bash Windows, but... drive letters
really need to just die already.
I don't foresee drive-letter names getting phased out of Windows. And
Windows itself is unlikely to get phased out as long as Microsoft
continues to profi
On 12/19/22, Chris Angelico wrote:
> On Tue, 20 Dec 2022 at 09:12, Thomas Passin wrote:
>
>> @echo off
>> setlocal
>> : Find effective drive for this file.
>> set ed=%~d0
>> path %ed%\python37\Scripts;%ed%\python37;%PATH%
For reference, in case not everyone on the list knows what "%~d0"
means, t
n lxml build for experimenting with 3.12
alphas, and that's an absolute bear to build for WIndows - I've never
cracked it)
That is dreadful news! Windows as a dev platform is dead without it.
That is serious.
Back on topic - Installation hell
I use Windows for historic rea
On Tue, 20 Dec 2022 at 10:01, Thomas Passin wrote:
>
> On 12/19/2022 5:16 PM, Chris Angelico wrote:
> > On Tue, 20 Dec 2022 at 09:12, Thomas Passin wrote:
> >> FWIW, I once set up a Python installation so that it could run from a
> >> USB stick (Windows only). My
On 2022-12-19, Chris Angelico wrote:
> So much easier to do on a Unix-like system, where you don't need to
> concern yourself with "effective drive" and can simply use relative
> paths. I know we're not here to bash Windows, but... drive letters
> really need to just die already.
They needed to
On 12/19/2022 5:16 PM, Chris Angelico wrote:
On Tue, 20 Dec 2022 at 09:12, Thomas Passin wrote:
FWIW, I once set up a Python installation so that it could run from a
USB stick (Windows only). My launcher was a batch file that contained
the following:
@echo off
setlocal
: Find effective drive
On 12/19/22 14:47, Eryk Sun wrote:
If you search a bit deeper, you'll find a site with unofficial Windows
builds of many packages, including pygame for Python 3.11:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
Semi-OT: that's been a superb resource, but apparently it's no longer
maintain
On Tue, 20 Dec 2022 at 09:12, Thomas Passin wrote:
> FWIW, I once set up a Python installation so that it could run from a
> USB stick (Windows only). My launcher was a batch file that contained
> the following:
>
> @echo off
> setlocal
> : Find effective drive for thi
) need good information to
have a chance of being helpful. But I've observed that many requestors
for help like this - especially installation issues - don't provide any
useful particulars. That makes it seem like they don't understand what
they are doing, and folks would like
nce of being helpful. But I've observed that many requestors
for help like this - especially installation issues - don't provide any
useful particulars. That makes it seem like they don't understand what
they are doing, and folks would like them to do their homework and think
abou
uot;
is manually linked or copied to versioned names, e.g. "python3.11.exe"
-> "python.exe" and "python3.exe" -> "python.exe". In this case, the
first installation in PATH is the default for running "python" and
"python3".
Using the &q
: Python-list on
behalf of Thomas Passin
Date: Monday, December 19, 2022 at 11:05 AM
To: python-list@python.org
Subject: Re: Installation hell
*** Attention: This is an external email. Use caution responding, opening
attachments or clicking on links. ***
On 12/19/2022 9:59 AM, Weatherby,Gerard
On 12/19/22 13:34, j via Python-list wrote:
I was unclear. I use the full path to the folder with the unzipped
python-embedded. I shouldn't have said 'set'.
I have complained on here before about broken installs but got
indifference. An installer should install stuff correctly (leaving a
work
I was unclear. I use the full path to the folder with the unzipped
python-embedded. I shouldn't have said 'set'.
I have complained on here before about broken installs but got
indifference. An installer should install stuff correctly (leaving a
working environment). If it won't then give clear
ending an email?
Ask for a refund on your compsci degree.
-Original Message-
From: Python-list On
Behalf Of DFS
Sent: Monday, December 19, 2022 12:58 PM
To: python-list@python.org
Subject: Re: Fwd: Installation hell
On 12/18/2022 6:50 AM, Jim Lewis wrote:
> I'm an occasional us
On 12/18/2022 6:50 AM, Jim Lewis wrote:
I'm an occasional user of Python and have a degree in computer science.
Almost every freaking time I use Python, I go through PSH (Python Setup
Hell). Sometimes a wrong version is installed. Sometimes it's a path issue.
Or exe naming confusion: python, pyth
On 2022-12-20 04:15:07 +1100, Chris Angelico wrote:
> On Tue, 20 Dec 2022 at 03:56, Peter J. Holzer wrote:
> > It is however, quite noticable that almost everyone who asks a question
> > about their Python installation on this list is using Windows. I don't
> > think
On 12/19/2022 12:28 PM, j via Python-list wrote:
I agree. Wasted too much time on last few installs.
It got to the point I downloaded python-embedded, unzipped it and set
the path manually for my work (needed it as part of a compiler).
I don't set those paths. If you have several different v
I agree. Wasted too much time on last few installs.
It got to the point I downloaded python-embedded, unzipped it and set
the path manually for my work (needed it as part of a compiler).
It ain't good enough. And I like python.
jan
On 18/12/2022 11:50, Jim Lewis wrote:
I'm an occasional use
On Tue, 20 Dec 2022 at 04:14, Thomas Passin wrote:
>
> On 12/19/2022 11:36 AM, Chris Angelico wrote:
> > On Tue, 20 Dec 2022 at 03:05, Thomas Passin wrote:
> >>
> >> That's not been my experience. Windows installers for Python have
> >> worked well for me over many generations of Python releases
On Tue, 20 Dec 2022 at 03:56, Peter J. Holzer wrote:
>
> It is however, quite noticable that almost everyone who asks a question
> about their Python installation on this list is using Windows. I don't
> think this is just because there are more Windows users than Linux or
>
On 12/19/2022 11:36 AM, Chris Angelico wrote:
On Tue, 20 Dec 2022 at 03:05, Thomas Passin wrote:
That's not been my experience. Windows installers for Python have
worked well for me over many generations of Python releases. It's Linux
where I've found difficulties. For example, if your dist
ers for Python have worked
> well for me over many generations of Python releases.
I haven't had any problem either despite being only an occasional
Windows user.
It is however, quite noticable that almost everyone who asks a question
about their Python installation on this list is using W
On Tue, 20 Dec 2022 at 03:05, Thomas Passin wrote:
>
> That's not been my experience. Windows installers for Python have
> worked well for me over many generations of Python releases. It's Linux
> where I've found difficulties. For example, if your distro's Python
> install didn't include tkint
https://learn.microsoft.com/en-us/visualstudio/python/overview-of-python-tools-for-visual-studio?view=vs-2022
From: Python-list on behalf of
Jim Lewis
Date: Sunday, December 18, 2022 at 12:56 PM
To: Python-list@python.org
Subject: Fwd: Installation hell
*** Attention: This is an external e
, December 18, 2022 at 12:56 PM
To: Python-list@python.org
Subject: Fwd: Installation hell
*** Attention: This is an external email. Use caution responding, opening
attachments or clicking on links. ***
I'm an occasional user of Python and have a degree in computer science.
Almost every freaking
On Mon, 19 Dec 2022 at 06:10, Mats Wichmann wrote:
> Why? Python is a command-line tool to process a language, Similar to
> many other languages - Go, for example. Or a C/C++ compiler. *Or* you
> can choose to use someone's wrapping of that process inside an
> Integrated Development Environment.
On 12/18/22 04:50, Jim Lewis wrote:
I'm an occasional user of Python and have a degree in computer science.
Almost every freaking time I use Python, I go through PSH (Python Setup
Hell). Sometimes a wrong version is installed. Sometimes it's a path issue.
Or exe naming confusion: python, python3,
I'm an occasional user of Python and have a degree in computer science.
Almost every freaking time I use Python, I go through PSH (Python Setup
Hell). Sometimes a wrong version is installed. Sometimes it's a path issue.
Or exe naming confusion: python, python3, phthon311, etc. Or library
compatibil
>
> I want learn python for 4 weeks and have problems, installing Tkinter. If
> I installed 3.11.0 for my windows 8.1 from python.org and type
>
> >>> import _tkinter
> > Traceback (most recent call last):
> >File "", line 1, in
> > ImportError: DLL load failed while importing _tkinter
from python.org. I wonder a
> little about the wording "installing Tkinter". Here,
> I installed /Python/ from python.org, and this /included/ tkinter.
> If you have really attempted a separate installation of tkinter,
> it may help to uninstall and instead install Python /inc
install
> Python from python.org.
>
> Then, after the installation, you also should make sure that
> you actually use this installed version.
>
> import sys
> sys.version_info
> import tkinter
>
> It is possible that you have installed a different version
> of
On 11/21/22 14:41, Thomas Passin wrote:
On 11/21/2022 1:24 PM, Stefan Ram wrote:
darkst...@o2online.de writes:
import _tkinter
I don't know why you get this error message. Here, I do not
get an error message from that line. However, the normal way
to use tkinter, as far as I know, is
On 11/21/2022 12:59 PM, darkst...@o2online.de wrote:
Dear list,
I want learn python for 4 weeks and have problems, installing Tkinter. If I
installed 3.11.0 for my windows 8.1 from python.org and type
>>> import _tkinter
> Traceback (most recent call last):
> File "",
be filed...
I would try installing a lower version, maybe an older version of Python
3.10, and seeing if that works.
If you have chosen any unusual settings during the installation
of Python, it might help to try an installation with the suggested
settings.
I am trying to learn tkint
Dear list,
I want learn python for 4 weeks and have problems, installing Tkinter. If I
installed 3.11.0 for my windows 8.1 from python.org and type
>>> import _tkinter
> Traceback (most recent call last):
> File "", line 1, in
> ImportError: DLL load failed while importi
ative", then the "available for all users" box became
unchecked. That would make sense.
When you wrote "option is not working", what did you mean by "not
working"? -
1. The options were disabled (i.e., grayed out);
2. The options seemed to be available but th
On 04/11/2022 04.20, Suresh Babu wrote:
I downloaded the latest version of python i.e. python 3.11.0 ( 64-bit)
in my laptop recently. But the " py launcher " and " available for all
users " option is not working in the customization menu of python 3.11.0 .
Kindly help me in solving this issu
-- Forwarded message -
From: Suresh Babu
Date: Thu, 3 Nov 2022, 16:37
Subject: Issues in python 3.11.0 (64-bit) installation
To:
Sir/ Madam,
I downloaded the latest version of python i.e. python 3.11.0 ( 64-bit)
in my laptop recently. But the " py launcher " and &
On 10/12/22, Kirill Ratkin via Python-list wrote:
>
> Do anyone face issue like in log below?
>
> I got last installer (3.10.8) and try to install it 'for all users' with
> downloading precompiled (pdb) files.
There was a permission problem on the Python website that prevented
downloading the 3.8
recompiled (pdb) files.
And installation fails saying permission error.
Installer says downloading error in the log.
I repeated it three times with same result
Just to test I got previous version (3.10.6) and it is installed without
any errors with same installe
Hi All,
Do anyone face issue like in log below?
I got last installer (3.10.8) and try to install it 'for all users' with
downloading precompiled (pdb) files.
And installation fails saying permission error.
Installer says downloading error in the log.
I repeated it three times
On 2022-09-21 14:49, My Pen Services wrote:
Hello,
I am having an issue after installing the latest application. I do not seem
to locate it on my PC nor am I able to get the shortcut for launching the
application.
On Windows, it should be in the main application menu.
When I try running the
Hello,
I am having an issue after installing the latest application. I do not seem
to locate it on my PC nor am I able to get the shortcut for launching the
application.
When I try running the application again, I only get 3 options-
1. Customize
2. Repair
3. Uninstall
What might be the
In order to save time for the experts here:
On 19/09/2022 00.51, Shadid Alam wrote:
Hello I’ve been trying to install updated python version i.e. python 10.7.
There is no python 10.7. Are you possibly trying to install python 3.10.7?
On what OS are you trying to install it?
How are you tryin
Hello I’ve been trying to install updated python version i.e. python 10.7.
Its showing installed but whenever I open python it comes up with the older
version i.e. 10.9 . Please fix this issue is possible
--
https://mail.python.org/mailman/listinfo/python-list
” . “Command Prompt “
is out.
The picture is attached.
Get Outlook for iOS<https://aka.ms/o0ukef>
From: Python-list on
behalf of Mats Wichmann
Sent: Wednesday, August 24, 2022 8:22:42 AM
To: python-list@python.org
Subject: Re: INSTALLATION DOES NOT WORK FRO G
On 8/23/22 05:00, Gladstone Rose wrote:
> Why is my installation of Python does not work at the command line for git
> bash.
>
> I get the following message
> bash: python3: command not found
The git bash package for Windows is built from msys2, a GNU/Linux type
environmen
On 23/08/2022 13.00, Gladstone Rose wrote:
Why is my installation of Python does not work at the command line for git bash.
I get the following message
bash: python3: command not found
It can be that you need to use python.exe instead of python3.exe, see my
work computers response when
Why is my installation of Python does not work at the command line for git bash.
I get the following message
bash: python3: command not found
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
--
https://mail.python.org/mailman/listinfo/python-list
On Mon, 04 Jul 2022 13:29:00 +0100, Mark Pawelek
declaimed the following:
>
>ISSUE: I cannot select a folder to install Python in. I want to put
>it under Program Files. The 'installer' only wants to put it in
>C:\users\Lenovo\AppData\local\Programs\Python\Python310
>
That indicates two
On 7/4/22 06:29, Mark Pawelek wrote:
> I also have a windows installation issue on Windows 10:
>
> ISSUE: I cannot select a folder to install Python in. I want to put
> it under Program Files. The 'installer' only wants to put it in
> C:\users\Lenovo\AppData\local\
I also have a windows installation issue on Windows 10:
ISSUE: I cannot select a folder to install Python in. I want to put
it under Program Files. The 'installer' only wants to put it in
C:\users\Lenovo\AppData\local\Programs\Python\Python310
What do I do to alter the path to somethi
gt;
You are (re-)running the INSTALLER. Once you've run it, hide it away
someplace and only look at it if you need to -- well -- repair or modify
the installation.
Python is not an IDE (it is not something like Visual Studio where one
opens a massive suite of editing/debugging tools
Inside my Windows virtual machine only entering `py` as the command
brings up the repl, if that helps.
Kind Regards,
Sam Ezeh
On Tue, 21 Jun 2022 at 18:15, Igor Korot wrote:
>
> Hi,
>
> On Tue, Jun 21, 2022 at 11:43 AM Brian Karinga wrote:
> >
> > Hello,
> >
> > I hope this email finds you well
Hi,
On Tue, Jun 21, 2022 at 11:43 AM Brian Karinga wrote:
>
> Hello,
>
> I hope this email finds you well.
>
> I have been trying to download and install the latest version of python on
> my windows device. However, when I run the program, three options arise.
> These are:
>
> Modify
> Repair
> U
Hello,
I hope this email finds you well.
I have been trying to download and install the latest version of python on
my windows device. However, when I run the program, three options arise.
These are:
Modify
Repair
Uninstall
I have executed the modify and repair options several times but nothing
On 13/12/21 8:25 pm, Cristiano Loro wrote:
In production I performed a custom installation defining "for all users", but the modules are placed elsewhere and this is perhaps the problem. How can I put the modules in the correct folder?
How are you installing the modules?
Are you doi
Good morning,
i am using a python application to program ESP8266. in my office everything
works fine, but in production, where users don't have the same access
privileges, I can't get it to go. In production I performed a custom
installation defining "for all users", but th
1 - 100 of 1001 matches
Mail list logo