Re: Which libraries for Python 2.5.2 [SOLVED]

2011-12-29 Thread W. eWatson
On 12/29/2011 9:44 AM, Ian Kelly wrote: On Thu, Dec 29, 2011 at 10:04 AM, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Thu, 29 Dec 2011 09:54:48 -0500, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: Talking to myself.. According to the pop-up I get (Win7) when

Re: Which libraries for Python 2.5.2

2011-12-29 Thread Ian Kelly
On Thu, Dec 29, 2011 at 10:04 AM, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Thu, 29 Dec 2011 09:54:48 -0500, Dennis Lee Bieber wlfr...@ix.netcom.com wrote:        Talking to myself..       According to the pop-up I get (Win7) when supplying an invalid argument,        Maybe

Re: Which libraries for Python 2.5.2

2011-12-29 Thread W. eWatson
On 12/29/2011 6:54 AM, Dennis Lee Bieber wrote: On Wed, 28 Dec 2011 21:56:59 -0800, W. eWatson wolftra...@invalid.com wrote: It didn't like that either. Got msvcp71.dll was located but the dll server entry was not found. File could not be registered. Arguments are /u,/s/i/n.

Re: Which libraries for Python 2.5.2

2011-12-29 Thread W. eWatson
On 12/29/2011 9:04 AM, Dennis Lee Bieber wrote: On Thu, 29 Dec 2011 09:54:48 -0500, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: Talking to myself.. It's the best way to get people to listen to you. :-) According to the pop-up I get (Win7) when supplying an invalid

Re: Which libraries for Python 2.5.2

2011-12-28 Thread W. eWatson
On 12/27/2011 7:31 PM, W. eWatson wrote: On 12/27/2011 6:27 PM, Ian Kelly wrote: On Tue, Dec 27, 2011 at 6:21 PM, W. eWatsonwolftra...@invalid.com wrote: Well, it found several problems. These DLLs MSVCP1 EFSADU MSJAVA. I'm guessing MSVCP1 is a typo for MSVCP71? If that is missing then that

Re: Which libraries for Python 2.5.2

2011-12-28 Thread W. eWatson
A new dilemma. The PC XP in question with Python has the the msvcp71.dll file in System32. The one I took off my other laptop has a slightly newer one. Feb 2003 vs Aug 2003. Perhaps the (python PC) has a corrupt one? -- http://mail.python.org/mailman/listinfo/python-list

Re: Which libraries for Python 2.5.2

2011-12-28 Thread Ian Kelly
On Wed, Dec 28, 2011 at 9:33 AM, W. eWatson wolftra...@invalid.com wrote: Well, thing went slightly awry. The link gave me two choices. Download msv...dll fixer, and download fixer. I took the latter. However, just checking on the other one, found that I got the same exe file. I installed it

Re: Which libraries for Python 2.5.2

2011-12-28 Thread W. eWatson
On 12/28/2011 9:37 AM, Ian Kelly wrote: On Wed, Dec 28, 2011 at 9:33 AM, W. eWatsonwolftra...@invalid.com wrote: Well, thing went slightly awry. The link gave me two choices. Download msv...dll fixer, and download fixer. I took the latter. However, just checking on the other one, found that I

Re: Which libraries for Python 2.5.2

2011-12-28 Thread W. eWatson
On 12/28/2011 12:55 PM, W. eWatson wrote: On 12/28/2011 9:37 AM, Ian Kelly wrote: On Wed, Dec 28, 2011 at 9:33 AM, W. eWatsonwolftra...@invalid.com wrote: Well, thing went slightly awry. The link gave me two choices. Download msv...dll fixer, and download fixer. I took the latter. However,

Re: Which libraries for Python 2.5.2

2011-12-28 Thread Benjamin Kaplan
On Wed, Dec 28, 2011 at 10:04 PM, W. eWatson wolftra...@invalid.com wrote: On 12/28/2011 12:55 PM, W. eWatson wrote: On 12/28/2011 9:37 AM, Ian Kelly wrote: On Wed, Dec 28, 2011 at 9:33 AM, W. eWatsonwolftra...@invalid.com wrote: Well, thing went slightly awry. The link gave me two

Re: Which libraries for Python 2.5.2

2011-12-28 Thread Michael Torrie
On 12/28/2011 08:04 PM, W. eWatson wrote: I'm going to save the msvcp71.dll from the Python laptop somewhere, then insert the one from my other XP laptop. Finally, I'll register it. regsvr32. Just to review, I presume not from cmd, but Run? Seems like the bulk of your problems are coming

Re: Which libraries for Python 2.5.2

2011-12-28 Thread W. eWatson
On 12/28/2011 9:09 PM, Michael Torrie wrote: On 12/28/2011 08:04 PM, W. eWatson wrote: I'm going to save the msvcp71.dll from the Python laptop somewhere, then insert the one from my other XP laptop. Finally, I'll register it. regsvr32. Just to review, I presume not from cmd, but Run? Seems

