coolcoolad / pythonxy

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

Scripts exe's won't launch corresponding -script.py when installing python in custom dir #359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. What version of Python(x,y) have you installed?
2.7.2.1 full

2. Which components have you installed (Python(x,y) installer: component page):
all the "recommended" plus some more (wxPython, pip, ETS)

3. Have you selected the option "Customize installation directories"?
a. Yes

4. If the answer to 3. is yes, what installation directories have you
chosen?
c:\Programs\python27
c:\Programs\pythonxy

6. Have you installed Python(x,y):
    b. For "All users"

7. What is your operating system?
    win 7 pro sp1 64bit

8. When you installed Python(x,y), were you logged in as :
b. an administrator of the machine

10. Regarding installed softwares on your machine, how did you clean your
machine before installing Python(x,y) (multiple answers are possible):
removed a previous 2.7.2 inst
removed a 3.2.2 inst
cleaned the registry and env vars 
reboot the machine

What steps will reproduce the problem?
install using custom directory for python itself

What is the expected output? What do you see instead?

I would expect that everything would be running as when installing  with 
default c:\Python27 dir.

I don't understand how this is possible since the shebang should have no 
meaning on windows, but when launching any exe from 
C:\Programs\Python27\Scripts whose corresponding script (for instance pip.exe 
and pip-script.py) has the shebang line as #!C:\Python27\python.exe (the 
default install location), the script won't be run and the command won't work.
If i change the shebang line to #!C:\Programs\Python27\python.exe (the custom 
install location) or simply to #!python.exe the script will run.

It looks that some customization step is missing when using custom install 
directories.

Original issue reported on code.google.com by gar...@gmail.com on 4 Jan 2012 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 19 Jan 2012 at 8:28

GoogleCodeExporter commented 9 years ago
Issue 368 has been merged into this issue.

Original comment by grizzly.nyo on 21 Jan 2012 at 7:55

GoogleCodeExporter commented 9 years ago
Issue 246 has been merged into this issue.

Original comment by grizzly.nyo on 21 Jan 2012 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 21 Jan 2012 at 7:58

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 0e37ba6aa0b8.

pylint 0.25.1.1

Original comment by grizzly.nyo on 24 Jan 2012 at 9:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision bee83c9341d7.

cx_Freeze 4.2.3.1

Original comment by grizzly.nyo on 26 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision f8cacf128166.

cx_Freeze 4.2.3.1 continued

Original comment by grizzly.nyo on 26 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 889daef58ff4.

docutils 0.8.1.1

Original comment by grizzly.nyo on 26 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision f104d36ed99a.

guiqwt 2.1.6.1

Original comment by grizzly.nyo on 26 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 0afc282dd9a9.

IPython 0.10.2.2

Original comment by grizzly.nyo on 26 Jan 2012 at 4:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision a3b80e6a0118.

nose 1.1.2.1

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision fd952fa70eb3.

guidata 1.4.2.1

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision ff76933b6a0f.

guidata 1.4.2.1 continued

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision cf4066d60fbd.

PIL 1.1.7.2

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision b34cb4bd776c.

pp 1.6.1.1

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 55d9a5f5db72.

pyserial 2.6.0.1

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 50a496a411be.

Original comment by grizzly.nyo on 28 Jan 2012 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 1026c8c7ac31.

Original comment by grizzly.nyo on 1 Mar 2012 at 1:29