Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=755890

--- Comment #13 from Richard Shaw <hobbes1...@gmail.com> 2011-12-07 10:35:30 
EST ---
Ok, two more things:

1. If python 2.7 is going to be supported you need to update the Requires for
snap-gtk to something like:

%if 0%{?with_python3}
Requires: pygobject3
%else
Requires: pygobject2
%endif

Since pygobject3 doesn't exist on F15 and even if it did it would require that
python3 be used.

2. Also, I tried running it on a remote X11 session over ssh and when I clicked
the "Backup" button I got the following in the terminal:

$ gsnap
Traceback (most recent call last):
  File "/usr/bin/gsnap", line 83, in show_backup_window
    backup_window = BackupOperationWindow()
  File "/usr/bin/gsnap", line 122, in __init__
    snapfile = snap.options.DEFAULT_SNAPFILE + "-" + snapfile_id + ".tgz"
AttributeError: 'module' object has no attribute 'DEFAULT_SNAPFILE'

Richard

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to