Search found 3 matches

by ciaran
April 6th, 2010, 6:43 am
Forum: Bug Reports
Topic: Problem with Python user scripts under OS X
Replies: 4
Views: 3328

Re: Problem with Python user scripts under OS X

I can’t find a commit which fixes this, and the trunk seems to have the same problem.
by ciaran
April 6th, 2010, 3:26 am
Forum: Bug Reports
Topic: Problem with Python user scripts under OS X
Replies: 4
Views: 3328

Re: Problem with Python user scripts under OS X

Could you tell me the revision so I could test it with my script?
by ciaran
April 6th, 2010, 3:19 am
Forum: Bug Reports
Topic: Problem with Python user scripts under OS X
Replies: 4
Views: 3328

Problem with Python user scripts under OS X

There is a problem with the fix for issue 309 (commit 3322 ). The fix_python_script function which was added attempts to check for a python executable in the file’s shebang, and modify the command to run python manually using the -E switch (which suppresses the functionality of the PYTHON* variables...