yfix / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

AttributeError: PrefsGUI instance has no attribute 'external_storage_location' #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download current SVN version (11 Dec 2008)
2. Start the application
3. Try to save preferences

What is the expected output? What do you see instead?
EXPECTED: Save correctly
OBTAINED: AttributeError: PrefsGUI instance has no attribute
'external_storage_location'

What version of the product are you using? On what operating system?
SVN,linux x86_64, python 2.5.1

Please provide any additional information below.

Original issue reported on code.google.com by cere...@gmail.com on 11 Dec 2008 at 5:13

GoogleCodeExporter commented 8 years ago
Is this problem still present when you install by the "wget" method instead of 
by SVN?

Original comment by bejo...@gmail.com on 11 Feb 2009 at 12:51

GoogleCodeExporter commented 8 years ago
I also get the error on Centos 5 using both SVN and wget installed flyback, 
running
as root and non-root.

As non-root get the following:

count not parse gconf /apps/flyback/crontab - using defaults

As root I get the following:

(programname:30719): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are
supported and host-based authentication failed.
count not parse gconf /apps/flyback/crontab - using defaults

Original comment by glen.day...@gmail.com on 18 Aug 2009 at 1:08

GoogleCodeExporter commented 8 years ago
I am also getting the same error, running as root and non-root. Terminal gives 
me:

Traceback (most recent call last):
  File "/home/raisen/flyback/src/prefs.py", line 66, in save_prefs
    client.set_string ("/apps/flyback/external_storage_location",
self.external_storage_location )
AttributeError: PrefsGUI instance has no attribute 'external_storage_location'
external_storage_location_type None

Original comment by weys...@gmail.com on 1 Sep 2009 at 7:30

GoogleCodeExporter commented 8 years ago
resolved in v0.5

Original comment by pub...@kered.org on 27 Oct 2009 at 4:57