[Maya-Python] Re: pymel 0.9.2 released

2009-10-13 Thread Drake
The same error here: My temporarily solution is to comment out yacc because yacc would import md5 (- hashlib - _md5!) which fails. I have tried using mayapy (or mayaipy, the same to mayapy except loading our customized stuff) and everything just works fine. So weird. our working environment:

[Maya-Python] Re: pymel 0.9.2 released

2009-10-13 Thread Drake
# File /usr/autodesk/maya2009-x64/lib/python25.zip/sha.py, line 6, in module # File /usr/autodesk/maya2009-x64/lib/python25.zip/hashlib.py, line 133, in module # File /usr/autodesk/maya2009-x64/lib/python25.zip/hashlib.py, line 60, in __get_builtin_constructor # ImportError: No module named

[Maya-Python] Re: pymel 0.9.2 released

2009-10-13 Thread Chad Dombrova
yup: http://pymel.googlecode.com/svn/docs/install.html#problems-on-linux On Oct 13, 2009, at 4:38 AM, Drake wrote: I found the issue. Just as pymel's doc says: 'libssl.so.4' - Drake On Oct 13, 7:16 pm, Drake drake.g...@gmail.com wrote: # File

[Maya-Python] Re: pymel 0.9.2 released

2009-10-13 Thread haseeb ahmed
oh, thanks, will check tomorrow morning and then let you know, regards, lala On Tue, Oct 13, 2009 at 7:54 PM, Chad Dombrova chad...@gmail.com wrote: yup: http://pymel.googlecode.com/svn/docs/install.html#problems-on-linux On Oct 13, 2009, at 4:38 AM, Drake wrote: I found the issue.

[Maya-Python] Re: pymel 0.9.2 released

2009-10-12 Thread lala
it didn't worked for me. details linux x64 (ubuntu / kubuntu) maya 2009 sp1a x64 1- setting maya.env, didn't worked initially, so i went environment variables way (.profile), check: load maya, in python script editor, if i : import sys; print sys.path. pymel folder shows (main folder, where

[Maya-Python] Re: pymel 0.9.2 released

2009-10-12 Thread chadrik
try this: $ cd /home/lala/maya/2009-x64/scripts/pymel/pymel/util/external $ mayapy then import ply.lex import ply.yacc i'm guessing you're getting an error with one of these because of some missing library. let us know if you get a traceback from that. -chad On Oct 12, 2009, at

[Maya-Python] Re: pymel 0.9.2 released

2009-09-02 Thread Chris G
Looks good on Vista x64 with 2010 x64 On Tue, Sep 1, 2009 at 1:36 PM, Chadrikchad...@gmail.com wrote: hi everyone. i made some changes to pymel's easy_install method in 0.9.2 to try to fix some new problems introduced in 2010:  no readline library on osx and no Makefile on linux (which is

[Maya-Python] Re: pymel 0.9.2 released

2009-09-02 Thread Seth Gibson
2010 x86 and x64 vista x64, good on my end. On Wed, Sep 2, 2009 at 7:27 AM, Chris G cgreb...@gmail.com wrote: Looks good on Vista x64 with 2010 x64 On Tue, Sep 1, 2009 at 1:36 PM, Chadrikchad...@gmail.com wrote: hi everyone. i made some changes to pymel's easy_install method in 0.9.2

[Maya-Python] Re: pymel 0.9.2 released

2009-09-01 Thread Chadrik
hi everyone. i made some changes to pymel's easy_install method in 0.9.2 to try to fix some new problems introduced in 2010: no readline library on osx and no Makefile on linux (which is used by distutils/ setuptools). i'm also trying to simplify ipymel setup. as confirmation that everything

[Maya-Python] Re: pymel 0.9.2 released

2009-09-01 Thread Farsheed
Thanks, I tested it on linux x64 and maya 2k8 and 2k9 successfully. --~--~-~--~~~---~--~~ http://groups.google.com/group/python_inside_maya -~--~~~~--~~--~--~---