Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183045 - app-backup/pybackpack doesn't run - module' object has no attribute 'get_drives_list'
Summary: app-backup/pybackpack doesn't run - module' object has no attribute 'get_driv...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-24 13:34 UTC by gapon
Modified: 2011-08-30 10:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gapon 2007-06-24 13:34:15 UTC
When one want to start pybackpack, following exception occurs:

gapon@cattie ~ $ pybackpack
Traceback (most recent call last):
  File "/usr/bin/pybackpack", line 3, in ?
    gui.StartUp()
  File "/usr/lib/python2.4/site-packages/pybackpack/gui.py", line 1276, in StartUp
    widgets = BackupTool()
  File "/usr/lib/python2.4/site-packages/pybackpack/gui.py", line 1266, in __init__
    GuiHandlers().find_cd_burners(self)
  File "/usr/lib/python2.4/site-packages/pybackpack/gui.py", line 1076, in find_cd_burners
    for drive in nautilusburn.get_drives_list(True):
AttributeError: 'module' object has no attribute 'get_drives_list'


Reproducible: Always

Steps to Reproduce:
1. emerge -av pybackpack
2. pybackpack
3.




gapon@cattie ~ $ emerge --info
Portage 2.1.3_rc5 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.5-r3, 2.6.21-ck2 i686)
=================================================================
System uname: 2.6.21-ck2 i686 Genuine Intel(R) CPU T2600 @ 2.16GHz
Gentoo Base System release 1.12.10
Timestamp of tree: Sun, 24 Jun 2007 11:30:01 +0000
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=prescott -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O3 -march=prescott -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS=" http://gentoo.inode.at/ http://pandemonium.tiscali.de/pub/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://gentoo.mirror.solnet.ch"
LANG="cs_CZ.UTF-8"
LC_ALL="cs_CZ.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="cs"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib accessibility acpi alsa apache2 avi bash-completion berkdb bitmap-fonts bluetooth bzip2 cdr cli cracklib crypt cups dbus directfb divx4linux dri dvd dvdr dvdread encode examples exif faad fam fbcon ffmpeg firebird firefox fortran ftp gdbm gif gnutls gpm gstreamer gtk gtk2 hal iconv imap ipv6 isdnlog jabber java java5 jpeg jpeg2k jython kde kdeenablefinal ldap libg++ logitech-mouse logrotate midi mmx mmx2 mng mono mp3 mpeg mudflap mysql ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp oss pam pcmcia pcre perl png pnp postgres ppds pppd python qt qt3 qt4 quicktime readline reflection samba sasl sdl seamonkey session smp spl sqlite sqlite3 sse sse2 ssl svg tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb utf8 vim vim-syntax vorbis wifi wireshark x264 x86 xine xinerama xorg xscreensaver xv xvid zlib zsh-completion" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="cs" USERLAND="GNU" VIDEO_CARDS="nvidia nv vga vesa fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Florian "adlerweb" Knodt 2007-07-06 20:16:43 UTC
Looks like a bug with newer gtk/nautilus or something like that. Seems to be fixed in the latest version.