POV-Ray : Newsgroups : povray.unix : Pyvon include problem : Re: Pyvon include problem Server Time
8 Jul 2024 19:13:04 EDT (-0400)
  Re: Pyvon include problem  
From: Steve
Date: 25 Apr 2003 20:12:28
Message: <slrnbajjmv.6ff.steve@zeropps.org.uk>
On Fri, 25 Apr 2003 11:45:26 -0700, Bob R wrote:
> 
> The only thing I can think of is it's picking up the 'glass.inc' in
> .../povray-3.5/include/ before it looks locally in
> .../balcony/glass.inc. I could copy 'balcony' to a 'user' directory
> and/or rename 'glass.inc' to prove that, but getting the 'picture'
> isn't what I'm worried about. It should look *locally* before
> searching the Library paths, AFAIK. Maybe someone else with Pyvon on
> KDE could render 'balcony' so I'd know if it's just *my* set-up?
> 

You talk about creating a new group and useres which leads me to think
that your  POV install isn't all  world readable, meanin  that any use
can't read all of the include  files and directories.  Su to root then
do:

# chmod -R 755 /usr/local/lib/povray-3.5

The hash at the beginning of the line is not to be typed it's supposed 
to represent what the prompt will look like. 

This  command   makes  the   POV  directories  readable   to  everyone
(presuming that the above command  is addressing the location of your
POV install).

-- 
#local i=.1;#local I=(i/i)/i;#local l=(i+i)/i;#local ll=(I/i)/l;box{<-ll,
-((I/I)+l),-ll><ll,-l,ll>pigment{checker scale l}finish{ambient((I/l)/I)+
(l/I)}}sphere{<i-i,l-l,(I/l)>l/l pigment{rgb((I/l)/I)}finish{reflection((
I/l)/I)-(l/I)specular(I/l)/I}}light_source{<I-l,I+I,(I-l)/l>l/l} // Steve


Post a reply to this message

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