Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Mac Question Date: Fri, 1 Jan 2016 22:47:47 +1100 Lines: 10 Message-ID: References: <5d9432dc-220f-457b-945c-a864e7255520@googlegroups.com> <823e9751-2ca3-470c-8f2c-20ab82f09ed9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 7tAJXBP3+mho8KDKezxBxAIfm5QdJEbF6MRwEMw6D8Cg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Question': 0.05; 'permissions': 0.07; 'cc:addr:python-list': 0.09; 'writable': 0.09; 'python': 0.10; 'jan': 0.11; 'server,': 0.15; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mac': 0.16; 'wrote:': 0.16; 'script.': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'mac': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; "you'll": 0.61; 'different': 0.63; 'chrisa': 0.84; 'mac.': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=VmJKrIbGsmZZuPtuyw+R1bo0moI8tcawKAFW6dMJl8U=; b=VbjlN4yt+NBsBD8xiFLcLKchzcibi2vHvHuwh0aAfCixihMC3T5XbrMCUDAA+BOE8J I4o8b0m9c02xwAYGrQdfZbgij05CvrCeZ+jQiWBFVMobhUUpn/ppQSSIrno1WqjWCmdj CVq+Njy/fPVHSdhsxuLXtjNR2SBasL8wCsjSzfhfAdMGIhyPP0ruNKzeO/zCKliKINtD 2wifiwIO3bhYDly7M5KiHonIqAhVmwCryvMiMShQEpWCt08NQBW0R5m7gkHJfb2O1qA/ eE2PUZdhO4xpdYUqTta1VBnQTZeJmHFfTBctdE1XVifCindukezF19JqjWVX/Z8YdZGy ILAA== X-Received: by 10.50.78.70 with SMTP id z6mr24499506igw.92.1451648867509; Fri, 01 Jan 2016 03:47:47 -0800 (PST) In-Reply-To: <823e9751-2ca3-470c-8f2c-20ab82f09ed9@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101105 On Fri, Jan 1, 2016 at 10:27 PM, wrote: > I connect to a drive in a windows 10 computer smb://192.168.50.58/c from my mac but the drive is read only - i am looking for away to make the drive writable so I can make a directory on the drive from my python script. > You'll have to look into the permissions setup on both the Windows computer and the Mac. Try connecting from a different computer to that server, or from that Mac to a different server, and see what's going on. ChrisA