Re: Installation of Slixfeed with pip fails

2024-08-12 Thread Mats Wichmann via Python-list
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 f

Re: Installation of Slixfeed with pip fails

2024-08-11 Thread Schimon Jehudah via Python-list
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 has

Re: Installation of Slixfeed with pip fails

2024-08-03 Thread Thomas Passin via Python-list
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

Re: Installation of Slixfeed with pip fails

2024-08-03 Thread Barry Scott via Python-list
> 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

Re: Installation hell

2022-12-19 Thread Mats Wichmann
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

Re: Installation hell

2022-12-19 Thread Eryk Sun
On 12/18/22, Jim Lewis wrote: > > Sometimes it's a path issue. For whatever reason, Python installations on Windows lack versioned executable names (except for the Microsoft Store distribution). Thus adding multiple installations to PATH doesn't help unless "python.exe" is manually linked or copi

Re: Installation hell

2022-12-19 Thread Weatherby,Gerard
: 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

Re: Installation hell

2022-12-19 Thread Peter J. Holzer
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 this is just because there are

Re: Installation hell

2022-12-19 Thread Chris Angelico
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

Re: Installation hell

2022-12-19 Thread Chris Angelico
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 > Mac Users. Yes. I thi

Re: Installation hell

2022-12-19 Thread Thomas Passin
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

Re: Installation hell

2022-12-19 Thread Peter J. Holzer
On 2022-12-19 10:55:52 -0500, Thomas Passin wrote: > On 12/19/2022 9:59 AM, Weatherby,Gerard wrote: > > Personally, I don’t use Windows and avoid it like the plague. > > Python is easy to install on Linux and Mac. > > That's not been my experience. Windows installers for Python have worked > well

Re: Installation hell

2022-12-19 Thread Chris Angelico
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

Re: Installation hell

2022-12-19 Thread Thomas Passin
On 12/19/2022 9:59 AM, Weatherby,Gerard wrote: Personally, I don’t use Windows and avoid it like the plague. Python is easy to install on Linux and Mac. That's not been my experience. Windows installers for Python have worked well for me over many generations of Python releases. It's Linux

Re: Installation hell

2022-12-19 Thread Weatherby,Gerard
Personally, I don’t use Windows and avoid it like the plague. Python is easy to install on Linux and Mac. I’d start here: 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, Dece

Re: INSTALLATION DOES NOT WORK FRO GITBASH COMMAND LINE

2022-08-26 Thread Fulian Wang
” . “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

Re: INSTALLATION DOES NOT WORK FRO GITBASH COMMAND LINE

2022-08-24 Thread Mats Wichmann
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 environment which is only provisi

Re: Installation does not work fro GitBash command line

2022-08-24 Thread J.O. Aho
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 usin

Re: Installation problems

2021-12-13 Thread Greg Ewing
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 doing it with

Re: Installation of GeoPandas - failed at fiona

2021-12-01 Thread Mats Wichmann
On 12/1/21 03:18, Shaozhong SHI wrote: I am trying to install geopandas. I navigated to c:\programData|Anaconda3\Scripts> and typed in 'pip install geopandas'. Usually if you're using the Anaconda environment, you should use the "conda" installer, for consistency. It ran but failed at fio

Re: installation issues

2021-02-10 Thread Ming
On Tue, Feb 09, 2021 at 03:23:56PM -0800, Martin Lopez wrote: > Hello, > > My name is Martin Lopez. I just downloaded Python 3.9.1 (64 bit) Setup. > > After I install the program then try to run it, with no success. > > I've uninstalled all previous versions and reinstalled them, but it does > n

Re: installation issues

2021-02-10 Thread Mats Wichmann
On 2/9/21 4:23 PM, Martin Lopez wrote: Hello, My name is Martin Lopez. I just downloaded Python 3.9.1 (64 bit) Setup. After I install the program then try to run it, with no success. I've uninstalled all previous versions and reinstalled them, but it does not seem to help. Can you please assi

Re: installation issues

