Re: Python install failing. Install log is available.

2021-05-21 Thread Michael Torrie
On 5/21/21 8:25 AM, Mats Wichmann wrote: > An install for all users will drop it into someplace different - by > default at the top of the drive, so e.g. C:\Python39. I just did an install of 3.9 on Windows 10. There was an option to install the launcher for all users but no option for installing

Re: Python install failing. Install log is available.

2021-05-21 Thread Mats Wichmann
On 5/21/21 4:21 AM, jan via Python-list wrote: OK, but 1. should the installer work for administrator + all users or not? 2. if not, should the installer work for me (a non-admin) and install python correctly and successfully for my account if I run it in my account, not the admin? It should,

Re: Python install failing. Install log is available.

2021-05-21 Thread jan via Python-list
OK, but 1. should the installer work for administrator + all users or not? 2. if not, should the installer work for me (a non-admin) and install python correctly and successfully for my account if I run it in my account, not the admin? thanks jan On 20/05/2021, Terry Reedy wrote: > On 5/20/20

Re: Python install failing. Install log is available.

2021-05-20 Thread Terry Reedy
On 5/20/2021 7:06 AM, jan via Python-list wrote: This time it's simply not installing correctly when run as administrator, and not at all when run as non-administrator. As administrator, it's not installing for other users as I believe it should. It's certainly not adding the python path corre

Python install failing. Install log is available.

2021-05-20 Thread jan via Python-list
Hi, I've usually had problems installing python, typically pip breaking. This time it's simply not installing correctly when run as administrator, and not at all when run as non-administrator. As administrator, it's not installing for other users as I believe it should. It's certainly not addin

Re: Problems with Python install on Windows 10

2020-01-13 Thread Eryk Sun
On 1/13/20, Mike Weaver wrote: > > I've tried downloading from https://www.python.org/downloads/windows/ > (the Windows x86-64 executable installer > ) > and running that. Again says it is installed - but it clearly isn't. Maybe you

Problems with Python install on Windows 10

2020-01-13 Thread Mike Weaver
Hello I am having great problems installing Python 3.8.1 on my Windows 10 64 bit system. I have tried using chocolatey as referenced at https://docs.python-guide.org/starting/install3/win/#install3-windows - it says it is installed but it isn't! I've tried downloading from https://www.python.org/

Scripts folder empty in a repaired python install

2018-04-24 Thread Musa Mohamma
Hi, Yesterday I installed python 3.6.5 64 bit in the same directory as my existing python 3.6.5 32 bit hoping that the former will replace the later. After the installation, it was the 32 bit python that was still active on my windows 10 machine. So I uninstalled python using the control panel and

python install in chromebook

2017-07-26 Thread Byung-Hee HWANG (황병희, 黃炳熙)
firstly i did fail to send message via mailing list so i try again with usenet here comp.lang.python. i want to install python in chromebook because i have chromebook and i want to make code of python. somebody could help me, i believe. thanks in advance... -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https:

Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd)

2015-09-26 Thread Ned Deily
In article , kacyjo...@lclark.edu wrote: > I was having this same problem, entered those commands and got this as a > response: > > MacBook-Pro:~ kacyjones$ /usr/bin/python2.7 -c 'import > numpy;print(numpy.__file__)' > /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python

Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd)

2015-09-20 Thread kacyjones
On Friday, May 29, 2015 at 12:56:49 PM UTC-7, Laura Creighton wrote: > Good news, we are getting closer to understanding what to do. > This in from Ned. I will continue after the message: > > --- Forwarded Message > > Return-Path: > From: Ned Deily > Subject: Re:

Re: Fixing Python install on the Mac after running 'CleanMyMac' (fwd)

