ice-boy opened this issue on Aug 21, 2011 · 12 posts
markschum posted Sun, 21 August 2011 at 10:02 AM
Rhat script appears to have been written in 2008 for Poser 5
it uses tkinter for the interface and one line reads
Label(self.frame, text="Name").grid(row=0, column=0)
I believe that all references to column need to change to col but you should be getting n error that points to the line thats wrong.