tower429 / pythonxy

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

add Scripts to path at install #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add the directory 
C:\python27\Scrips to the %PATH% on installing.

Original issue reported on code.google.com by tim.mich...@gmail.com on 24 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Python27, Python27\Scripts and Python27\DLLs are added to the path during 
install.

Please fill a complete bug report - it is very hard to assist without it.

Original comment by grizzly.nyo on 24 Oct 2012 at 4:16

GoogleCodeExporter commented 9 years ago
>Python27, Python27\Scripts and Python27\DLLs are added to the path during 
install.
OK.

I installed bugseverywhere.

It does not contain a windows bat file to link to the corresponding python file.

So it just installs a file "be" with content:

import sys
import libbe.ui.command_line

sys.exit(libbe.ui.command_line.main())

After adding a be.bat file with the content:

@C:\Python27\python.exe C:\Python27\Scripts\be %*

all is fine.

Original comment by tim.mich...@gmail.com on 25 Oct 2012 at 10:12