uppet / speedtracer

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

Python scripts not working out of the box on non-windows builds #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For Windows, the Speed Tracer pulls in a pre-built copy of python and puts it 
in src/third_party/third_party/python_2_4

Windows and Linux are left alone, but this makes the path references in our
python scripts fail. 

e.g.  stools/generate-event-record-type 

The workaround is to edit the script and update the path to python (or remove 
the explicit path and allow it to run from the PATH setting)

Original issue reported on code.google.com by zundel@google.com on 25 Jan 2010 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by knor...@google.com on 21 Jun 2011 at 7:13