2021-02-09 Thread dn via Python-list
On 10/02/2021 12.23, Martin Lopez wrote: > Hello, > > My name is Martin Lopez. I just downloaded Python 3.9.1 (64 bit) Setup. > > After I install the program then try to run it, with no success. > > I've uninstalled all previous versions and reinstalled them, but it does > not seem to help. > >

Re: Installation Error

2020-05-21 Thread Souvik Dutta
Do you have DirectX latest version? It should have solved the problem. If not already installed then you might try to install it. On Thu, 21 May, 2020, 10:29 pm Charles Seagraves, wrote: > Hi, > I have been learning and using Python to create a program to play Mah Jongg > and it was going well u

Re: Installation Error

2020-05-21 Thread Mike Dewhirst
On 21/05/2020 5:28 am, Charles Seagraves wrote: Hi, I have been learning and using Python to create a program to play Mah Jongg and it was going well until my windows 10 computer started receiving an update. My computer restarted and Python was gone. I have attempted to reinstall with a message t

Re: Installation problem

2020-05-11 Thread Mats Wichmann
On 5/10/20 3:31 PM, Solomon Onuche Faruna wrote: > I install python 3.8 and pycharm community edition on window 8 but when I > try to install matplotlib in pycharm I discovered I got "error loading > package list pypi.python.org" so I updated the pycharm to version 2020.1. > The packages loaded bu

Re: Installation problem

2020-05-11 Thread cdarlint
On Monday, May 11, 2020 at 9:56:17 AM UTC+8, Solomon Onuche Faruna wrote: > I install python 3.8 and pycharm community edition on window 8 but when I > try to install matplotlib in pycharm I discovered I got "error loading > package list pypi.python.org" so I updated the pycharm to version 2020.1.

Re: Installation of Camelot

2020-04-14 Thread MRAB
On 2020-04-14 16:20, anson freer wrote: I am a new Python user and using "Installation of Camelot" site I have python 3.7 64bit and Anaconda installed site states The easiest way to install Camelot is to install it with conda, which is a package manager and environment management system for the A

Re: Installation of python

2020-03-10 Thread Marco Sulla via Python-list
*Ahem* I already posted the solution to your problem. I quote myself: I suppose you also downloaded the required sources from here: https://data.mendeley.com/datasets/s2x4d542dc/1 It seems the problem is that the above sources are generated by an old version of Cython: https://github.com/mcfletc

Re: Installation of python

2020-03-10 Thread Dan Stromberg
On Mon, Mar 9, 2020 at 7:20 AM Tim Ko wrote: > Hello, > > I am trying to install a custom Python package but ran into an error. The > error presumably associated with cython. I tried a different compiler since > Intel compiler often crashes when using cython, but couldn't get it > working. > Does

Re: installation issue.

2020-01-20 Thread DL Neil via Python-list
On 20/01/20 8:13 PM, NIT Application wrote: Hi Team, I am not able to select the path on command prompt. It gives me an error that python is not recognized as an internal or external command. Please help me with this to set up and perform my activities. Regards, Sandesh Kamble Hi, and welc

Re: installation issue.

2020-01-20 Thread Joel Goldstick
On Mon, Jan 20, 2020 at 5:29 AM NIT Application wrote: > > Hi Team, > > I am not able to select the path on command prompt. It gives me an error that > python is not recognized as an internal or external command. > Please help me with this to set up and perform my activities. > > Regards, > Sand

Re: Installation Error (0xc000007b)

2019-12-10 Thread poltone
i'm getting the error message while installing python in my dell laptop. ERROR: the application was unable to start (0xc07b). The error code 0xc07b means STATUS_INVALID_IMAGE_FORMAT, i.e. probably that the program you want to start is not made for the processor architecture of your com

Re: installation problem

2019-10-24 Thread Terry Reedy
On 10/23/2019 9:43 PM, MRAB wrote: On 2019-10-24 00:47, fateme jbr wrote: Dear Python team I have installed Python 3.7.4 on windows 10. I have access to IDLE and I can run simple programs, but when I type python in command window nothing happens. What 'command window' do you mean? Windows' C

Re: installation problem