2015-05-29 Thread Laura Creighton
Good news, we are getting closer to understanding what to do. This in from Ned. I will continue after the message: --- Forwarded Message Return-Path: From: Ned Deily Subject: Re: Fixing Python install on the Mac after running 'CleanMyMac' Date: Fri, 29 May 2015 10:28:19 -0700

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread random832
On Fri, May 29, 2015, at 12:11, Ned Deily wrote: > As others > have noted, running third-party apps like CleanMyMac is probably not a > good idea, but, even if it is as crappy as its sounds, I would think it > unlikely that it would be fooling with the Apple-supplied system Python > in /System/

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread MrJean1
Correct, the "Current" version is just a link to "2.7". Also, the binaries '/usr/bin/python{,w}" seem to be copies of the "/System/Library/.../Versions/2.7/bin/python{,w}" files. /Jean On Friday, May 29, 2015 at 2:01:05 PM UTC-4, Ned Deily wrote: > In article , > MrJean1 wrote: > > FWIW, I

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Ned Deily
In article , MrJean1 wrote: > FWIW, I recently upgraded an older MacBook to Mac OS X 10.7.5 and there are 3 > different versions of Python in /System/Library/Frameworks/Python.framework, > see: > > $ ls /System/Library/Frameworks/Python.framework/Versions/ > 2.5 2.6 2.7 Current > >

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread MrJean1
on.org just got some mail from some poor embarrased > soul who ran this program and broke their Python install. > > They are running Mac OSX 10.7.5 > > They are getting: > > Utility has encountered a fatal error, and will now terminate. A > Python runtime could no

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Ned Deily
In article , Skip Montanaro wrote: > On Fri, May 29, 2015 at 11:11 AM, Ned Deily wrote: > > > Well, she could just download a current Python 2.7.x for OS X from > > python.org, install it, and see if that solves the problem. That would > > be likely the easiest thing to do and is unlikely to

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Skip Montanaro
On Fri, May 29, 2015 at 11:11 AM, Ned Deily wrote: > Well, she could just download a current Python 2.7.x for OS X from > python.org, install it, and see if that solves the problem. That would > be likely the easiest thing to do and is unlikely to make matters worse. > Might that appear to work

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Ned Deily
In article <201505290959.t4t9xpdk016...@fido.openend.se>, Laura Creighton wrote: > I asked her to come here, but I fear she is feeling a tad too > embarassed to do that right now. I don't know how to find out > the name of the Utility -- the Error message really does say > 'Utility' -- with no n

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread William Ray Wing
> On May 29, 2015, at 9:12 AM, Cem Karan wrote: > > > On May 28, 2015, at 11:47 PM, Laura Creighton wrote: > >> webmas...@python.org just got some mail from some poor embarrased >> soul who ran this program and broke their Python install. >> >> They

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Cem Karan
On May 28, 2015, at 11:47 PM, Laura Creighton wrote: > webmas...@python.org just got some mail from some poor embarrased > soul who ran this program and broke their Python install. > > They are running Mac OSX 10.7.5 > > They are getting: > > Utility has encoun

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-29 Thread Laura Creighton
In a message of Thu, 28 May 2015 23:07:42 -0700, Ned Deily writes: >It would be helpful to know what utility it is that is encountering the >fatal error; that message is not familiar and I suspect it is coming >from trying to run some third-party application. It may be that the >application was

Re: Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-28 Thread Ned Deily
In article <201505290347.t4t3lyjc006...@fido.openend.se>, Laura Creighton wrote: > webmas...@python.org just got some mail from some poor embarrased > soul who ran this program and broke their Python install. > > They are running Mac OSX 10.7.5 > > They are gettin

Fixing Python install on the Mac after running 'CleanMyMac'

2015-05-28 Thread Laura Creighton
webmas...@python.org just got some mail from some poor embarrased soul who ran this program and broke their Python install. They are running Mac OSX 10.7.5 They are getting: Utility has encountered a fatal error, and will now terminate. A Python runtime could not be located. You may

Re: Python install Win 7 Problem

2013-04-03 Thread Terry Jan Reedy
On 4/3/2013 1:51 PM, Martin Schöön wrote: On 2013-04-02, balasubramanian Achuthan wrote: Try using Activestate python. The free version would suffice your needs and it comes with a clean install. I have been travelling and have not had time to read this thread in detail so this may be old hat

Re: Python install Win 7 Problem

2013-04-03 Thread Martin Schöön
On 2013-04-02, balasubramanian Achuthan wrote: > Try using Activestate python. The free version would suffice your > needs and it comes with a clean install. I have been travelling and have not had time to read this thread in detail so this may be old hat but on Windows (at work) I simply install

Re: Python install Win 7 Problem

