I have succesfully managed to create a standalone using the Xcode PythonistaAppTemplate with a fairly simple script. I have another script I wish to turn into an app that uses shapenodes and spritenodes in an animated scene within a custom UI component. However when I run the stand alone version created by Xcode i get the following error:
'NoneType' object has no attribute 'line_width'
at the point of insatantiation - None of my nodes seem to work :-( Are nodes implemented in the Xcode template?
Many thanks for any help.