2019-10-24 Thread Paul Moore
On Thu, 24 Oct 2019 at 00:50, fateme jbr wrote: > > Dear Python team > > I have installed Python 3.7.4 on windows 10. I have access to IDLE and I > can run simple programs, but when I type python in command window nothing > happens. I wanna install pip and afterward some libraries and it is when >

Re: installation problem

2019-10-23 Thread MRAB
On 2019-10-24 00:47, fateme jbr wrote: Dear Python team I have installed Python 3.7.4 on windows 10. I have access to IDLE and I can run simple programs, but when I type python in command window nothing happens. I wanna install pip and afterward some libraries and it is when the problem occurs.

Re: installation 3.7.3

2019-08-23 Thread MRAB
On 2019-08-23 15:33, Marilynn Huret wrote: Having problems trying to install 3.7.3 with IDLE on a windows 7. When I try to run it, get a message that a .DLL is missing Am reviewing a book for Manning -"hello World" by Sande, third edition and have tried different install options

Re: Installation Problems with Python 3.7.3

2019-05-23 Thread Carolyn Evans
I got it working. Thanks On Mon, May 20, 2019 at 3:17 PM Igor Korot wrote: > Hi, > > On Mon, May 20, 2019 at 1:53 PM Carolyn Evans wrote: > > > > I am having trouble with re-installing python 3.7.3. > > Why do you need to reinstall? > What seems to be the problem? > > Thank you. > > > > > I ke

Re: Installation problem with python 3.7 in windows 7 ultimate p.c(32 bit) showing unspecified error 0x80072ee7...

2019-05-22 Thread eryk sun
On 5/22/19, Sirso Bhatto wrote: > >I am Shirsendu. I encountered a problem while installing python 3.7 > in my windows 7 ultimate p.c(32 bit) . It is showing an unspecified error > of 0x80072ee7 when i am trying to initialize it in my pc. Please help me. A status code with only the high b

Re: Installation Problems with Python 3.7.3

2019-05-20 Thread Igor Korot
Hi, On Mon, May 20, 2019 at 1:53 PM Carolyn Evans wrote: > > I am having trouble with re-installing python 3.7.3. Why do you need to reinstall? What seems to be the problem? Thank you. > > I keep getting the following message: > > Modify > Repair > Remove > > I have tried all three numerous ti

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 21:18, Terry Reedy wrote: >> If my memory is correct, this is the default for path directories. > > The Python entries do, as added by the Windows Installer written by a > Microsoft engineer, so this must at least be a correct alternative. It's definitely acceptable - there's

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Terry Reedy
On 4/26/2018 3:04 PM, Virgil Stokes wrote: However, each entry in this Windows 10 path has a trailing backslash. Some do, and some don't, which is the same on my Win10 If my memory is correct, this is the default for path directories. The Python entries do, as added by the Windows Installe

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 20:04, Virgil Stokes wrote: > IMHO it would have been useful to have "warning" somewhere in these > messages. Ha, I'd never even noticed that it didn't... I think it's in a different colour, FWIW, but your point is good. Paul -- https://mail.python.org/mailman/listinfo/pytho

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Virgil Stokes
Thanks Paul for the prompt reply, However, each entry in this Windows 10 path has a trailing backslash. If my memory is correct, this is the default for path directories. IMHO it would have been useful to have "warning" somewhere in these messages. On 2018-04-26 20:52, Paul Moore wrote: On

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 19:33, Virgil Stokes wrote: > Why am I getting this message, that I need to consider adding this directory > to PATH when it is already in PATH? > Note, all of these *.exe files are in C:\Python36\Scripts. The PATH entry ends with a backslash, which is confusing the check done

Re: Installation issue with Python 3.6.2.

2017-09-05 Thread Thomas Jollans
On 2017-09-05 15:24, V Vishwanathan wrote: > For the past 8/10 hours I have been trying to install the above version > without any success. > > My O/S is windows 10 free upgrade from win 8.1 > > Every time I try to install, I simply get a message as per screen grab > attached. This list is te

Re: Installation Python 3.6.x on Windows using command line installer (without GUI)