2013-04-02 Thread David Robinow
On Tue, Apr 2, 2013 at 12:45 PM, Joe Hill wrote: > On Tue, 2 Apr 2013 11:44:55 -0400, David Robinow > >Download the Windows executables. > > > >3.3.0 is the current version > > Is "numpy" an option that is needed (guess for math?)? > No, it's not needed to run Python. It can be useful. I only me

Re: Python install Win 7 Problem

2013-04-02 Thread balasubramanian Achuthan
Try using Activestate python. The free version would suffice your needs and it comes with a clean install. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python install Win 7 Problem

2013-04-02 Thread David Robinow
On Mon, Apr 1, 2013 at 9:02 PM, Joe Hill wrote: > ... > > In a Windows 7 environment (even a 64-bit Windows 7 environment), you > must install the 32-bit version of Python 3. The 64-bit version will not > work with NumPy 1.6. > 1.7 is the current version. I use 32-bit Python myself. > Fu

Re: Python install Win 7 Problem

2013-04-01 Thread rusi
On Apr 2, 6:02 am, Joe Hill wrote: > Python install Win 7 Problem > > This is some of what others have experienced attempting to install Python > in Win 7  - I'm attempting to do the same with hopefully fewer detours. > > http://www.andrewsturges.com/2012/05/installin

Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Gene Heskett
On Sunday 16 December 2012 14:55:53 Terry Reedy did opine: > On 12/16/2012 6:22 AM, Gene Heskett wrote: > > On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: > >> You appear to have some of /Lib/test/ present, including > >> Lib/test/regrtest.py, but not move of the test_xxx.py files. I d

Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Terry Reedy
On 12/16/2012 6:22 AM, Gene Heskett wrote: On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: You appear to have some of /Lib/test/ present, including Lib/test/regrtest.py, but not move of the test_xxx.py files. I do not know what is normal for an Ubuntu distribution. On Windows, I bel

Re: Is there a quick & accurate way to test a python install?

2012-12-16 Thread Gene Heskett
On Sunday 16 December 2012 01:33:35 Terry Reedy did opine: > On 12/15/2012 9:59 PM, Gene Heskett wrote: > > This is 2.6, on ubuntu-10.04.4 LTS > > > > gene@lathe:/usr/lib/python2.6/test$ python -m test.regrtest > > That should be the right incantation for 2.6. > > > test_grammar > > test_gramma

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 9:59 PM, Gene Heskett wrote: This is 2.6, on ubuntu-10.04.4 LTS gene@lathe:/usr/lib/python2.6/test$ python -m test.regrtest That should be the right incantation for 2.6. test_grammar test_grammar skipped -- No module named test_grammar test_opcodes test_opcodes skipped -- No

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 22:07:54 Terry Reedy did opine: > On 12/15/2012 9:21 PM, Gene Heskett wrote: > > On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > >> On 12/15/2012 8:38 PM, Gene Heskett wrote: > >> > >> see > >> 26.11.2. > > > > I'm not a python guru, Terry, so you will

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 21:52:00 Terry Reedy did opine: > On 12/15/2012 9:21 PM, Gene Heskett wrote: > > On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > >> On 12/15/2012 8:38 PM, Gene Heskett wrote: > >> > >> see > >> 26.11.2. > > > > I'm not a python guru, Terry, so you will

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 9:21 PM, Gene Heskett wrote: On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: On 12/15/2012 8:38 PM, Gene Heskett wrote: see 26.11.2. I'm not a python guru, Terry, so you will have to expand on this 26.11.2. http://docs.python.org/3/library/test.html#running-tests

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
On Saturday 15 December 2012 21:19:37 Terry Reedy did opine: > On 12/15/2012 8:38 PM, Gene Heskett wrote: > > see > 26.11.2. I'm not a python guru, Terry, so you will have to expand on this 26.11.2. Thanks > Running tests using the command-line interface > for your version. Note that there are

Re: Is there a quick & accurate way to test a python install?

2012-12-15 Thread Terry Reedy
On 12/15/2012 8:38 PM, Gene Heskett wrote: see 26.11.2. Running tests using the command-line interface for your version. Note that there are a few errors all the time, at least when testing a user installation on windows, and you will have to hit return a few times to go past some tests meant t

Is there a quick & accurate way to test a python install?

