vfs-case-sensitive 0
#This will crash a=NodePath("a") a.myVariable=5
#wrong from pandac.Geom import * #right from pandac.PandaModules import *
a=NodePath("a") a.setPythonTag("myOBject",myPythonObject) a.getPythonTag("myObject").doSomething()