Advertisement
Guest User

error en pytho2.6-Ubuntu 11.10

a guest
Oct 12th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Checking for installed Python... got it!
  2. Traceback (most recent call last):
  3. File "<string>", line 1, in <module>
  4. File "/home/tony/blender/.blender/scripts/yafaray_ui.py", line 94, in <module>
  5. import yaf_export
  6. File "/usr/share/yafaray/blender/yaf_export.py", line 15, in <module>
  7. import tempfile
  8. File "/usr/lib/python2.6/tempfile.py", line 34, in <module>
  9. from random import Random as _Random
  10. File "/usr/lib/python2.6/random.py", line 47, in <module>
  11. from os import urandom as _urandom
  12. ImportError: cannot import name urandom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement