POV-Ray : Newsgroups : povray.unix : povexport.py : povexport.py Server Time
28 Jul 2024 08:35:06 EDT (-0400)
  povexport.py  
From: ganymed
Date: 29 Aug 2002 02:30:08
Message: <3d6dbf6f@news.povray.org>
>I'm sure
>there's more elegant solutions but I went brute force and moved the
>/usr/lib/python2.0 one to a save directory then made a symlink for
>python2.0 to point to python2.2 like this:

>ln -s /usr/lib/python2.2 /usr/lib/python2.0

-I have installed python 2.2 (mandrake) again,
-then I have moved the python2.0 folders (from /usr/lib and /usr/local/l    
 ib) to my HOME-directory. 
-Finally I have entered the line above into the bash. 
 (>ln -s /usr/lib/python2.2 /usr/lib/python2.0)
-Besides, I have made a link to /usr/local/lib/python2.2: ln -s 
/usr/local/lib/python2.2 /usr/lib/python2.0.

I have opened the povexport.py - script in blender and the chevy.blender; 
then I started the script.

>>>BUT THE SAME ERROR IS DISPLAYED AGAIN :-(


Again the output from blender: (sys import - print sys.path):

['/usr/lib/python2.0/', '/usr/local/lib/python2.0/', 
'/home/strubi/develop/lib/linux-glibc2.1.3-i386/python/lib/python2.0/p
lat-linux2', 
'/home/strubi/develop/lib/linux-glibc2.1.3-i386/python/lib/python2.0/l
ib-tk', 
'/home/strubi/develop/lib/linux-glibc2.1.3-i386/python/lib/lib-dynload', 
'/home/ganymed/blender-creator-2.23-linux-glibc2.1.2-i386-static/.', '']

Why doesn't that ... script run and export the scene???


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.