Another povanim question (sorry)

I had the povanim script version 12s and it worked fine, I got the 14j version and put it in the same place and 12s and did everything the same but when I press Alt P it doesnt load the GUI, did enyone else have this problem? Thanks for any help (apart from this its a great script, good work!)

If you look in the console (DOS) window you will probably see a message about noy being able to load module xptrueA_14j2.

If so scroll down the TrueAn_lancR14j.py source until you find the following lines and delete the 2 from after the 14j on these four lines.

import xptrueA_14j2
reload(xptrueA_14j2)
from xptrueA_14j2 import *
xptrueA_=xptrueA_14j2

See also this thread: https://blenderartists.org/viewtopic.php?t=5664