Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / Python / maya.standalone import error
  RSS 2.0 ATOM  

maya.standalone import error
Rate this thread
 
61985
 
Permlink of this thread  
avatar
  • aandreea
  • Posted: 15 November 2011 11:02 PM
  • Total Posts: 1
  • Joined: 15 November 2011 10:49 PM

I’m trying to use Maya’s standalone interpreter. I have the following in a python script.

import sys
import os
sys
.path.insert(0"/apps/Linux64/aw/maya2012/lib/python2.6/site-packages")
import maya
import maya
.standalone  

maya
.standalone.initialize()  
sys.path.insert(0"/apps/Linux64/aw/maya2012/lib/python2.6/site-packages/maya/")
from maya import OpenMaya
from maya import cmds 
as cm

that gives this error:

import maya.standalone
ImportError: /apps/Linux64/aw/maya2012/lib/python2.6/site-packages/maya/../../../../lib/libOGSDeviceOGL-2_7.so: undefined symbol: cgGetParameterBufferIndex

Does anyone have an idea how to fix it? ...

Many thanks.



Replies: 0