2017-07-28 Thread Irmen de Jong
On 27/07/2017 20:55, Andreas Jung wrote: > > I need to installed Python 3.6.x on Windows as part of an automated process > without user-interaction. Recently Python releases provided MSI files for > installation using the "msiexec" utility however there are no more MSI > release files available

Re: Installation issue with Python 3.6.1 for 64 bit Windows

2017-03-26 Thread Arjun Janah
Thank you, Eryk Sun. On Mar 26, 2017 12:40 PM, "eryk sun" wrote: > On Sun, Mar 26, 2017 at 4:01 AM, arjun.janah > wrote: > > > > I ran the file and it appeared to install properly. But when I tried to > run Python from > > the Windows All Programs menu tab, I got the following message, in a > s

Re: Installation issue with Python 3.6.1 for 64 bit Windows

2017-03-26 Thread eryk sun
On Sun, Mar 26, 2017 at 4:01 AM, arjun.janah wrote: > > I ran the file and it appeared to install properly. But when I tried to run > Python from > the Windows All Programs menu tab, I got the following message, in a small > window by the window with a black screen: >

Re: Installation issue with Python 3.6.1 for 64 bit Windows

2017-03-26 Thread Sibylle Koczian
Am 26.03.2017 um 06:01 schrieb arjun.janah: Hello, I am using an HP PC, brought in 2009, which currently has on it Windows 7 Ultimate, Service Pack 1. Did you do all Windows updates? System type is 64-bit operating system. I went to https://www.python.org/downloads/windows/ and chose the f

Re: Installation problem

2016-04-16 Thread boB Stepp
On Sat, Apr 16, 2016 at 2:16 PM, Jurell wrote: > I installed the Python program version 3.5.1 32 bit and the IDE I am going > to use is Wing IDE 101. The problem when I tried installing the python > program was as follows: "The program can`t start because > api-ms-win-crt-runtime-l1-1-0.dll is m

Re: installation problem

2016-04-11 Thread Igor Korot
Hi, Palak, On Sun, Apr 10, 2016 at 2:30 AM, palak pandey wrote: > i m not able to install python software in my windows 10 os... > i have provided u with the image of error that is occurring during > installation > [image: Inline image 1] Attachments are not allowed on this list. Please copy an

Re: installation error

2016-01-28 Thread Oscar Benjamin
On 27 January 2016 at 15:56, JAMES SCALF wrote: > > I am having an issue installing Python 3.51, > > I get an error message stating that there is a dll that is > missing: > > API-MS-WIN-CRT-RUNTIME-l1-1-0.DLL You need to get this file in a Windows update from Microsoft. I think you can download i

Re: Installation

2016-01-12 Thread Joel Goldstick
On Mon, Jan 11, 2016 at 8:30 PM, Jansen, Ingram L < ijan...@broncos.uncfsu.edu> wrote: > > I can't download Python and I need it for class. Any suggestions? > > drop the class? ;) But more seriously, what OS, what version of Python, what did you try, what happened? > > Ingram Jansen > Banner ID

Re: installation error

2015-12-18 Thread Mark Lawrence
On 18/12/2015 08:44, IBRAHIM ARANSIOLA RIDWAN via Python-list wrote: Hi, My name is ridwan and I have a problem with installing the version 3.5.1 on my windows 10 system. My question is those python have specified compatibility issues or I downloaded the wrong version for my operating system,

Re: Installation Problem

2015-12-02 Thread Laura Creighton
In a message of Wed, 02 Dec 2015 14:42:48 +, Mark Lawrence writes: >On 02/12/2015 13:59, Laura Creighton wrote: >> In a message of Wed, 02 Dec 2015 13:30:38 +, Mark Lawrence writes: >>> 0) before asking search for "python installation problem" just in case >>> you're not the first person to

Re: Installation Problem

2015-12-02 Thread Mark Lawrence
On 02/12/2015 13:59, Laura Creighton wrote: In a message of Wed, 02 Dec 2015 13:30:38 +, Mark Lawrence writes: 0) before asking search for "python installation problem" just in case you're not the first person to have this issue. That is not a good idea, there are so many different hits fo

