[Tutor] A few Python Mysteries

bodsda at googlemail.com bodsda at googlemail.com
Wed Dec 21 18:57:40 CET 2011


I think your missing the point. Ignore the fact that your PATH doesn't contain the correct paths to python.

The problem is that on startup, a program (unknown) is looking for the dll file for python2.5 - it is looking for this in the system32 directory. To be rid of the startup errors, you need to replace the dll that was removed by the uninstallation of python2.5 - to do this, reinstall python2.5

Bodsda 
Sent from my BlackBerry® wireless device

-----Original Message-----
From: Wayne Watson <sierra_mtnview at sbcglobal.net>
Sender: tutor-bounces+bodsda=googlemail.com at python.org
Date: Wed, 21 Dec 2011 07:15:31 
To: Steven D'Aprano<steve at pearwood.info>; tutor at python.org<tutor at python.org>
Subject: Re: [Tutor] A few Python Mysteries

Python is long gone from my system.  I only have Python 27.  Somewhere a 
long the line, the uninstall of Python5 probably did not remove the 
Python5 from the PATH. I have no explanation as to why Python7 was not 
in the PATH.  I have no idea why some remnant of why Python6 is hanging 
around. I uninstalled it long ago too.

On 12/21/2011 2:43 AM, Steven D'Aprano wrote:
> Wayne Watson wrote:
>> I changed Python25 to Python27, and rebooted.  I got the same two dll 
>> msgs again.
>
> I suggest you find out what applications are trying to run using 
> Python 2.5. This is a Windows problem -- you need to get the list of 
> programs that run at start up and inspect them for something that uses 
> Python.
>
> Since I don't use Windows, I can't be more specific.
>
>
>

-- 
            Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

              (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
               Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

                      CE 1955 October 20 07:53:32.6 UT
                     -- "The Date" The mystery unfolds.

                     Web Page:<www.speckledwithstars.net/>


_______________________________________________
Tutor maillist  -  Tutor at python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list