you're certain all your environment variables are setup right for mayapy? this is what i'm getting with maya 2009 on fedora 10:
ws-050: /Volumes/luma/_globalSoft/dev/chad/python/pymel chad$ mayapy Python 2.5.1 (r251:54863, Jun 5 2007, 12:01:59) [GCC 4.1.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import setup >>> setup.test_dynload_modules() /usr/autodesk/maya2009-x64/lib/python2.5/lib-dynload testing Maya python installation for missing system libraries Warning: Could not import module _bsddb: libdb-4.2.so: cannot open shared object file: No such file or directory. create a symbolic link pointing to an existing version of this lib Warning: Could not import module _tkinter: libtk8.4.so: cannot open shared object file: No such file or directory. create a symbolic link pointing to an existing version of this lib ['_bsddb', '_tkinter'] two bad modules, but none of that init stuff that you had. -chad -- http://groups.google.com/group/python_inside_maya