Re: Which libraries for Python 2.5.2

2011-12-28 Thread Chris Angelico
On Thu, Dec 29, 2011 at 4:09 PM, Michael Torrie torr...@gmail.com wrote: The Run dialog is mainly to be used to launch a cmd window! On any Windows computer that I use, that's strictly true. The only program I ever Start|Run is cmd. ChrisA --

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Lie Ryan
On 12/28/2011 03:03 AM, W. eWatson wrote: Here's the traceback. The traceback seems to imply that matplotlib is not being installed properly. Have you tried uninstalling then reinstalling matplotlib? -- http://mail.python.org/mailman/listinfo/python-list

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Ian Kelly
On Tue, Dec 27, 2011 at 9:03 AM, W. eWatson wolftra...@invalid.com wrote:  File C:\Python25\lib\site-packages\matplotlib\transforms.py, line 34, in module    from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. Do you not have

Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
I'm trying to restore Python 2.5.2 on an old XP PC for a particular application from 4-5 years ago that uses it . According to the latest manual on it, the following should be installed. python-2.5.2.msi PIL-1.1.6.win32-py2.5.exe numpy-1.1.0-win32-superpack-python2.5.exe

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 8:42 AM, Lie Ryan wrote: On 12/28/2011 03:03 AM, W. eWatson wrote: Here's the traceback. The traceback seems to imply that matplotlib is not being installed properly. Have you tried uninstalling then reinstalling matplotlib? I believe I have, but I'll give it another go. --

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 8:53 AM, Ian Kelly wrote: On Tue, Dec 27, 2011 at 9:03 AM, W. eWatsonwolftra...@invalid.com wrote: File C:\Python25\lib\site-packages\matplotlib\transforms.py, line 34, in module from matplotlib._path import affine_transform ImportError: DLL load failed: The specified

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Christian Heimes
Am 27.12.2011 17:03, schrieb W. eWatson: from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. You are missing one or more DLLs that is required to load the _path.pyd module. You can use http://www.dependencywalker.com/ to

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 8:42 AM, Lie Ryan wrote: On 12/28/2011 03:03 AM, W. eWatson wrote: Here's the traceback. The traceback seems to imply that matplotlib is not being installed properly. Have you tried uninstalling then reinstalling matplotlib? I just did, and the results are this:

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
... I'm suspicious of this line, and maybe even the app program. There may have been a change to the code that required the later two versions of numpy and matplotlib. In fact, I'm using the later version here, so I'll see if I can back up to the first Python app they produced. from pylab

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 10:36 AM, Christian Heimes wrote: Am 27.12.2011 17:03, schrieb W. eWatson: from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. You are missing one or more DLLs that is required to load the _path.pyd module.

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
I realized that I had a working copy of the app on another XP PC, so I looked at what I had installed for Python. It was not what I had posted the first time. There must have been some shift after the July 16, 2008 date. One lib that was missing was scipy. I just collected the three libs I

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Ian Kelly
On Tue, Dec 27, 2011 at 2:35 PM, W. eWatson wolftra...@invalid.com wrote: I replaced numpy and matplotlib, and added scipy. I still get errors, but perhaps because the install order is now wrong. It was numpy matplotlib Does anyone know the right order? The order (numpy, scipy, matplotlib)

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 2:58 PM, Ian Kelly wrote: On Tue, Dec 27, 2011 at 2:35 PM, W. eWatsonwolftra...@invalid.com wrote: I replaced numpy and matplotlib, and added scipy. I still get errors, but perhaps because the install order is now wrong. It was numpy matplotlib Does anyone know the right order?

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Ian Kelly
On Tue, Dec 27, 2011 at 6:21 PM, W. eWatson wolftra...@invalid.com wrote: Well, it found several problems. These DLLs MSVCP1 EFSADU MSJAVA. I'm guessing MSVCP1 is a typo for MSVCP71? If that is missing then that is probably the culprit. That DLL is the C runtime library. It is supposed to

Re: Which libraries for Python 2.5.2

2011-12-27 Thread W. eWatson
On 12/27/2011 6:27 PM, Ian Kelly wrote: On Tue, Dec 27, 2011 at 6:21 PM, W. eWatsonwolftra...@invalid.com wrote: Well, it found several problems. These DLLs MSVCP1 EFSADU MSJAVA. I'm guessing MSVCP1 is a typo for MSVCP71? If that is missing then that is probably the culprit. That DLL is

Re: Which libraries for Python 2.5.2

2011-12-27 Thread Dave Angel
On 12/27/2011 10:31 PM, W. eWatson wrote: On 12/27/2011 6:27 PM, Ian Kelly wrote: SNIP http://www.dll-files.com/dllindex/dll-files.shtml?msvcp71 (or just find it on another Windows XP PC) and copy it into C:\Windows\System32. Don't forget to run regsvr32 to register it. HTH, Ian You are very