View Single Post
Old 01-06-2010, 08:12 PM   #24
Malevol3nt
Human being with feelings
 
Join Date: Sep 2009
Posts: 107
Default

Quote:
Originally Posted by Blechi View Post
Would you mind to post a little (python) demo snippet, because i didn't get this to work either?
Here you go. Just put it anywhere in the Reaper directory (I have a Reaper\Scripts Dir where I put all the stuff but it doesn't matter). Make a hotkey for it or just run it.

By the way, if you want to design your GUI's without having to code all the time you can use GUI Builder, which generates python ~2.5 compatible code. It's downloadable from here:

http://sourceforge.net/projects/spectcl/

However, all I needed to do was change the import statements from "import Tkinter" to "import tkinter" in the 2 .py files it generates, and the code seemed to work fine with Python 3.1. But I've only tried it briefly. Anyway, have fun!
Attached Files
File Type: zip GuiTest.zip (1.1 KB, 997 views)
Malevol3nt is offline   Reply With Quote