Re: Installation Problem

2015-12-02 Thread Laura Creighton
In a message of Wed, 02 Dec 2015 13:30:38 +, Mark Lawrence writes: >0) before asking search for "python installation problem" just in case >you're not the first person to have this issue. That is not a good idea, there are so many different hits for that. The first one I get is this: http://s

Re: Installation Problem

2015-12-02 Thread Laura Creighton
In a message of Wed, 02 Dec 2015 12:08:02 +, Packie Kelly writes: >Hi my name is Patrick, > >I have a problem regarding the installation of the latest version of >python, everytime I install the program I keep getting the message modify, >repair, uninstall. I've tried different versions but wit

Re: Installation Problem

2015-12-02 Thread Mark Lawrence
On 02/12/2015 13:12, Chris Angelico wrote: On Wed, Dec 2, 2015 at 11:08 PM, Packie Kelly wrote: Hi my name is Patrick, I have a problem regarding the installation of the latest version of python, everytime I install the program I keep getting the message modify, repair, uninstall. I've tried d

Re: Installation Problem

2015-12-02 Thread Chris Angelico
On Wed, Dec 2, 2015 at 11:08 PM, Packie Kelly wrote: > Hi my name is Patrick, > > I have a problem regarding the installation of the latest version of > python, everytime I install the program I keep getting the message modify, > repair, uninstall. I've tried different versions but with no luck. B

RE: Installation Problem

2015-12-02 Thread Packie Kelly
Hi my name is Patrick, I have a problem regarding the installation of the latest version of python, everytime I install the program I keep getting the message modify, repair, uninstall. I've tried different versions but with no luck. Before you ask I have already completely removed the program. L

Re: Installation of Python troubles

2015-12-02 Thread Chris Angelico
On Wed, Dec 2, 2015 at 2:11 PM, bezan deme via Python-list wrote: > I tried several times to install the Python 3.5.0 (windows x86 executable > installer) in my PC then in my LT and in both cases I failed. Last time, few > hours ago, I tried it again, then it opened a window with a sole "cancel"

Re: installation Python

2015-10-11 Thread Joel Goldstick
On Sun, Oct 11, 2015 at 10:13 AM, Zrinko Budimir wrote: > Hi, > > What is the difference between Python 3.5.0 and 3.5.0rc4? > What is rc4? > > -- > Zrinko Budimir > > -- > https://mail.python.org/mailman/listinfo/python-list > > rc = release candidate. If the final version is available, use that

Re: Installation problem

2015-10-08 Thread Oscar Benjamin
On Thu, 8 Oct 2015 22:41 eryksun wrote: > On 10/8/15, Oscar Benjamin wrote: > > On Thu, 8 Oct 2015 22:30 eryksun wrote: > > > > The new installer for 3.5 doesn't create an "App Paths" key for > > "python.exe" like the old installer used to do (see the old > > Tools/msi/msi.py). Without that, un

Re: Installation problem

2015-10-08 Thread eryksun
On 10/8/15, Oscar Benjamin wrote: > On Thu, 8 Oct 2015 22:30 eryksun wrote: > > The new installer for 3.5 doesn't create an "App Paths" key for > "python.exe" like the old installer used to do (see the old > Tools/msi/msi.py). Without that, unless python.exe is in the search > PATH, "Win+R -> pyt

Re: Installation problem

2015-10-08 Thread Oscar Benjamin
On Thu, 8 Oct 2015 22:30 eryksun wrote: On 10/8/15, Tim Golden wrote: > > What happens if you do [Windows] + R (ie Start > Run), enter "python" > and click OK? The new installer for 3.5 doesn't create an "App Paths" key for "python.exe" like the old installer used to do (see the old Tools/msi/m

Re: Installation problem

2015-10-08 Thread eryksun
On 10/8/15, Tim Golden wrote: > > What happens if you do [Windows] + R (ie Start > Run), enter "python" > and click OK? The new installer for 3.5 doesn't create an "App Paths" key for "python.exe" like the old installer used to do (see the old Tools/msi/msi.py). Without that, unless python.exe is

