From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 08:48:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDD616A4B3 for ; Sun, 5 Oct 2003 08:48:20 -0700 (PDT) Received: from bubo.vslib.cz (bubo.vslib.cz [147.230.16.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8054044003 for ; Sun, 5 Oct 2003 08:48:19 -0700 (PDT) (envelope-from martin.vana@vslib.cz) Received: from vanice.koleje.vslib.cz (c514b.kolej.vslib.cz [147.230.156.86]) by bubo.vslib.cz (Postfix) with SMTP id B7DF3CC27A for ; Sun, 5 Oct 2003 17:48:17 +0200 (CEST) Date: Mon, 6 Oct 2003 17:48:53 +0200 From: Martin Vana To: freebsd-questions@freebsd.org Message-Id: <20031006174853.2d1f5eb8.martin.vana@vslib.cz> Organization: KVSS X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-unknown-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: installing applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 15:48:20 -0000 Hi, I use freebsd os a workstation, what i'm struggling with this, when I install some programme like pyslsk I can't run it as a nomal user, just as root. Here is what it writes: Traceback (most recent call last): File "/usr/local/bin/pyslsk", line 87, in ? app = frame.MainApp(config) File "/usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py", line 530, in __init__ wxApp.__init__(self) File "/usr/local/lib/python2.3/site-packages/wxPython/wx.py", line 1939, in __ init__ _wxStart(self.OnInit) File "/usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py", line 534, in OnInit self.frame = MainFrame(None,-1,'PySoulSeek %s' % utils.version, self.config, self) File "/usr/local/lib/python2.3/site-packages/pysoulseek/wxgui/frame.py", line 78, in __init__ self.np = NetworkEventProcessor(self,self.callback,self.logMessage,self.SetS tatusText, configfile) File "/usr/local/lib/python2.3/site-packages/pysoulseek/pysoulseek.py", line 5 8, in __init__ self.config.readConfig() File "/usr/local/lib/python2.3/site-packages/pysoulseek/config.py", line 76, i n readConfig sharedfiles = shelve.open(self.filename+".files.db",'n') File "/usr/local/lib/python2.3/shelve.py", line 231, in open return DbfilenameShelf(filename, flag, protocol, writeback, binary) File "/usr/local/lib/python2.3/shelve.py", line 212, in __init__ Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback, binar y) File "/usr/local/lib/python2.3/anydbm.py", line 83, in open return mod.open(file, flag, mode) dbm.error: (13, 'Permission denied') Exception exceptions.AttributeError: "DbfilenameShelf instance has no attribute 'writeback'" in ignored is there a way how to overcome it, and not to give all rights to python to nomal users? thank you Martin