OK, I'm still having problems with the 1.0-public12 build (I'm using the Maverick build).
Specifically: OSError: [Errno 13] Permission denied: '/usr/share/keryx/profiles' I think it's because of line 127 in keryxconfig.py: profiles_path = os.path.join(get_data_path(), "profiles") If I'm not mistaken, it ought to be pulling profiles_path out of the config rather than setting it on line 127. Also, I'm not understanding why in two places (line 96, 125) "self.config_file = config_path". Couldn't line 90 simply say self.config_path = config_file or os.path.join(get_data_path(), "keryx.conf") If you're busy on something else, let me know, and I'll submit my suggestion in a merge request. On Mon, Dec 20, 2010 at 3:47 PM, Chris Oliver <exc...@gmail.com> wrote: > Doh thanks! I'll edit the setup.py to delete that as well. > Also, http://fluttr.heroku.com/keryx is where I will be keeping a small todo > list for Keryx. > > On Mon, Dec 20, 2010 at 3:46 PM, mac9416 <mac9...@keryxproject.org> wrote: >> >> Uno problemo! >> >> Looks like you packaged in your keryx.conf. So... >> >> """ >> mac9...@lizzy:~$ keryx >> Traceback (most recent call last): >> File "/usr/bin/keryx", line 709, in <module> >> window = KeryxWindow() >> File "/usr/bin/keryx", line 117, in __new__ >> new_object.finish_initializing(builder) >> File "/usr/bin/keryx", line 158, in finish_initializing >> self.load_config() >> File "/usr/bin/keryx", line 188, in load_config >> os.makedirs(path) >> File "/usr/lib/python2.6/os.py", line 150, in makedirs >> makedirs(head, mode) >> File "/usr/lib/python2.6/os.py", line 150, in makedirs >> makedirs(head, mode) >> File "/usr/lib/python2.6/os.py", line 150, in makedirs >> makedirs(head, mode) >> File "/usr/lib/python2.6/os.py", line 150, in makedirs >> makedirs(head, mode) >> File "/usr/lib/python2.6/os.py", line 157, in makedirs >> mkdir(name, mode) >> OSError: [Errno 13] Permission denied: '/home/chris' >> """ >> >> happens. >> >> Simple fix I hope. :-) >> >> On Mon, Dec 20, 2010 at 1:15 AM, Chris Oliver <exc...@gmail.com> wrote: >> > Hey hey hey! >> > It's been a long time coming, but would you look at that? We've got a >> > pre-release build ready (hopefully)! Add ppa:excid3/ppa and install >> > "keryx". >> > It *should* use relative paths, but I haven't actually tested an install >> > (only from source). See if it works for you, you'll need to run it >> > installed >> > on a computer with internet. >> > >> > -- >> > Chris Oliver >> > http://excid3.com >> > >> > _______________________________________________ >> > Mailing list: https://launchpad.net/~keryx >> > Post to : keryx@lists.launchpad.net >> > Unsubscribe : https://launchpad.net/~keryx >> > More help : https://help.launchpad.net/ListHelp >> > >> > > > > > -- > Chris Oliver > http://excid3.com > _______________________________________________ Mailing list: https://launchpad.net/~keryx Post to : keryx@lists.launchpad.net Unsubscribe : https://launchpad.net/~keryx More help : https://help.launchpad.net/ListHelp