Can't seem to get this script to work please help.
I think it's got some thing to do with opening a blend file and it not being able to carry on with the script.
import bpybpy.ops.wm.open_mainfile(filepath="Z:\Projects\Test\blend\template\template.blend", filter_blender=True, filter_backup=False, filter_image=False, filter_movie=False, filter_python=False, filter_font=False, filter_sound=False, filter_text=False, filter_btx=False, filter_collada=False, filter_alembic=False, filter_folder=True, filter_blenlib=False, filemode=8, display_type='DEFAULT', sort_method='FILE_SORT_ALPHA', load_ui=True, use_scripts=True)
bpy.ops.wm.alembic_import(filepath="Z:\Projects\Test\abc\A\box.abc", relative_path=True, as_background_job=False)
bpy.ops.wm.save_as_mainfile(filepath="Z:\Projects\Test\blend\A\A.blend", check_existing=True, filter_blender=True, filter_backup=False, filter_image=False, filter_movie=False, filter_python=False, filter_font=False, filter_sound=False, filter_text=False, filter_btx=False, filter_collada=False, filter_alembic=False, filter_folder=True, filter_blenlib=False, filemode=8, display_type='DEFAULT', sort_method='FILE_SORT_ALPHA', compress=False, relative_remap=True, copy=False, use_mesh_compat=False)