Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'convention,': 0.09; 'forcing': 0.09; 'cc:addr:python-list': 0.10; 'template': 0.11; 'language': 0.14; 'index.html': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'detect': 0.17; 'jan': 0.18; 'email addr:gmail.com>': 0.20; 'question.': 0.20; 'trying': 0.21; 'cc:2**0': 0.23; '>': 0.23; 'absolute': 0.23; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'folder': 0.30; 'relative': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'says': 0.33; 'received:google.com': 0.34; 'path': 0.35; 'open': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'page': 0.38; 'url:mail': 0.40; 'think': 0.40; 'your': 0.60; 'here:': 0.62; 'back': 0.62; 'is.': 0.62; 'within': 0.64; '8bit%:100': 0.70; '8bit%:92': 0.70; '(www': 0.84; '2013': 0.84; 'detecting': 0.84; 'itself?': 0.84; 'joel': 0.91; 'to:none': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:cc:content-type; bh=GPG530kg9zmgCJjvhdcND07uOPos7HCfuytc1MfjQNw=; b=r/GlToL7pqAkesCuJ1Ai+uoCdrBlIhzzfJSQAHocGrt5aHpV+zsz71mbTj7MwGVlbV tLfB+nDEnKxvioBDybzICZD0H3K8HJwI0PjxSTsS9GAak1sRVt5AZYlUfYuRS+6p63/R o71pWuBAGK3QB8GM3Uo1vBxdsbH6GRZH7XWuQJnegpsL8Aoc3TwRPlT3kaPBXgrEOW8S IlaW9i+h/vt1Vfc6I2nOgJFLwC5fbXhts2frROlt7YFIw2RUawxk9U0UzG9/5Z07D8b2 YE1lgeheQDPSLnuc/5zCURZ2C3VcKwCx1uIB954OjihA6NYsXfLo7SE39A87Ric/D826 go3A== MIME-Version: 1.0 X-Received: by 10.52.66.18 with SMTP id b18mr1172342vdt.43.1358347183899; Wed, 16 Jan 2013 06:39:43 -0800 (PST) In-Reply-To: References: <339d9d6d-b000-4cf3-8534-375e0c44b2ca@googlegroups.com> Date: Wed, 16 Jan 2013 09:39:43 -0500 Subject: Re: Forcing Python to detect DocumentRoot From: Joel Goldstick Cc: "python-list@python.org" Content-Type: multipart/alternative; boundary=20cf3071d0a660c55404d368d98d X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 109 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358347192 news.xs4all.nl 6903 [2001:888:2000:d::a6]:48079 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36896 --20cf3071d0a660c55404d368d98d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jan 16, 2013 at 9:32 AM, Ferrous Cranus wrot= e: > =CE=A4=CE=B7 =CE=A4=CE=B5=CF=84=CE=AC=CF=81=CF=84=CE=B7, 16 =CE=99=CE=B1= =CE=BD=CE=BF=CF=85=CE=B1=CF=81=CE=AF=CE=BF=CF=85 2013 4:01:07 =CE=BC.=CE=BC= . UTC+2, =CE=BF =CF=87=CF=81=CE=AE=CF=83=CF=84=CE=B7=CF=82 Joel > Goldstick =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > > On Wed, Jan 16, 2013 at 8:51 AM, Ferrous Cranus > wrote: > > > > When trying to open an html template within Python script i use a > relative path to say go one folder back and open index.html > > > > > > > > > > f =3D open( '../' + page ) > > > > > > > > How to say the same thing in an absolute way by forcing Python to detec= t > DocumentRoot by itself? > > > > -- > > > > http://mail.python.org/mailman/listinfo/python-list > > > > > > > > I don't think I understand your question. But, I think your answer is > here: > > Nowhere that page says something about python detecting documentroot > directory (www or public_html) that is. > What is DocumentRoot? This is a convention, not something a language would 'know' about > -- > http://mail.python.org/mailman/listinfo/python-list > --=20 Joel Goldstick http://joelgoldstick.com --20cf3071d0a660c55404d368d98d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Wed, Jan 16, 2013 at 9:32 AM, Ferrous Cranus &= lt;nikos.gr33k@g= mail.com> wrote:
=CE=A4=CE=B7 =CE=A4=CE=B5=CF=84=CE=AC=CF=81= =CF=84=CE=B7, 16 =CE=99=CE=B1=CE=BD=CE=BF=CF=85=CE=B1=CF=81=CE=AF=CE=BF=CF= =85 2013 4:01:07 =CE=BC.=CE=BC. UTC+2, =CE=BF =CF=87=CF=81=CE=AE=CF=83=CF= =84=CE=B7=CF=82 Joel Goldstick =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5:
> On Wed, Jan 16, 2013 at 8:51 AM, Ferrous Cranus= <nikos...@gmail.com> wrote= :
>
> When trying to open an html template within Python script i use a rela= tive path to say go one folder back and open index.html
>
>
>
>
> f =3D open( '../' + page )
>
>
>
> How to say the same thing in an absolute way by forcing Python to dete= ct DocumentRoot by itself?
>
> --
>
> http://mail.python.org/mailman/listinfo/python-list
>
>
>
> I don't think I understand your ques= tion.=C2=A0 But, I think your answer is here:

Nowhere that page says something about python detecting documentroot = directory (www or public_html) that is.

What is DocumentRoot?=C2=A0 This is a convention, not something a language= would 'know' about
--
http://mail.python.org/mailman/listinfo/python-list



--
--20cf3071d0a660c55404d368d98d--