importing groups in python

hey gang,

just a quick question. I have spent the day searching the docs but I haven’t been able to find any information about creating objects or groups of objects that have been linked from an external library using python. It only just occurred to me that this might not be implemented/ documented yet. just wondering.

what about
http://www.blender.org/documentation/249PythonDoc/LibData-module.html ?
(never tried yet, but will need too)

the problem with LibData and library as well is that you have the ability to create the link to a new library but but I can’t find a method that will allow you to link to an existing library, then once you have that sorted out there isn’t a method for you to create instances of the linked geometry. you can get the data block but I’m unsure of how it ties the data to the empty node like when you link something in the 3d window.