View Single Post
Old 05-15-2014, 10:12 AM   #7
zedug
Human being with feelings
 
Join Date: Aug 2010
Location: Toulouse
Posts: 22
Default

Hello

I'm trying to run this great tool on a 4.61/x64 rpp file and it consistently craps out with this error message:

Code:
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python34\lib\tkinter\__init__.py", line 1482, in __call__
    return self.func(*args)
  File "C:\Users\Laurent\AppData\Roaming\REAPER\Scripts\ReaperDoc2\ReaperDoc2.py
", line 168, in btn_ok
    apply()
  File "C:\Users\Laurent\AppData\Roaming\REAPER\Scripts\ReaperDoc2\ReaperDoc2.py
", line 133, in apply
    rdSubs.readprojectfile(rdDef.docDefaults[rdDef.defProject])
  File "C:\Users\Laurent\AppData\Roaming\REAPER\Scripts\ReaperDoc2\readocSubs.py
", line 304, in readprojectfile
    ItemInfo[itrk][itm]['iPan'] = float(TDValues[2])
IndexError: list index out of range
whatever the RPP or the template used... and I'm sorry to say that I'm anything but a python programmer

has anyone faced the same issue ?

thanks,
-z
zedug is offline   Reply With Quote