Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Error loading python script : "No module named xolsplink_main"

Error loading python script : "No module named xolsplink_main"

rekeo
Explorer Explorer
1,116 Views
1 Reply
Message 1 of 2

Error loading python script : "No module named xolsplink_main"

rekeo
Explorer
Explorer

Hi,

 

I am trying to load a python script in Maya but keep getting this error:

 

# Error: ImportError: file <maya console> line 16: No module named xolsplink_main

 

I have placed the python folder in my Documents\maya\2018\prefs\scripts folder.

 

However, I still get this error.  

 

Any help would be greatly appreciated.

0 Likes
1,117 Views
1 Reply
Reply (1)
Message 2 of 2

alexkzy
Contributor
Contributor

Check if sys.path contains the folder. If not, append it.

0 Likes