Re: Installation problem

2015-10-08 Thread Mark Lawrence
On 08/10/2015 16:27, Laura Creighton wrote: In a message of Thu, 08 Oct 2015 15:49:56 +0100, Tim Golden writes: On 08/10/2015 14:25, MICHAEL wrote: Hello, Please forgive a new user's ignorance. I am trying to install Python 3.5.0 on my laptop (Windows 10). The default installation directory i

Re: Installation problem

2015-10-08 Thread Laura Creighton
In a message of Thu, 08 Oct 2015 16:34:15 +0100, Tim Golden writes: >On 08/10/2015 16:27, Laura Creighton wrote: >> In a message of Thu, 08 Oct 2015 15:49:56 +0100, Tim Golden writes: >>> On 08/10/2015 14:25, MICHAEL wrote: Hello, Please forgive a new user's ignorance. I am

Re: Installation problem

2015-10-08 Thread Tim Golden
On 08/10/2015 16:27, Laura Creighton wrote: > In a message of Thu, 08 Oct 2015 15:49:56 +0100, Tim Golden writes: >> On 08/10/2015 14:25, MICHAEL wrote: >>> Hello, >>> >>> Please forgive a new user's ignorance. >>> >>> I am trying to install Python 3.5.0 on my laptop (Windows 10). The >>> default i

Re: Installation problem

2015-10-08 Thread Laura Creighton
In a message of Thu, 08 Oct 2015 15:49:56 +0100, Tim Golden writes: >On 08/10/2015 14:25, MICHAEL wrote: >> Hello, >> >> Please forgive a new user's ignorance. >> >> I am trying to install Python 3.5.0 on my laptop (Windows 10). The >> default installation directory is shown as c:\Users\(my user

Re: Installation problem

