Re: Installing Python-3.10.16

2025-01-14 Thread Mats Wichmann via Python-list
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" releases.

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-23 Thread Chris Green
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Mirko via Python-list
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Angelico
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Michael Torrie
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
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

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Michael Torrie
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'

[SOLVED] Re: Installing Python 3.8.3 with tkinter

2020-07-24 Thread Klaus Jantzen
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

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Anssi Saari
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

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Ned Deily
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

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Christian Gollwitzer
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

Re: Installing Python 3.8.3 with tkinter

2020-07-22 Thread 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=/usr/local --enable-loadable-sqlite-extensio

Re: Installing Python 3.8.3 with tkinter

2020-07-22 Thread Ned Deily
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

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread MRAB
On 2019-10-28 19:42, Terry Reedy wrote: On 10/28/2019 2:47 PM, MRAB wrote: On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling If you're using Windows, you'd just insta

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread Terry Reedy
On 10/28/2019 2:47 PM, MRAB wrote: On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling If you're using Windows, you'd just install the different Python versions into di

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread Terry Reedy
On 10/28/2019 2:27 PM, DL Neil via Python-list wrote: Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini In

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread MRAB
On 2019-10-28 18:27, DL Neil via Python-list wrote: Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini Invia

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread DL Neil via Python-list
Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini Inviato da Posta per Windows 10 If the question is abou

Re: Installing Python 3.6.1 on a Windows 10

2017-04-10 Thread eryk sun
On Mon, Apr 10, 2017 at 3:45 PM, Colin J. Williams wrote: > Below is the tail of my Install Log. > Is this a problem that I should be able to resolve? > Advice sought. Open a Windows / Installation issue on bugs.python.org. Zip up the installation logs and attach the zip to the issue. -- https:/

Re: Installing Python on Windows 7

2016-10-28 Thread eryk sun
On Fri, Oct 28, 2016 at 2:39 PM, Jens Janzen wrote: > 1. Download C runtime Libraries from Microsoft > https://support.microsoft.com/de-de/kb/2999226 > for Windows 7 The more recent update is here [1], but don't use this. Use Windows Update to get the latest updates. [1]: https://support.microso

Re: Installing Python on Windows 7

2016-10-28 Thread Jens Janzen
Am Freitag, 28. Oktober 2016 01:24:18 UTC+2 schrieb Karen Hermann: > I just downloaded Python 3.5.2 for Windows, which I installed on a Windows 7 > laptop. Disclaimer up front, I am a former lapsed programmer that has been > away from it and all things Windows since Windows XP. :)I’m back t

Re: Installing Python on Windows 7

2016-10-27 Thread eryk sun
On Thu, Oct 27, 2016 at 10:10 PM, Karen Hermann wrote: > > Can you help please, is there something wrong with my system / setup, should > I be > downloading a different Python version? The system is missing the new C runtime. Enable Windows Update and install the recommended updates. -- https:/

Re: Installing python

2016-09-05 Thread Wildman via Python-list
On Mon, 05 Sep 2016 20:01:08 +, alister wrote: > On Mon, 05 Sep 2016 12:46:58 -0700, emaraiza98 wrote: > >> I installed pycharm for a computer science class I'm taking, and also >> downloaded python 3.5.2. However, my computer for some reason won't use >> 3.5.2 and my professor told me I need

Re: Installing python

2016-09-05 Thread alister
On Mon, 05 Sep 2016 12:46:58 -0700, emaraiza98 wrote: > I installed pycharm for a computer science class I'm taking, and also > downloaded python 3.5.2. However, my computer for some reason won't use > 3.5.2 and my professor told me I needed to download an earlier version > to change the project i

Re: Installing Python 2.7 for all users on SLES 11

