| Message |
 |
- Date: 2011-04-01 06:32
- Sender: Jason Grimes
- Oops I intended to say I had the same issue with Blender 2.56 and 2.56a not 2.46 like I wrote above. :/
|
- Date: 2011-04-01 09:59
- Sender: Campbell Barton
- - Can you run blender from a terminal and see if there is any error messages, if so, please attach.
- Could you also attach the output of "Help -> System Info".
|
- Date: 2011-04-01 12:16
- Sender: Jason Grimes
- I ran Blender from the command line but no errors from both of the Octane and the POVray addons. I can enable them and disable them with no errors. When I tried to enable the Netrender addon the following errors occured:
[jason@gemong blender-2.57-RC1-r35899-linux-glibc27-x86_64]$ ./blender found bundled python: /home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/python Traceback (most recent call last): File "/home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/scripts/modules/addon_utils.py", line 207, in enable mod = __import__(module_name) File "/home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/scripts/addons/render_renderfarmfi.py", line 40, in <module> import hashlib File "/home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/python/lib/python3.2/hashlib.py", line 138, in <module> globals()[__func_name] = __get_hash(__func_name) File "/home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/python/lib/python3.2/hashlib.py", line 71, in __get_builtin_constructor import _md5 ImportError: No module named _md5 Saved session recovery to /tmp/quit.blend
Blender quit
I tried to run the "Help -> System Info" and I got a message that the "system-info.txt" file was saved but I was unable to find the file anywhere on my system. I looked in all the logical spots and tried locate to find it, but it doesn't appear to have been created. Thanks, hope this helps.
Jason
|
- Date: 2011-04-01 16:33
- Sender: Campbell Barton
- The problem seems to be that the _md5 module cannot find libraries it needs in the python3.2 that blender bundles.
No module named _md5 try this
cd /home/jason/graphics/blender-2.57-RC1-r35899-linux-glibc27-x86_64/2.56/python find -name "_md5*" #... may give for eg: ./lib/python3.2/lib-dynload/_md5.cpython-32d.so
# Could you get the output of these commands. ldd ./lib/python3.2/lib-dynload/_md5.cpython-32d.so objdump -x ./lib/python3.2/lib-dynload/_md5.cpython-32d.so | grep NEEDED
#Mine are:
/opt/py32 # ldd ./lib/python3.2/lib-dynload/_md5.cpython-32d.so linux-vdso.so.1 => (0x00007fffcc9ff000) libpython3.2d.so.1.0 => not found libpthread.so.0 => /lib/libpthread.so.0 (0x00007fde6cb87000) libc.so.6 => /lib/libc.so.6 (0x00007fde6c828000) /lib/ld-linux-x86-64.so.2 (0x00007fde6cfde000) /opt/py32 # objdump -x ./lib/python3.2/lib-dynload/_md5.cpython-32d.so | grep NEEDED NEEDED libpython3.2d.so.1.0 NEEDED libpthread.so.0 NEEDED libc.so.6
|
- Date: 2011-04-01 20:42
- Sender: Sergey Sharybin
- Looks like it's my fault with python package for rc1. I've updated builts and put them to ftp://ftp.blender.org/incoming/ (they'll be moved to official 2.57 release directory soon).
Please, re-check and tell if it's ok now.
|
- Date: 2011-04-02 21:49
- Sender: Jason Grimes
- Thanks Campbell and Sergey,
That new package fixed the errors I was getting when I enabled or disabled the addons. But unfortunately it did not fix the problem I'm having with the addons appearing in the render menu when enabled. I have attached an image illustrating the problem. Even though I have 4 of the addons enabled, only the renderfarm displays in the render menu. It is ghosted, which might be normal. I really want to get access to the Octane addon and it is supposed to show up in the render menu but does not. Thanks again for your help.
Jason
|
- Date: 2011-04-03 00:37
- Sender: Sergey Sharybin
- I've got the same problem, so it's not build configuration issue.
Campbell, could u check this again?
|
- Date: 2011-04-03 04:09
- Sender: Campbell Barton
- Looked into this, the operator referenced does not exist, and there are no operators which seem to match up with it, looked back to the first revision and still could not find what operator this is supposed to reference, so removed the menu item.
Removed from menu, closing.
|
- Date: 2011-04-03 10:33
- Sender: Jason Grimes
- Thanks Campbell,
I don't understand your last comment. Will this be fixed in the next update of Blender? What is the operator reference? Thanks,
Jason
|