2012-12-15 Thread Gene Heskett
waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes waiting for s.axes A configuration error is preventing LinuxCNC from starting. Then it throws several stanza's of unload messages, culmination i

Python install regression test fail

2011-12-17 Thread John Nagle
Here's a result from "make", "make test" of a fresh download of Python 2.7.2 on Linux 2.6.18-1.2239.fc5smp: 350 tests OK. 2 tests failed: test_os test_site 35 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmap

Re: python install on locked down windows box?

2011-09-23 Thread Chris Withers
Hi Steve On 22/09/2011 13:58, Steven D'Aprano wrote: (7) If all else fails, as an absolute last resort, simply run the Windows installer as a regular, unprivileged user, after selecting the option for a Non-Admin Install under Advanced Options first. Thanks for this, will send on to my friend

Re: python install on locked down windows box?

2011-09-23 Thread python
Hi Matt, Enjoyed your list options :) I'm a consultant and have to do what your subject line asks at most clients I work at. Here's the technique I recommend: Install Python for the ***current user*** on another workstation with the appropriate priviledges. Then xcopy this Python folder to a US

Re: python install on locked down windows box?

2011-09-22 Thread Matt Joiner
5 is the best solution, followed by 2 and 3. On Sep 22, 2011 11:02 PM, "Steven D'Aprano" < steve+comp.lang.pyt...@pearwood.info> wrote: > Chris Withers wrote: > >> Hi All, >> >> Is there a way to install python on a locked down Windows desktop? >> (ie: no compilers, no admin rights, etc) > > (1) Br

Re: python install on locked down windows box?

2011-09-22 Thread Steven D'Aprano
Chris Withers wrote: > Hi All, > > Is there a way to install python on a locked down Windows desktop? > (ie: no compilers, no admin rights, etc) (1) Bribe or blackmail the fascist system administrator. (2) Hack into the system with any of dozens of unpatched vulnerabilities that will give you a

Re: python install on locked down windows box?

2011-09-22 Thread Glenn Hutchings
You could try Portable Python (http://www.portablepython.com). No need to install anything! -- http://mail.python.org/mailman/listinfo/python-list

python install on locked down windows box?

2011-09-22 Thread Chris Withers
Hi All, Is there a way to install python on a locked down Windows desktop? (ie: no compilers, no admin rights, etc) cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk -- http://mail.python.org/mailman/listinfo/python

Re: installing setuptools on Windows custom python install

2011-04-19 Thread Eric Frederich
I do not have a DLLs folder. I created this installation of Python myself since I needed it built with Visual Studio 2005. I followed instructions under PC\readme.txt This file mentioned nothing about a DLLs folder. >From PC\readme.txt . The best installation strategy is to put the Py

Re: installing setuptools on Windows custom python install

2011-04-18 Thread Wolfgang Rohdewald
On Montag 18 April 2011, Eric Frederich wrote: > File "F:\My_Python27\lib\socket.py", line 47, in > import _socket > ImportError: No module named _socket > > F:\pyside\setuptools-0.6c11> I have C:\Python27 and within that, DLLS\_socket.pyd this is what import _socket should find do you

Re: installing setuptools on Windows custom python install

2011-04-18 Thread Benjamin Kaplan
On Apr 18, 2011 12:55 PM, "Eric Frederich" wrote: > > Hello, > > I have a python installation that I built myself using Visual Studio 2005. > I need this version because I need to link Python bindings to a 3rd > party library that uses VS 2005. > > I want to get setuptools installed to this Python

installing setuptools on Windows custom python install

2011-04-18 Thread Eric Frederich
Hello, I have a python installation that I built myself using Visual Studio 2005. I need this version because I need to link Python bindings to a 3rd party library that uses VS 2005. I want to get setuptools installed to this Python installation but the installer won't find my version of Python e

Re: Should there be a 'core' python install?

2011-01-20 Thread Giacomo Boffi
"Martin P. Hellwig" writes: > Yep when I started looking much more at other toolkits, I started to > like Tkinter more and more. Maybe its simplicity, maybe the good design of Tk, -- BOMBED BY AIRCRAFT. SINKING. U-824. -- http://mail.python.org/mailman/listinfo/python-list

Re: Should there be a 'core' python install? (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-17 Thread Martin P. Hellwig
On 01/17/11 22:00, rantingrick wrote: On Jan 17, 2:09 pm, "Martin P. Hellwig" wrote: fortunately it is not my call and I actually quite like Tkinter. Are you sure about that Martin? :))) From: "Martin P. Hellwig" Newsgroups: comp.lang.python Subject: Re: GUIs - A Modest Proposal Date: Fri,