2015-10-08 Thread Chris Angelico
On Fri, Oct 9, 2015 at 12:25 AM, MICHAEL wrote: > Scattered files include: > python.exe (in Open Office) > python27.dll (in CHIRP) > pythoncom27.dll (in CHIRP) > python33.dll (in HamRadio\WSJT) > python25.dll (in "Koan c:\Program Files(x86)\Cyberlink) > > I assume these various .dll files are used

Re: Installation problem

2015-10-08 Thread Tim Golden
On 08/10/2015 14:25, MICHAEL wrote: > Hello, > > Please forgive a new user's ignorance. > > I am trying to install Python 3.5.0 on my laptop (Windows 10). The > default installation directory is shown as c:\Users\(my user > name)\AppData\Local\Programs\Python\Python35-32. However, if I select > C

Re: Installation problem

2015-10-08 Thread paul.hermeneutic
On Oct 8, 2015 7:31 AM, "MICHAEL" wrote: > > Hello, > > Please forgive a new user's ignorance. > > I am trying to install Python 3.5.0 on my laptop (Windows 10). The default installation directory is shown as c:\Users\(my user name)\AppData\Local\Programs\Python\Python35-32. However, if I select C

Re: Installation problem

2015-10-08 Thread Tim Golden
On 08/10/2015 14:25, MICHAEL wrote: > Hello, > > Please forgive a new user's ignorance. > > I am trying to install Python 3.5.0 on my laptop (Windows 10). The > default installation directory is shown as c:\Users\(my user > name)\AppData\Local\Programs\Python\Python35-32. However, if I select > C

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-06 Thread Zachary Ware
On Aug 6, 2015 3:55 AM, "Terry Reedy" wrote: > Actually, people do a service by installing and testing pre-release software. They just need to realize that this is what they are doing ;-). Indeed. However, I was assuming (possibly rashly, and if that's the case, my apologies to Rick) that Rick i

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-06 Thread Terry Reedy
On 8/5/2015 10:43 PM, Zachary Ware wrote: C:\Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py ** IDLE can't import Tkinter. Your Python may not be configured for Tk. ** You hit upon a bug in 3.5.0b4, which is that the installer is broken for tkinter unless you hav

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-06 Thread Thomas 'PointedEars' Lahn
Terry Reedy wrote: > On 8/5/2015 6:09 PM, Thomas 'PointedEars' Lahn wrote: >> Rick Smith wrote: >>> I also attempted to run "idle", with the following results: >>> >>> C: >> \Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py >>> ** IDLE can't import Tkinter. >>>

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-05 Thread Zachary Ware
Hi Rick, On Wed, Aug 5, 2015 at 11:12 AM, Rick Smith wrote: > I was able to install various versions of Python (3.5.0b4 32bit being the > most recent) multiple times (uninstalling in between) and they worked > ("python --version" at the command line worked). > > However pythonw.exe did not and do

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-05 Thread Terry Reedy
On 8/5/2015 6:09 PM, Thomas 'PointedEars' Lahn wrote: Rick Smith wrote: I also attempted to run "idle", with the following results: C: \Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py ** IDLE can't import Tkinter. Your Python may not be configured for Tk

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-05 Thread Terry Reedy
On 8/5/2015 12:12 PM, Rick Smith wrote: I was able to install various versions of Python (3.5.0b4 32bit being the most recent) multiple times (uninstalling in between) and they worked ("python --version" at the command line worked). However pythonw.exe did not and does not work. I was simply re

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-05 Thread Thomas 'PointedEars' Lahn
Thomas 'PointedEars' Lahn wrote: > > > (First hit for “pythonw” on Google with my account. I have never visited > that site before or can remember to have searched for “pythonw”.) JFTR: s/site/question/. I am rather active

Re: Installation Successful, but pythonw and idle doesn't function

2015-08-05 Thread Thomas 'PointedEars' Lahn
Rick Smith wrote: > However pythonw.exe did not and does not work. I was simply returned to > the command prompt, without ANY interaction or error. > >prompt>pythonw > >prompt> Works as designed. You are proceeding from a false assumption. pythonw.exe is not meant to provide an inter

Re: Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/

2013-04-02 Thread Ned Deily
In article , Jason Swails wrote: > On Tue, Apr 2, 2013 at 6:22 AM, kramer65 wrote: > > > Hello people, > > > > > > I installed python 2.7 on Mac OSX 10.6.8 with no problems and it is > > working fine. When I try to install Kivy however (www.kivy.org), I get an > > error saying: > > > > How

Re: Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/

2013-04-02 Thread Jason Swails
On Tue, Apr 2, 2013 at 6:22 AM, kramer65 wrote: > Hello people, > > > I installed python 2.7 on Mac OSX 10.6.8 with no problems and it is > working fine. When I try to install Kivy however (www.kivy.org), I get an > error saying: > How did you install Python 2.7? How did you install Kivy? Not

Re: installation

2013-02-26 Thread Ned Deily
In article <445bf19a-2093-4910-97a5-7f23d6e64...@insightbb.com>, Steve Pruitt wrote: > I installed Python 3.3 for the Mac (10.6.8), but I did not get the > interpreter installed. I get IDLE and the Launcher, but no interpreter. At > least I can't find it. > > I thought maybe it updated /Sys

Re: installation

2013-02-25 Thread Dave Angel
On 02/25/2013 10:58 PM, Steve Pruitt wrote: I installed Python 3.3 for the Mac (10.6.8), but I did not get the interpreter installed. I get IDLE and the Launcher, but no interpreter. At least I can't find it. I thought maybe it updated /System/Library/Frameworks/Python.framework. No luck.

Re: Installation of yappi (timing module)

2012-08-25 Thread Virgil Stokes
On 24-Aug-2012 12:28, Virgil Stokes wrote: I have been doing some experiments with different modules for the timing of functions and code segments. One module I would like to test is yappi (thread aware timer) which is listed at PyPI. However, I have been unable to install it on Windows Vista a

Re: Installation problem: Python 2.6.6 (32-Bit) on Windows 7 (32-Bit)

2010-09-04 Thread Martin v. Loewis
Am 01.09.2010 21:18, schrieb Cappy2112: > Has anyone else had problems running the msi for Python 2.6.6 on > Windows 7 Professional? I specifically tested whether "compile .py" works before the release, and it worked fine on my machine. I suspect you have a source file on your disk that it tries

Re: Installation question 2.5.4

2009-10-17 Thread ryles
On Sat, Oct 17, 2009 at 9:55 PM, JimR wrote: > Thanks. As it turned out, I needed /usr/local/python instead of /usr/local > as the prefix. After setting that, all worked as it should. -- http://mail.python.org/mailman/listinfo/python-list

Re: Installation question 2.5.4

2009-10-17 Thread ryles
On Oct 17, 2:22 am, JimR wrote: > I completed the configure, the make and the make install.  However, the > last instruction in README is to perform > pkgmanager -a /usr/python > > As you may have guessed, Redhat does not have pkgmanager.  What can I do > to work-around this problem and get this l

Re: installation in mac os x

2009-06-24 Thread Philip Semanchuk
On Jun 24, 2009, at 4:48 PM, Karl Jansson wrote: What happens if you work on the commandline (Terminal)? Python2.6 should be available from (out of my head) /Library/Frameworks/Python.framework/Versions/2.6/bin/python If that's working, it is successfully installed. Diez -- http://mail.pyt

Re: installation in mac os x

2009-06-24 Thread Karl Jansson
What happens if you work on the commandline (Terminal)? Python2.6 should be available from (out of my head) /Library/Frameworks/Python.framework/Versions/2.6/bin/python If that's working, it is successfully installed. Diez -- http://mail.python.org/mailman/listinfo/python-list If I work o

Re: installation in mac os x

2009-06-11 Thread Diez B. Roggisch
Karl Jansson wrote: > Hi, > > I was doing the tutorial at http://www.python.org/doc/current/ > tutorial/, and I came across some code that did not work, and I got > the following error: AttributeError: 'str' object has no attribute > 'format'. > > So I downloaded a .dmg of python 2.6.2

Re: installation in mac os x

2009-06-10 Thread Philip Semanchuk
On Jun 10, 2009, at 10:38 PM, Karl Jansson wrote: Hi, I was doing the tutorial at http://www.python.org/doc/current/tutorial/ , and I came across some code that did not work, and I got the following error: AttributeError: 'str' object has no attribute 'format'. So I downloaded a .dmg

Re: Installation on Vista (Was: ANN: ActivePython 2.6.0.0 is now available)

2008-11-18 Thread Artur M. Piwko
In the darkest hour on Mon, 17 Nov 2008 16:53:27 -0800 (PST), Mensanator <[EMAIL PROTECTED]> screamed: > Strange, I had to. Had you enebled it previously and assinged a > password? > I couldn't use a "runas" command without a password. I never tried the > Administrator-Disabled/Password-Assigned co

Re: Installation on Vista (Was: ANN: ActivePython 2.6.0.0 is now available)

2008-11-17 Thread Mensanator
On Nov 17, 7:58 pm, Mensanator <[EMAIL PROTECTED]> wrote: > On Nov 17, 7:24 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > > > > > > > Mensanator wrote: > > > On Nov 17, 6:26 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > > >> Mensanator wrote: > > >>> On Nov 17, 5:44 pm, Steve Holden <[EMAIL PROTECT

Re: Installation on Vista (Was: ANN: ActivePython 2.6.0.0 is now available)

2008-11-17 Thread Mensanator
On Nov 17, 7:24 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Mensanator wrote: > > On Nov 17, 6:26 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > >> Mensanator wrote: > >>> On Nov 17, 5:44 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Trent Mick wrote: > > Mensanator wrote: > What

Re: Installation on Vista (Was: ANN: ActivePython 2.6.0.0 is now available)

2008-11-17 Thread Steve Holden
Mensanator wrote: > On Nov 17, 6:26 pm, Steve Holden <[EMAIL PROTECTED]> wrote: >> Mensanator wrote: >>> On Nov 17, 5:44 pm, Steve Holden <[EMAIL PROTECTED]> wrote: Trent Mick wrote: > Mensanator wrote: What about Vista? Do you need to use the Administrator account to ins

  1   2   >