2016-08-05 Thread Bo Stone
On Thursday, August 4, 2016 at 8:54:35 PM UTC-7, Bo Stone wrote: > I installed Python 2.7 on SLES 11 box that previously was running Python 2.6. > To do so I used a script described in this post > (http://stackoverflow.com/a/11371726/135946) and run it as a root user. > Everything went well but

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
Thank you, repair worked! I already have py.ini and don't want to add shebangs, I have at least 50 Python files and I don't want to edit all of them. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: Installing Python 3 on Windows

2016-08-02 Thread eryk sun
On Tue, Aug 2, 2016 at 12:11 PM, Uri Even-Chen wrote: > > I want to install Python 3 on Windows, but I also need Python 2 for Google > App Engine SDK. When I type a name of a Python file in command line, I want > it to run with Python 3. However, I checked with "print 3/5" and it printed > 0 - Pyt

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
I have the launcher installed and I configured it with a C:\Windows\py.ini file to run Python 3 when typing "py". But when I type the file name it runs Python 2. >py Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" o

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
I don't understand. How do I use the Python Launcher? I didn't find such an option when installing Python 3. http://screencast.com/t/mBXfyMw4jpa http://screencast.com/t/FidjuB68aJ5G *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com

Re: Installing Python 3 on Windows

2016-08-02 Thread Edward Diener
On 8/2/2016 8:11 AM, Uri Even-Chen wrote: Hi, I want to install Python 3 on Windows, but I also need Python 2 for Google App Engine SDK. When I type a name of a Python file in command line, I want it to run with Python 3. However, I checked with "print 3/5" and it printed 0 - Python 2. I have th

Re: installing python

2016-04-14 Thread Random832
On Thu, Apr 14, 2016, at 13:59, Cheryl Arko wrote: > I am having issues installing the python software on my laptop. I have > tried to install it several times and when I try to get into the program > it > keeps giving me options to modify, repair or uninstall. I have tried all > of those options

Re: Installing Python 3.5 fails

2015-09-30 Thread Laura Creighton
In a message of Tue, 29 Sep 2015 21:40:08 -, Tom Barnett writes: > > > >I do have a fresh successful install of Visual Studio 2015 Redistributables >installed. > >Then I reinstalled Python 3.5 and still now joy. > >What am I missing? > >Tom (It's another missing api-ms-win-crt-runtime-l1-1-0

RE: Re: Installing Python 2.7.5-1 on AIX 6.1

2015-08-26 Thread Manarski, Mark
1:29 AM To: python-list@python.org Subject: [EXTERNAL] Re: Installing Python 2.7.5-1 on AIX 6.1 On 8/26/2015 10:35 AM, Zachary Ware wrote: > Hi Mark, > > On Wed, Aug 26, 2015 at 9:03 AM, Manarski, Mark > wrote: >> I have downloaded the “python-2.7.5-1.aix6.1.ppc.rpm” package from &

Re: Installing Python 2.7.5-1 on AIX 6.1

2015-08-26 Thread mhmanarski
On Wednesday, August 26, 2015 at 11:30:15 AM UTC-4, Terry Reedy wrote: > On 8/26/2015 10:35 AM, Zachary Ware wrote: > > Hi Mark, > > > > On Wed, Aug 26, 2015 at 9:03 AM, Manarski, Mark > > wrote: > >> I have downloaded the "python-2.7.5-1.aix6.1.ppc.rpm" package from the IBM > >> Linux ToolBox sit

Re: Installing Python 2.7.5-1 on AIX 6.1

2015-08-26 Thread Terry Reedy
On 8/26/2015 10:35 AM, Zachary Ware wrote: Hi Mark, On Wed, Aug 26, 2015 at 9:03 AM, Manarski, Mark wrote: I have downloaded the “python-2.7.5-1.aix6.1.ppc.rpm” package from the IBM Linux ToolBox site. When I try to install the python rpm package, it fails because it’s looking for (7) depende

Re: Installing Python 2.7.5-1 on AIX 6.1

2015-08-26 Thread Zachary Ware
Hi Mark, On Wed, Aug 26, 2015 at 9:03 AM, Manarski, Mark wrote: > I have downloaded the “python-2.7.5-1.aix6.1.ppc.rpm” package from the IBM > Linux ToolBox site. > > When I try to install the python rpm package, it fails because it’s looking > for (7) dependencies listed below. The dependencies

Re: Installing Python

2015-04-15 Thread Ned Deily
In article <4048ad0c-a403-4141-ab8b-5884a0084...@gildawson.com>, Gil Dawson wrote: > Hi-- > > I'm on MacOS 10.6.8, learning to use Amazon Web Services' Simple Storage > Service's Command Line Interface (AWS S3 CLI). > > They say in their documentation that their CLI needs Python version 2.7 o

Re: installing python 3

2014-09-09 Thread Volker Birk
Ashley Forman wrote: > My name is Ashley Forman, and I am emailing because I cannot install > python onto my Mac laptop! I have installed Active-TCl 8.5 along with > Python 3.3 and tried with 3.4, and couldn't figure out a solution to my > problem. When I click on IDLE to open, it does not open a

Re: installing python 3

2014-09-09 Thread Guido van Rossum
Dear Ashley, Try describing your problem on StackOverflow.com. I'm sure someone there will help you. Good luck! --Guido On Sep 9, 2014 2:27 AM, "Ashley Forman" wrote: > Hello, > My name is Ashley Forman, and I am emailing because I cannot install > python onto my Mac laptop! I have installed

Re: Installing Python 3

2014-09-08 Thread Ned Deily
In article , Ashley Forman wrote: > My name is Ashley Forman, and I am emailing because I cannot install > python onto my Mac laptop! I have installed Active-TCl 8.5 along with > Python 3.3 and tried with 3.4, and couldn't figure out a solution to my > problem. When I click on IDLE to open, it

Re: Installing Python 2.6.2 on Ubuntu 12.1

2014-07-21 Thread Miki Tebeka
Greetings, > The installation went through successfully, however I > noticed that some of the _*.so files did not get built under > lib/python2.6/lib-dynload/ folder (eg _sha256.so) , which is likely the reason > why my setuptools install failed due to the error: I believe you need the developer l

Re: Installing Python from sources with all the modules

2013-12-16 Thread David Robinow
On Mon, Dec 16, 2013 at 8:55 PM, shankha wrote: > Hi, > I am trying to install Python 3.3 from the latest sources on linux. > > After the installation when I try to run the following I get a error: > > ./python > Python 3.3.3 (default, Dec 16 2013, 18:28:25) > [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)

Re: Installing Python from sources with all the modules

2013-12-16 Thread Terry Reedy
On 12/16/2013 8:55 PM, shankha wrote: I am trying to install Python 3.3 from the latest sources on linux. After the installation when I try to run the following I get a error: ./python Python 3.3.3 (default, Dec 16 2013, 18:28:25) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux

Re: Installing Python 3.3.2 pip

2013-11-17 Thread Chris Angelico
On Sun, Nov 17, 2013 at 11:56 PM, Mark Lawrence wrote: > p.s. am I the only person who is currently paranoid about my spelling and > grammar? Certainly not. I'm paranoid about your grammar too, she may be getting on in years but she could whump me if she wanted to! ChrisA -- https://mail.python

Re: Installing Python 3.3.2 pip

2013-11-17 Thread Mark Lawrence
On 17/11/2013 10:05, Tim Golden wrote: Nikos: you've asked the same question three times in less than half an hour. Please have some patience. According to my system it was actually 34 minutes, more accuracy please :) In addition, your question is about finding packages under CentOS, so you

Re: Installing Python 3.3.2 pip

2013-11-17 Thread Tim Golden
On 17/11/2013 09:56, Nikos wrote: python3.4 is gone at this stage. Now if i only could install pip for Python 3.3.2 Here is what i have tried: root@secure [~]# which python3 /usr/bin/python3 root@secure [~]# which pip /usr/bin/pip root@secure [~]# yum install pip3 Loaded plugins: fastestmirr

Re: Installing Python 3.3.2 pip

2013-11-17 Thread memilanuk
On 11/17/2013 01:56 AM, Nikos wrote: python3.4 is gone at this stage. Now if i only could install pip for Python 3.3.2 Here is what i have tried: root@secure [~]# which python3 /usr/bin/python3 root@secure [~]# which pip /usr/bin/pip root@secure [~]# yum install pip3 Loaded plugins: fastestm

Re: Installing Python 3.2.3 on Win 7

2012-08-16 Thread Ulrich Eckhardt
Am 16.08.2012 09:17, schrieb Johan van Zyl: I installed Python 3.2.3 successfully on my work laptop (XP) but cannot seem to do it on my home PC (Win7) I click the button to install and the window just disappears o the screen. So how do I in fact install Python 3.2.3 on Win 7? I used some MSI fi

Re: Installing Python 3.2.3 on Win 7

2012-08-16 Thread Johan van Zyl
Python 32 bit on Win 7 32 bit. Thx! On 16 August 2012 12:32, Tommi Helander wrote: > Hi Johan, > > -Are you trying to install 32 or 64-bit Python? > -Is your Win7 32 or 64-bits? > -Have you tried running the Python installer from the command line to see if > it generates any helpful output? > > -

RE: Installing Python 3.2.3 on Win 7

2012-08-16 Thread Tommi Helander
Hi Johan, -Are you trying to install 32 or 64-bit Python? -Is your Win7 32 or 64-bits? -Have you tried running the Python installer from the command line to see if it generates any helpful output? -Tommi Helander > Date: Thu, 16 Aug 2012 09:17:43 +0200 > Subject: Installing Python 3.2.3 on Win

Re: Installing Python 2.5.2 on Win 7

2012-04-01 Thread W. eWatson
On 4/1/2012 1:57 PM, Irmen de Jong wrote: On 1-4-2012 22:11, W. eWatson wrote: To solve this problem I thought I would install the software on my laptop Win7 PC. When I tried PIL.1.1.6 I got several unexpected messages that seem to indicate things were not going well. I have stopped to find ou

Re: Installing Python 2.5.2 on Win 7

2012-04-01 Thread Irmen de Jong
On 1-4-2012 22:11, W. eWatson wrote: > To solve this problem I thought I would install the software on my laptop > Win7 PC. When > I tried PIL.1.1.6 I got several unexpected messages that seem to indicate > things were > not going well. I have stopped to find out if it is really possible to > in

Re: Installing Python Apps on Mac Lion

2012-03-13 Thread Benjamin Kaplan
On Tue, Mar 13, 2012 at 12:42 PM, wrote: > > Sábado, 25 de Junho de 2011 02h20min49s UTC+1, JKPeck escreveu: > > The Lion version of the OS on the Mac comes with Python 2.7 installed, > > but it is in /System/Library/Frameworks/..., and this area is not writable > > by third party apps. > > > > So

Re: Installing Python Apps on Mac Lion

2012-03-13 Thread dilvanezanardine
Sábado, 25 de Junho de 2011 02h20min49s UTC+1, JKPeck escreveu: > The Lion version of the OS on the Mac comes with Python 2.7 installed, but it > is in /System/Library/Frameworks/..., and this area is not writable by third > party apps. > > So is there a consensus on what apps that typically ins

Re: Installing Python on CentOS 6 - a big pain

2012-01-23 Thread Benedict Verheyen
On 20/01/2012 12:42, Anssi Saari wrote: > Benedict Verheyen writes: > >> If i need to install a new version of Python, as I happen to have done today, >> I only need to do step 4. Which is maybe 5 minutes of work. > > I don't really understand why you compile these common libraries (zlib, > ncur

Re: Installing Python on CentOS 6 - a big pain

2012-01-20 Thread Anssi Saari
Benedict Verheyen writes: > If i need to install a new version of Python, as I happen to have done today, > I only need to do step 4. Which is maybe 5 minutes of work. I don't really understand why you compile these common libraries (zlib, ncurses, readline) yourself instead of using the relevan

Re: Installing Python on CentOS 6 - a big pain

2012-01-20 Thread rusi
On Jan 20, 2:39 pm, Benedict Verheyen wrote: > On 19/01/2012 5:36, Steven D'Aprano wrote: > > > > > > > > > On Wed, 18 Jan 2012 19:10:43 -0800, alex23 wrote: > > > > > download the tar ball > > extract the contents of the file > > cd into the source directory > > run ./configure > > run make > >

Re: Installing Python on CentOS 6 - a big pain

2012-01-20 Thread Benedict Verheyen
On 19/01/2012 5:36, Steven D'Aprano wrote: > On Wed, 18 Jan 2012 19:10:43 -0800, alex23 wrote: > > > download the tar ball > extract the contents of the file > cd into the source directory > run ./configure > run make > optionally run make test > run sudo make altinstall > > As a total n00b who

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Chris Angelico
On Thu, Jan 19, 2012 at 10:16 PM, Christian Heimes wrote: > Much easier: > > $ apt-get build-dep python In the specific case where that's available, it's fine. I've not gotten into the habit of trusting it, though, largely because a lot of what I compile _isn't_ in the package manager - otherwise

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Christian Heimes
Am 19.01.2012 12:05, schrieb Chris Angelico: > What I do is apt-get the most obvious things (g++/gcc and make, in > this case), then run configure and see if it bombs, then run make and > see if it bombs, and whenever there's a "command not found", attempt > to apt-get that command as a package nam

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Noah Hall
On Thu, Jan 19, 2012 at 10:47 AM, Steven D'Aprano wrote: > On Thu, 19 Jan 2012 20:43:23 +1100, Chris Angelico wrote: > >> On Thu, Jan 19, 2012 at 3:36 PM, Steven D'Aprano >> wrote: >>> With all the tools installed, it's a matter of a few minutes effort to >>> build from scratch: > > [...] >> Now,

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Chris Angelico
On Thu, Jan 19, 2012 at 9:47 PM, Steven D'Aprano wrote: > I daresay any decent package manager would be able to provide the > complete tool chain for building Python from source. But I have no idea > what tools are needed -- gcc and make, obviously, but what else? Maybe it > really is as simple as

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Steven D'Aprano
On Thu, 19 Jan 2012 20:43:23 +1100, Chris Angelico wrote: > On Thu, Jan 19, 2012 at 3:36 PM, Steven D'Aprano > wrote: >> With all the tools installed, it's a matter of a few minutes effort to >> build from scratch: [...] > Now, granted, this was Debian and I can't speak for Centos. But it would

Re: Installing Python on CentOS 6 - a big pain

2012-01-19 Thread Chris Angelico
On Thu, Jan 19, 2012 at 3:36 PM, Steven D'Aprano wrote: > With all the tools installed, it's a matter of a few minutes effort to > build from scratch: > > run ./configure > run make > run sudo make altinstall > > As a total n00b who'd never used make before, it took me 25 minutes > effort on my fi

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread Steven D'Aprano
On Wed, 18 Jan 2012 19:10:43 -0800, alex23 wrote: > On Jan 19, 4:00 am, John Nagle wrote: >>    It turns out that installing Python 2.7.2 on CentOS 6.0 is a lot >>    of >> work. > > There must have been some radical changes between Centos 5 & 6, then, as > building Python 2.7 from scratch took

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread alex23
On Jan 19, 4:00 am, John Nagle wrote: >    It turns out that installing Python 2.7.2 on CentOS 6.0 is a lot of > work. There must have been some radical changes between Centos 5 & 6, then, as building Python 2.7 from scratch took all of 10 minutes. >  Here are the official CentOS install instruc

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread Albert W. Hopkins
On Wed, 2012-01-18 at 10:00 -0800, John Nagle wrote: > Python does not "just work". I should be able to command > "yum install python27". (And not clobber the Python 2.6 that > comes with CentOS.) > > This sort of thing is why Python is losing market share. > > Or — and this is the mor

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread Steven D'Aprano
On Wed, 18 Jan 2012 10:00:47 -0800, John Nagle wrote: > This sort of thing is why Python is losing market share. Only on Planet Nagle. Do you have any evidence that Python actually *is* losing market share, or are you just trolling? -- Steven -- http://mail.python.org/mailman/listinfo

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread J.O. Aho
John Nagle wrote: It turns out that installing Python 2.7.2 on CentOS 6.0 is a lot of work. Here are the official CentOS install instructions: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=34515&forum=41 Don't see any official about the post, it's just another forum member who po

Re: Installing Python on CentOS 6 - a big pain

2012-01-18 Thread Benjamin Kaplan
On Wed, Jan 18, 2012 at 1:00 PM, John Nagle wrote: >  It turns out that installing Python 2.7.2 on CentOS 6.0 is a lot of work. >  Here are the official CentOS install instructions: > > http://www.centos.org/modules/newbb/viewtopic.php?topic_id=34515&forum=41 > > Not only do you have to build Pyth

Re: Installing Python 2.6.7 on Windows

2011-09-30 Thread Blockheads Oi Oi
On Sep 29, 2:59 am, rantingrick wrote: > On Sep 27, 11:25 pm, Steven D'Aprano > +comp.lang.pyt...@pearwood.info> wrote: > > The Python development team is relatively small and chronically busy: too > > much to do and not enough time to do it. > > If that is the case then why do they snub their no

Re: Installing Python 2.6.7 on Windows

2011-09-29 Thread Brian Curtin
On Wed, Sep 28, 2011 at 19:10, Nobody wrote: > On Wed, 28 Sep 2011 15:21:25 -0700, Ned Deily wrote: > > > No, it was a deliberate decision. After a release is in security-fix > > mode only, we don't build Windows or Mac OS X installers for them. > > But you continue to offer the installers for t

Re: Installing Python 2.6.7 on Windows

2011-09-28 Thread rantingrick
On Sep 27, 11:25 pm, Steven D'Aprano wrote: > The Python development team is relatively small and chronically busy: too > much to do and not enough time to do it. If that is the case then why do they snub their noses at anyone who wishes to help? What kind of people would chase off good help jus

Re: Installing Python 2.6.7 on Windows

2011-09-28 Thread Gabriel Genellina
En Wed, 28 Sep 2011 21:10:38 -0300, Nobody escribió: On Wed, 28 Sep 2011 15:21:25 -0700, Ned Deily wrote: No, it was a deliberate decision. After a release is in security-fix mode only, we don't build Windows or Mac OS X installers for them. But you continue to offer the installers for the

Re: Installing Python 2.6.7 on Windows

2011-09-28 Thread Nobody
On Wed, 28 Sep 2011 15:21:25 -0700, Ned Deily wrote: > No, it was a deliberate decision. After a release is in security-fix > mode only, we don't build Windows or Mac OS X installers for them. But you continue to offer the installers for the unfixed version. -- http://mail.python.org/mailman/

Re: Installing Python 2.6.7 on Windows

2011-09-28 Thread Ned Deily
In article <4e82a1a1$0$29965$c3e8da3$54964...@news.astraweb.com>, Steven D'Aprano wrote: > On Tue, 27 Sep 2011 14:32:43 -0700, Wanderer wrote: > > I need to stay in sink with the rest of the company which is still using > > 2.6 flavors. There was some investigation into going to Python 3 but not

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Steven D'Aprano
On Tue, 27 Sep 2011 14:32:43 -0700, Wanderer wrote: > I need to stay in sink with the rest of the company which is still using > 2.6 flavors. There was some investigation into going to Python 3 but not > enough of the libraries we use were available. I'll install 2.6.6. I > don't think the securit

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Terry Reedy
On 9/27/2011 5:32 PM, Wanderer wrote: I need to stay in sink with the rest of the company which is still using 2.6 flavors. There was some investigation into going to Python 3 but not enough of the libraries we use were available. I'll install 2.6.6. I don't think the security stuff really effec

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Brian Curtin
On Tue, Sep 27, 2011 at 16:32, Wanderer wrote: > I think it is strange to release a security update but not really expect > people > to use it. We expect that people who need 2.6 but won't move to 2.7, and at the same time are vulnerable to the security issue(s), would be able to compile Python

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Wanderer
On Sep 27, 5:19 pm, becky_lewis wrote: > On Sep 27, 9:54 pm, Wanderer wrote: > > > How do I install Python 2.6.7 on Windows? The Python 2.6.6 page says > > > "Python 2.6.6 has been replaced by a newer security-fix only source > > release of Python. Please download Python 2.6.7 instead." > > > But

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread becky_lewis
On Sep 27, 9:54 pm, Wanderer wrote: > How do I install Python 2.6.7 on Windows? The Python 2.6.6 page says > > "Python 2.6.6 has been replaced by a newer security-fix only source > release of Python. Please download Python 2.6.7 instead." > > But there is no windows installer on the 2.6.7 page. Do

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Brian Curtin
On Tue, Sep 27, 2011 at 15:54, Wanderer wrote: > How do I install Python 2.6.7 on Windows? The Python 2.6.6 page says > > "Python 2.6.6 has been replaced by a newer security-fix only source > release of Python. Please download Python 2.6.7 instead." > > But there is no windows installer on the 2.6

Re: Installing Python 2.6.7 on Windows

2011-09-27 Thread Arnaud Delobelle
On 27 September 2011 21:54, Wanderer wrote: > How do I install Python 2.6.7 on Windows? The Python 2.6.6 page says > > "Python 2.6.6 has been replaced by a newer security-fix only source > release of Python. Please download Python 2.6.7 instead." > > But there is no windows installer on the 2.6.7

Re: Installing Python Apps on Mac Lion

2011-06-24 Thread Ned Deily
In article <2ffee45b-8987-4fb4-8c8b-c1eed728e...@glegroupsg2000goo.googlegroups.com >, JKPeck wrote: > The Lion version of the OS on the Mac comes with Python 2.7 installed, but it > is in /System/Library/Frameworks/..., and this area is not writable by third > party apps. > > So is there a

Re: Installing Python as Scripting Language in IIS

2010-08-31 Thread Michel Claveau - MVP
Re ! More details: C:\Python26\Lib\site-packages\win32comext\axscript\Demos\client\ie\demo.htm @+ -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing Python as Scripting Language in IIS

2010-08-31 Thread Michel Claveau - MVP
Hi! You must register Python as ActiveScripting's language. See : C:\Python26\Lib\site-packages\win32comext\axscript @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing Python as Scripting Language in IIS

2010-08-31 Thread hexusne...@gmail.com
On Aug 30, 6:55 pm, naugiedoggie wrote: > Hello, > > Windows 2003, 64-bit, standard edition server with IIS 6.0.  I > followed the MS instruction sheets on setting up CGI application with > Python as scripting engine.  I'm just getting 404 for the test script, > whereas an html file in the same vi

Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Philip Semanchuk
On Jun 16, 2010, at 1:29 PM, Trevor wrote: Running ubuntu 9.04 "jaunty". When I run make I get the following error: Python build finished, but the necessary bits to build these modules were not found: _sqlite3 So the easy solution is to just install the missing dependency using apt-ge

Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Thomas Jollans
On 06/16/2010 07:29 PM, Trevor wrote: > Running ubuntu 9.04 "jaunty". > > When I run make I get the following error: > > Python build finished, but the necessary bits to build these > modules were not found: > _sqlite3 > > > So the easy solution is to just install the missing dependency

Re: Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?

2010-06-16 Thread Benjamin Kaplan
On Wed, Jun 16, 2010 at 10:29 AM, Trevor wrote: > Running ubuntu 9.04 "jaunty". > > When I run make I get the following error: > >    Python build finished, but the necessary bits to build these > modules were not found: >    _sqlite3 > > > So the easy solution is to just install the missing depen

Re: Installing Python 2.5 with Python 2.6

2009-11-29 Thread pranav
On Nov 29, 11:06 pm, pranav wrote: > Hi, > I used to develop applications on Google AppEngine SDK (which supports > Python 2.5) on my Fedora 10. > I upgraded to Fedora 12 recently and it has Python 2.6. > Unfortunately, some things are breaking up with the SDK. Here is the > tracehttp://dpaste.com

Re: Re: Installing Python 2.5.4 from Source under Windows

2009-04-30 Thread Paul Franz
Thanks. Paul Franz Gabriel Genellina wrote: En Wed, 29 Apr 2009 18:15:07 -0300, Martin v. Löwis escribió: I can not find any directions on how to install the version of Python build using Microsoft's compiler. What *is* supported is creating an MSI installer out of your build tree. See T

Re: Installing Python 2.5.4 from Source under Windows

2009-04-30 Thread Mark Hammond
Paul Franz wrote: Mark, The problem is that the steps are not in the readme.txt for the building Python for Windows. The python.exe might work from the Win32Release directory where it is compiled. You should find the executables and DLLs directly in the PCBuild directory (for an x86 buil

Re: Installing Python 2.5.4 from Source under Windows

2009-04-30 Thread Paul Franz
Thanks. Paul Franz Martin v. Löwis wrote: I have looked and looked and looked. But I can not find any directions on how to install the version of Python build using Microsoft's compiler. It builds. I get the dlls and the exe's. But there is no documentation that says how to install what has be

  1   2   3   >