This is my code,The question is on the fourth line
from pymxs import runtime as mxs
file_path =...
fbx_path=...
mxs.loadMaxFile(file_path , view = '{VIEW }' ) # view = '{}' This method is wrong
mxs.exportFile(fbx_path , mxs.name ( 'noPrompt' ))
mxs.resetMaxFile(mxs.Name( 'noPrompt' ))