Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:windows': 0.09; '25,': 0.12; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'exist,': 0.23; 'somewhere': 0.25; 'windows': 0.26; 'message-id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.33; 'running': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.38; 'should': 0.38; 'why': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'your': 0.61; 'subject:home': 0.73; 'andrea': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5HoHMWlhKmmim9LZqPueomU38g+RZ0k9hPzz4ZUdv+w=; b=uH94fYC1wItI1O9W7mDmvUSoo89+k89xCobX1XcuthQw12QwgVtii+QBAnNUISujA5 Zf879NhtwTsFydzM1z+23r/fVprSJg49P1DPfQQVXLjL6Ncp+XFF9QdGRN/83Vx1FEVu UHJh95rTmTiRvZrcvHZ4vP7s9uE0aiETNj940= MIME-Version: 1.0 In-Reply-To: <4F1EDE0B.40308@gmail.com> References: <4F1EC695.9000909@gmail.com> <4F1ED7DF.1080406@gmail.com> <4F1EDE0B.40308@gmail.com> Date: Wed, 25 Jan 2012 03:43:00 +1100 Subject: Re: windows and home path From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327423389 news.xs4all.nl 6949 [2001:888:2000:d::a6]:52137 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19360 On Wed, Jan 25, 2012 at 3:36 AM, Andrea Crotti wrote: > I just would like to be able to write somewhere in a place that should > always exist, > why Windows you're so annoying :(? Can you use the current directory, and rely on the user running your program from a viable default? ChrisA