What:
I am trying to append an object in a .blend file using.
How:
TheObject="SINGLEBATTWIRE"
Thepath="B:/........../SINGLEBATTWIRE.blend/Object/SINGLEBATTWIRE"
Thedirectory="B:/........../SINGLEBATTWIRE.blend/Object/"
bpy.ops.wm.link_append(link=False, filepath=Thepath,
directory=Thedirectory, filename=TheObject)
Problem:
The import works fine, but it is linked and can’t be moved. This is the result I get.

Current Resolutions:
If I click the button beside the objects name it fixes the problem, but I need to append many objects and this would take forever. If I go to File-Append and find the object, it works great and I have this result.

link_append()has been replaced bylink()andappend?! – Chebhou Apr 05 '15 at 23:55