Re: Should there be a 'core' python install? (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-17 Thread rantingrick
On Jan 17, 2:09 pm, "Martin P. Hellwig" wrote: > fortunately it is not my call and I actually > quite like Tkinter. Are you sure about that Martin? :))) > From: "Martin P. Hellwig" > Newsgroups: comp.lang.python > Subject: Re: GUIs - A Modest Proposal > Date: Fri, 11 Jun 2010 07:10:35 +0100 [

Should there be a 'core' python install? (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-17 Thread Martin P. Hellwig
On 01/17/11 19:39, rantingrick wrote: Q: If you could replace Tkinter with any module/library (THAT IS NOT A GUI OR IDE!!) what would you like to see fill its place? Some systems, like FreeBSD have Tkinter and IDLE as a separate package which is not installed by default. Purely because those

Re: Python install has difficulties with accented characters in path

2010-07-06 Thread Pierre Thibault
On 6 juil, 17:37, Thomas Jollans wrote: > Before filing a bug, best test it with Python 2.7 (just released), 3.1, > and, if possible, py3k trunk. > > I just tried to reproduce this with a current py3k checkout, where it > worked. Probably not an issue in Python 3.x due to the changed unicode > han

Re: Python install has difficulties with accented characters in path

2010-07-06 Thread Thomas Jollans
On 07/06/2010 11:17 PM, Pierre Thibault wrote: > I am building from the source and installing Python on my machine. > > I added these tests failed: > > test_doctest > test_httpservers > test_logging > > But I moved the Python installation folder on another directory and > the failed tests vanish

Python install has difficulties with accented characters in path

2010-07-06 Thread Pierre Thibault
I am building from the source and installing Python on my machine. I added these tests failed: test_doctest test_httpservers test_logging But I moved the Python installation folder on another directory and the failed tests vanished when I tried again. The difference? The new directory does not h

Re: Relocatable python install

2010-04-14 Thread Gabriel Genellina
En Wed, 14 Apr 2010 18:00:24 -0300, Mike Kent escribió: On Apr 14, 4:50 pm, Michel wrote: Hi, I would like to create a binary package of python that we will ship with our product. I need to be able to install the package anywhere in the file system. The interpreter seems to be ok with that,

Re: Relocatable python install

2010-04-14 Thread Mike Kent
On Apr 14, 4:50 pm, Michel wrote: > Hi, > > I would like to create a binary package of python that we will ship > with our product. I need to be able to install the package anywhere in > the file system. > > The interpreter seems to be ok with that, but a few other tools that > are installed in th

Relocatable python install

2010-04-14 Thread Michel
Hi, I would like to create a binary package of python that we will ship with our product. I need to be able to install the package anywhere in the file system. The interpreter seems to be ok with that, but a few other tools that are installed in the PREFIX/bin directory (pydoc, py2to3, python- co

Re: new python install

2010-02-14 Thread Tim Chase
monkeys paw wrote: Upon invoking python, it hangs until Ctrl^C is typed, and then the >>> interactive shell begins. Like so: joemoney% python Python 2.4.6 (#1, Dec 13 2009, 23:45:11) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. # Hangs ^^^ at this point

new python install

2010-02-14 Thread monkeys paw
Upon invoking python, it hangs until Ctrl^C is typed, and then the >>> interactive shell begins. Like so: joemoney% python Python 2.4.6 (#1, Dec 13 2009, 23:45:11) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. # Hangs ^^^ at this point until ^C is typed ^C

fedora 3.1 python install

2009-07-10 Thread oystercatcher
had installed python 3.0. on fc11 x64 the only anomalies were a couple of tests failed during the make test. make altinstall was fine and have been using it for a simple math exercise. attempting to install python 3.1 the make test hangs at test_httpservers and I had to kill the task after waitin

Windows Python install vs. MSI extract question

2009-01-04 Thread cjl
OK -- this might be a strange question. If I do a 'full' install of Python on Windows XP, the result is a directory 'C:\Python25'. Depending on whether I install for all users or just me, the 'python25.dll' might end up in 'C:\Python25', or in the Windows system directory. If I copy python25.dll t

Re: Portable linux python install

2008-02-27 Thread Martin Schmitz
Am 26.02.08 schrieb "Mike M" <[EMAIL PROTECTED]>: > I have a python application which I'd like to distribute to thousands > of machines in our server farm. Install everything you need on the oldest box available and package it with PyInstaller (http://pyinstaller.python-hosting.com/). Then you get

Portable linux python install

2008-02-26 Thread Mike M
Hello, I've been digging around the list archives and I haven't found a good answer to this, so I was hoping someone on this list could help me out. Here's my conundrum: I have a python application which I'd like to distribute to thousands of machines in our server farm. The good news is, all o

Re: no python install

2007-07-09 Thread kyosohma
On Jul 9, 10:26 am, Beethon <[EMAIL PROTECTED]> wrote: > my computer has no puthon installed > i downloaded some sofware that are shiped with .py files > please explain how the programs become workable ? > > thanks Check the softwares' website(s) to see what the dependencies are and download them.

no python install

2007-07-09 Thread Beethon
my computer has no puthon installed i downloaded some sofware that are shiped with .py files please explain how the programs become workable ? thanks -- http://mail.python.org/mailman/listinfo/python-list

vi editing mode does not work: Python install ok

2007-04-21 Thread pudugramam . s . narayanan
Hi Could someone kindly give me an answer to this: I have installed Python 2.5 on my linux box 2.4.9-e.35enterprise that has readline.so version 4.2. During configure, I got the message checking for readline in -lreadline... no checking for rl_callback_handler_install in -lreadline... no checkin

Re: Python Install

2006-05-19 Thread D
Thanks guys - I will give it another go! -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Install

2006-05-18 Thread olsongt
Paul Osman wrote: > On 18-May-06, at 10:30 AM, D wrote: > > > I'm sure this is an easy question for most here, but it's throwing me > > for a loop at the moment - I need to upgrade RHEL 3 with the latest > > version of Python. I downloaded the source and installed, but we're > > still having prob

RE: Python Install

2006-05-18 Thread Tim Golden
[D] | Thanks, Paul - do you know where I can get the RPM? I only see the | source on the Python website. Thanks. http://www.python.org/pyvault/ (first Google hit for site:python.org RPM) TJG This e-mail has been scanned

Re: Python Install

2006-05-18 Thread D
Thanks, Paul - do you know where I can get the RPM? I only see the source on the Python website. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Install

2006-05-18 Thread Paul Osman
On 18-May-06, at 10:30 AM, D wrote: > I'm sure this is an easy question for most here, but it's throwing me > for a loop at the moment - I need to upgrade RHEL 3 with the latest > version of Python. I downloaded the source and installed, but we're > still having problems (i.e. some Python apps do

Python Install

2006-05-18 Thread D
I'm sure this is an easy question for most here, but it's throwing me for a loop at the moment - I need to upgrade RHEL 3 with the latest version of Python. I downloaded the source and installed, but we're still having problems (i.e. some Python apps don't work, Add/Remove Applications console err

Re: extract python install info from registry

2005-12-06 Thread Peter Hansen
rbt wrote: > I'm creating a Python plugin for Bartpe (Windows Pre-Install > Environment) and it works OK, but to make it work _exactly_ like it does > on XP (.py and .pyw associate with python and pythonw), I need to > extract the reg entries so I can recreate them in the WinPE environment. If

Re: extract python install info from registry

2005-12-06 Thread Trent Mick
[Laszlo Zsolt Nagy wrote] > rbt wrote: > > >On windows xp, is there an easy way to extract the information that > >Python added to the registry as it was installed? > > > > > Using regedit.exe, look at the registry keys and values under > > HKEY_LOCAL_MACHINE\Software\Python > > If you need t

Re: extract python install info from registry

2005-12-06 Thread Roger Upole
"rbt" <[EMAIL PROTECTED]> wrote: > On windows xp, is there an easy way to extract the information that Python > added to the registry as it was installed? You should be able to find all the entries in msi.py that's used to build the installer. Roger == Posted via Newsfeeds.Com

Re: extract python install info from registry

2005-12-06 Thread rbt
gene tani wrote: >> There's more to it than that... isn't there? I've used _winreg and the >> win32 extensions in the past when working with the registry. I thought >> perhaps someone had already scripted something to extract this info. >> > > Yes, a small firm named Microsoft has done this (but n

Re: extract python install info from registry

2005-12-06 Thread gene tani
> > There's more to it than that... isn't there? I've used _winreg and the > win32 extensions in the past when working with the registry. I thought > perhaps someone had already scripted something to extract this info. > Yes, a small firm named Microsoft has done this (but not tested w/2.4): htt

Re: extract python install info from registry

2005-12-06 Thread Laszlo Zsolt Nagy
>There's more to it than that... isn't there? I've used _winreg and the >win32 extensions in the past when working with the registry. I thought >perhaps someone had already scripted something to extract this info. > > Ok, if you need to get all changes in the registry, you can use regdiff. ht

Re: extract python install info from registry

2005-12-06 Thread rbt
Laszlo Zsolt Nagy wrote: > rbt wrote: > >> On windows xp, is there an easy way to extract the information that >> Python added to the registry as it was installed? >> >> > Using regedit.exe, look at the registry keys and values under > > HKEY_LOCAL_MACHINE\Software\Python > > If you need to k

Re: extract python install info from registry

2005-12-06 Thread Laszlo Zsolt Nagy
rbt wrote: >On windows xp, is there an easy way to extract the information that >Python added to the registry as it was installed? > > Using regedit.exe, look at the registry keys and values under HKEY_LOCAL_MACHINE\Software\Python If you need to know how to read the registry from Python: ple

extract python install info from registry

2005-12-06 Thread rbt
On windows xp, is there an easy way to extract the information that Python added to the registry as it was installed? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python install minimum requirements

2005-11-22 Thread Philippe C. Martin
Thanks I'll take a look. PS: www.u3.com Regards, Philippe [EMAIL PROTECTED] wrote: > If I found the right "U3" when I googled, then maybe this is relevant: > http://www.voidspace.org.uk/python/movpy/ > > Jeff -- http://mail.python.org/mailman/listinfo/python-list

Re: Python install minimum requirements

2005-11-21 Thread jepler
If I found the right "U3" when I googled, then maybe this is relevant: http://www.voidspace.org.uk/python/movpy/ Jeff pgp1AjuUdEskN.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list

Python install minimum requirements

2005-11-21 Thread Philippe C. Martin
Hi, I am attemtping to package Python in a "U3" install program for Windows. I got Python to compile/link and prior to adding the necessary code for the U3 SDK registration, I would like to know where I can find the actual list of files needed for a minimum installation (are DLLs and libs enough

Re: PNG processing with only base python install

2005-11-08 Thread Szabolcs Nagy
use pil for image processing in python (http://www.pythonware.com/products/pil/) if pil is not installed then i don't think you can process png files (well at least there is a pure python jpeg decoder: http://davidf.sjsoft.com/files/pyjpeg/) -- http://mail.python.org/mailman/listinfo/python-list

PNG processing with only base python install

2005-11-08 Thread Iain King
My web server supports python CGI scripts, but I can't install anything else there - I can just use what they've provided. I want to process some PNG images - any ideas how I can do this with just the basic modules? Is there an image processing module written purely in Python? Iain -- http://m

Re: python install settings...

2005-06-30 Thread Edvard Majakari
"jtan325" <[EMAIL PROTECTED]> writes: > customize_compiler > cc_cmd = cc + ' ' + opt > TypeError: cannot concatenate 'str' and 'NoneType' objects [...] > upon closer inspection of Python's distutils sysconfig.py, is the error > being caused by the ' ' in "cc_cmd = cc + ' ' + opt"? Any ideas

python install settings...

2005-06-30 Thread jtan325
hi, i am running Linux Ubuntu Hoary and am trying to build the Python numarray package, v. 1.3.2 by hand since ubuntu's repos won't be updated until breezy. i have python 2.4, and gcc 3.3.5 after unpacking the tar, i run "python setup.py install", as it says in the installation instructions. i g