haluhak149 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

error installing ETS (enthought tool suite) standard plugin #730

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

my problem is that i cannot get a successful installation of the ETS plugin on 
my Windows7 machine.

the installer works until about 80% and then fails because it is unable to 
write a particular file, the problem seems obvious that it is trying to write 
the file:
"\Enthought Tool Suite\License.txt" (no drive letter prefix)

instead of what it should be:
"C:\Python27\Lib\site-packages\EnthoughtToolSuite\License.txt"

clicking ignore results in all susequent files having the same problem, so i 
end up with a partial install.

i attach the install file here (see last line), can anyone confirm that the 
installer for the ETS module is sane ?

link to the ETS plugin is this one:
https://sourceforge.net/projects/python-xy/files/plugins/EnthoughtToolSuite-4.4.
1-6_py27.exe

cheers and thanks

-ivan

1. What version of Python(x,y) have you installed?

2.7.6.0

2. Which components have you installed (Python(x,y) installer:
componentpage):

i chose: 'recommended'    

Whatplugins?

ETS: enthought tool suite
wxPython, vtk, setuptools, PIL, numpy, ply

4. If the answer to 3. is yes, what installation directories have you
chosen?

default (c:\python27\Lib\site-packages\)

5. Where did you install Python(x,y) itself?

a. default path

6. Have you installed Python(x,y):

All users

7. What is your operating system?

Windows 7

8. Is the operating system 64 bit?
Yes

9. When you installed Python(x,y), were you logged in as :

an administrator of the machine

10. If you are using Windows Vista/7, have you installed Python(x,y):

can't remember

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):

the machine was a new windows install when i installed pythonxy

What steps will reproduce the problem?

try to install ETS from the supplied installer

Original issue reported on code.google.com by gunn.point@gmail.com on 23 Apr 2014 at 1:47

Attachments:

GoogleCodeExporter commented 9 years ago
I've gotten the same error, and not only in 4.4.1-6, but also in 4.4.1-9 and 
4.4.1-10

Original comment by jagk...@gmail.com on 9 May 2014 at 12:13

GoogleCodeExporter commented 9 years ago
It appears you're missing a registry key - HKLM\Software\Python(x,y)\DocPath .

Please re-install python(x,y) and then install the updated packages.

Original comment by grizzly.nyo on 28 May 2014 at 7:22