POV-Ray : Newsgroups : povray.unix : povexport.py Server Time
28 Jul 2024 10:27:28 EDT (-0400)
  povexport.py (Message 1 to 3 of 3)  
From: ganymed
Subject: povexport.py
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

From: ganymed
Subject: Re: povexport.py
Date: 29 Aug 2002 02:49:19
Message: <pan.2002.08.29.08.54.09.316449.7609@gmx.net>
On Thu, 29 Aug 2002 08:35:03 +0200, ganymed wrote:



Sorry, my fault, please please look at the article "problems with
python-script" below for further information

-> Problems with a newsreader *g*


Post a reply to this message

From: Roz
Subject: Re: povexport.py
Date: 29 Aug 2002 11:51:06
Message: <3D6E4335.9090800@netscape.net>
ganymed wrote:
> -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 :-(
>>>
> 
> Why doesn't that ... script run and export the scene???

I'm unable to duplicate the problem and I'm not an expert on Blender nor
Python :(   I was going to suggest asking around the Blender forum but
it looks like you already have. Did you try out the suggestions some
there posted? If they can't help you there then you can approach the
problem from another direction. Since Blender does export some other
file formats directly, such as DXF and VRML, you may be able to find
a convert program.

But since you successfully got Wings3d running, maybe just stick with
that. I haven't used it personally but I've only read praise about it.

-Roz


Post a reply to this message

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