well I found this:
Actually, the nuke.createNode is not the one to use when a group is attached with other nodes.
Save your group and dots in a script 'test.nk'
and try this in your menu.py:
m.addCommand("test", "nuke.nodePaste(\"c:/shared/test.nk\")", icon="test.png")
that's all