Python

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Example Scripts)
Line 15: Line 15:
=Caveats=
=Caveats=
 +
=Recommended Script Editors=
 +
[[http://en.wikipedia.org/wiki/IDLE_(Python) IDLE]] - which included in the recent Python distributions.
=Example Scripts=
=Example Scripts=

Revision as of 14:07, 9 December 2009

Reaper Documentation/ReaScript

Contents

Introduction

Multiple Versions of Python Installed

If you have both Python 2 and 3 installed, you can try this from Reaper 3.1415:

In REAPER.ini, the [reaper] section which is usually the top 50% of the file, add a line like this:

pythonlib=/Library/Frameworks/Python.framework/Versions/3.1/lib/libpython3.1.dylib 

(Your path to the Python 3 dylib is probably different - so don't just copy the line above...)

Caveats

Recommended Script Editors

[IDLE] - which included in the recent Python distributions.

Example Scripts

HappySnake.py
RemoveTakeNamesExtensions.py
SetCustomColour.py
SoxConvert.py
QuickName.py


Reaper Documentation/ReaScript

Personal tools