Slackware :: Exaile Failing To Start - Object Has No Attribute

Feb 26, 2011

I wrestling with a new slackware install and I've got a problem with exaile. It was built with sbopkg, and doesn't work. It doesn't start at all from the menu (in Xfce,) and provides the following error message when started from Terminal:

Code:
INFO : Loading Exaile 0.3.2.0...
INFO : Loading settings...
Traceback (most recent call last):
File "/usr/lib64/exaile/exaile.py", line 52, in <module> main()
File "/usr/lib64/exaile/exaile.py", line 49, in main exaile = main.Exaile()
File "/usr/lib64/exaile/xl/main.py", line 96, in __init__self.__init()
File "/usr/lib64/exaile/xl/main.py", line 132, in __init self.__show_splash()
File "/usr/lib64/exaile/xl/main.py", line 260, in __show_splash import xlgui
File "/usr/lib64/exaile/xlgui/__init__.py", line 53, in <module> from xlgui import devices, guiutil, icons, preferences, queue
File "/usr/lib64/exaile/xlgui/devices.py", line 34, in <module> from xlgui import collection
File "/usr/lib64/exaile/xlgui/collection.py", line 36, in <module> from xlgui.widgets import dialogs
File "/usr/lib64/exaile/xlgui/widgets/dialogs.py", line 452, in <module> class MessageBar(gtk.InfoBar):
AttributeError: 'module' object has no attribute 'InfoBar'

View 3 Replies


ADVERTISEMENT

Fedora :: Update - Attribute Error Object Has No Attribute 'rsplit'

Aug 30, 2009

Recently installed Fedora 11 from CD on eeepc900HA. Update manager suggested 402 updates available. trying to update I get the following traceback error report:

Traceback (most recent call last):

On trying this process a second time after having selected specific packages I noticed that a prepare machine for upgrade package (not selected by me) seemed to be where the process stalled.

Trying a third time with attempt to upgrade some (random) python packages I get the same result via a system/admin/upgrade or download software .

View 3 Replies View Related

Software :: Exaile Suddenly Not Working - Attribute Error

Apr 6, 2011

I am in Ubuntu 10.04 with its standard desktop environment. Exaile was working great. Now, suddenly it refuses to work. It brings up the splash/loading image and then dies. It works fine under a different user account. I completely restarted, completely uninstalled, completely reinstalled through the Ubuntu Software Center. No luck. I then tried to run it via a terminal.

Here was the output:
wmeler@ubuntu1004:~$ exaile
INFO : Loading Exaile 0.3.1.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
Traceback (most recent call last):
File "/usr/lib/exaile/exaile.py", line 52, in <module> main()
File "/usr/lib/exaile/exaile.py", line 49, in main exaile = main.Exaile()
File "/usr/lib/exaile/xl/main.py", line 84, in __init__self.__init()
File "/usr/lib/exaile/xl/main.py", line 189, in __init
location=os.path.join(xdg.get_data_dirs()[0], "covers"))
File "/usr/lib/exaile/xl/cover.py", line 121, in __init__self.load()
File "/usr/lib/exaile/xl/cover.py", line 330, in load data = pickle.load(f)
EOFError Exception in thread Thread-4:Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/exaile/xl/hal.py", line 66, in connect logger.warning("Failed to connect to HAL,"
AttributeError: 'NoneType' object has no attribute 'warning'

View 2 Replies View Related

Fedora :: YUM Update Error - Object Has No Attribute

Oct 23, 2009

My os is fedora 11. The error message is :

Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1830, in _runYumTransaction rpmDisplay=rpmDisplay)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3813, in processTransaction
pkgs = self._downloadPackages(callback)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3837, in _downloadPackages
probs = self.downloadPkgs(dlpkgs)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1372, in downloadPkgs
self.plugins.run('predownload', pkglist=pkglist)
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 177, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/presto.py", line 577, in predownload_hook
(problems, more) = downloadPkgs(conduit, pinfo, download_pkgs)
File "/usr/lib/yum-plugins/presto.py", line 419, in downloadPkgs
cb.start(text="<delta rebuild>", size=rebuild_size)
File "/usr/lib/python2.6/site-packages/urlgrabber/progress.py", line 129, in start self._do_start(now)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2551, in _do_start
self.updateProgress(name, 0.0, "", "")
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2593, in updateProgress
pkg = self._getPackage(name)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2534, in _getPackage
sections = name.rsplit('-', 2)
AttributeError: 'NoneType' object has no attribute 'rsplit'

View 5 Replies View Related

Ubuntu One :: NoneType Object Has No Attribute Makefile

Oct 21, 2010

I don't know whether this is happening because my machine is behind an HTTP proxy, or for some other reason. When I enter my Ubuntu One account name and pass into "Connect to Ubuntu One" and click Connect, I get this code error instantly:

Code: 'NoneType' object has no attribute 'makefile' If I enter nothing or invalid data into these fields, a red icon is displayed immediately, but the error above appears with valid and accurate data in the fields. If this is a proxy issue, why doesn't the application honor the system-wide proxy settings?

View 9 Replies View Related

Fedora :: AttributeError: 'NoneType' Object Has No Attribute 'transport'

Nov 9, 2010

i'm having an error when running a python script that uses the python-twisted-web components... i get the impression that this program was developed and tested in a debian environment. heres the readout:

Quote:

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1165, in run
self.mainLoop()

[code]......

View 6 Replies View Related

CentOS 5 :: Yum Fails With 'module' Object Has No Attribute 'main'

May 5, 2009

Any attempt to run yum produces the following error:

Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
AttributeError: 'module' object has no attribute 'main'

It doesn't matter what command line arguments I use I get the same.I've spent a day or so searching on Google but not had any luck in identifying what is causing this problem.

View 4 Replies View Related

Software :: Exaile (0.3.2.0) Error - Object Register Function Deprecated

Aug 18, 2010

I have been trying to install this nice looking piece of software for the last 3/4 days, my lastest error is..

Code:
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
INFO : Loading Exaile 0.3.2.0...
INFO : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last): .....

I have installed:
pygtk-2.16.0
pygobject-2.21.5
gst-python-0.10.19
dbus-python-0.83.0
pycairo-1.2.2
gobject-introspection-0.9.3
libffi-3.0.9

View 8 Replies View Related

Fedora :: Yum Not Working: AttributeError: 'YumBaseCli' Object Has No Attribute 'preconf'

Oct 15, 2009

I use fedora 8 & had previously tried to upgrade to 10, unsuccessfully. From then onwards, yum & rpm have refused to work. I tried deleting & rebuilding rpm database but it doesnt solve anything. Here is the error when I run yum

Code:

# yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)

[code]....

View 1 Replies View Related

Fedora Installation :: AttributeError: 'NoneType' Object Has No Attribute 'opts'

Nov 18, 2009

I tried to run preupgrade-cli and I get this error. This is on a fresh install of Fedora 11.

preupgrade-cli -y "Fedora 12 (Constantine)"
/usr/lib/python2.6/site-packages/yum/__init__.py:203: UserWarning: Use .preconf instead of passing args to _getConfig
warnings.warn('Use .preconf instead of passing args to _getConfig')
Loaded plugins: blacklist, whiteout

[code]....

View 3 Replies View Related

Programming :: Python Regular Expression - AttributeError: 'NoneType' Object Has No Attribute 'group'

Aug 23, 2010

I am trying to scan a website for http references (links) with this script:

Code:

from urllib import urlopen
import re
current_site = urlopen("http://en.wikipedia.org/wiki/").read()
search = re.search('href="[a-zA-Z0-9]"', current_site)

[code]....

I get the following error message:

Code: Traceback (most recent call last): File "C:UsersadminDesktopcrawler.py", line 8, in <mo print search.group(0) AttributeError: 'NoneType' object has no attribute 'group' I have googled the error

View 2 Replies View Related

OpenSUSE Multimedia :: Exaile Doesn't Start ?

Sep 30, 2010

This is the output when I run it from the console "can't open file '/usr/lib/exaile/exaile.py opensuse 11.3". I'm using opensuse 11.3.

View 4 Replies View Related

Programming :: Modify 1 Of My Ldap Attribute If Have 2 Same Attribute Under 1 Entry ?

Jan 26, 2011

Assume, I have the below LDAP entry

Code:

Which command should I use programmatically (in ldap.h) to change only ONE of the attributes above? say i only want to change the userPassword from value secret -> notasecret

Do we use?

Code:

And how?

View 1 Replies View Related

Slackware :: Exaile Not Launching After Uninstall And Subsequent Reinstall

Mar 19, 2010

I'm on Slackware 13 and use XFCE (no KDE or QT) as my DE and Exaile as my music player. I try and install all my software using slackbuilds. Recently I came to know that Exaile 0.3.1.0 was out and so decided to upgrade from my current 0.3.0.1 . So I downloaded the source package and the slackbuild, and after changing the version number in the Slackbuild script, went ahead with the installation. The install went fine but exaile wont start up as the new version required a newer version of gtk+.

Since, I was not ready to invest my time in that, I uninstalled the newer version through pkgtool. I had the precompiled library left from my previous 0.3.0.1 install so, I installed it using installpkg. Now the problem is that when try to launch exaile, the splash screen shows up, but quickly disappears (this was also happening with the newer version, when it required newer gtk+). The error I am getting is:

Code:
bash-3.1$ exaile
INFO : Loading Exaile 0.3.0.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
/usr/lib/exaile/xl/common.py:342: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message
/usr/lib/exaile/xl/common.py:345: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 return repr(self.message)

Also, when I logged in as the root, exaile would launch without any problems or glitches.

View 7 Replies View Related

Slackware :: Exaile Not Starting After Update - Segmentation Fault

Aug 27, 2010

I just installed today's updates (apart from XFCE, which I had installed from Robby's website) and get the following error when I try to start exaile:

Code:
INFO : Loading Exaile 0.3.0.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : HAL Providers: [<cd.CDHandler object at 0x15c2e50>]
INFO : Loading interface...
/usr/lib64/exaile/xlgui/__init__.py:82: GtkWarning: Unable to locate theme engine in module_path: "thinice", 'ExaileWindow', 'exaile')
Segmentation fault

I'm looking at the changelogs and can't figure out which one is the culprit.

View 2 Replies View Related

CentOS 5 :: Perl CPAN GD Module Failing - Can't Locate Object Method "png" Via Package "GD::Image"

Jun 29, 2010

I have CentOS 5.4 and have installed CPAN GD module.Installation messages seemed clean and successful.When I try to create a png file, perl gives the error message :

Can't locate object method "png" via package "GD::Image" at
/usr/lib/perl5/vendor_perl/5.8.8/DBD/Chart/Plot.pm line 1276 (#1)
(F) You called a method correctly, and it correctly indicated a package
functioning as a class, but that package doesn't define that particular
method, nor does any of its base classes. See perlobj.

Also, the following perl one-liner gives answer "No".

perl -e 'use GD; $im=GD::Image->new(); print $im->can("png") ? "Yes" : "No" , "
";'

I suspect that this GD module requires Image::Magick, but that borks on installation.

Magick.xs:2344: warning: implicit declaration of function �MagickCoreGenesis�
make: *** [Magick.o] Error 1
JCRISTY/PerlMagick-6.59.tar.gz

[code]...

View 3 Replies View Related

Slackware :: Cannot Open Shared Object File

Jan 29, 2010

Code: mplayer: error while loading shared libraries: libcdda_interface.so.0: cannot open shared object file: No such file or directory

View 5 Replies View Related

General :: Ubuntu 10.10 Installation - GUI Failing To Start

Dec 5, 2010

I had an Ubuntu 10.10 installation that ran fine for around a month or so. I decided to go out and try to install aptosid (formerly known as sidux) as a dual boot. I couldn't get the desktop to boot in the LiveCD and kept getting an error saying that the nouveau module could not be loaded. I rebooted and at the main LiveCD screen, I added xmodule=vesa xres=1440X900. I was able to get a 1024x768 resolution. I decided that I really didn't like aptosid, so I shut it down and took out the LiveCD. When I booted back into Ubuntu, my resolution changed down to 640x480 for some reason. I decided to remove the proprietary nVidia driver I had installed via jockey. Once it was removed, I restarted. Now, I see no startup splash or a login screen - my monitor just goes to sleep.

I have all my files backed up already, so I decided to pop in my Kubuntu 10.10 LiveCD to install that. Once I choose the "Start Kubuntu" option, my monitor goes to sleep. I tried putting in Linux Mint Debian Edition LiveCD to see if that would work, and I had the same issue. After this, I went for the nuclear option and installed Windows 7 to see if it would wipe out any memory of my Linux drivers from the system. The Windows drivers for my card worked fine, so I decided to put the Kubuntu LiveCD back in and got the same problem. I am currently running a Partition Magic LiveCD, but could only boot into it using the Xvesa option instead of Xorg. My video card is an nVidia 9800 GT - and it has always worked in the past.

View 9 Replies View Related

Networking :: Network Service Failing To Start

Mar 5, 2011

I have recently installed CentOS onto an old machine to get it up and running as a basic web/mail server. Originally the Network Interface worked ok, however I have been editing /etc/sysconfig/network-scripts/ifcfg-eth0 to try and set the IP address to be static.Now when I run the 'service network restart' command it won't bring the eth0 interface up and comes up with the following errors;

ifcfg-eth0 Line 3 DEVICE: command not found
missing config file ifcfg-ifcfg-eth0

It doesn't seem to like any of the command words, even though most of these were in the original file that worked and the ones I added to do static I have commented out.

View 4 Replies View Related

General :: Squid Failing To Start Fedora 5?

Sep 10, 2009

Squid gives the follwoing error messages when i attepmt to start it:Sep 10 12:33:24 localhost (squid): Cannot open '/var/log/squid/access.log' for writing. The parent directory must be writeable by the user 'squid', which is the cache_effective_user set in squid.conf.Sep 10 12:33:24 localhost squid[3423]: Squid Parent: child process 3446 started

View 3 Replies View Related

Slackware :: Libgerbv.so.1: Cannot Open Shared Object File

Mar 20, 2010

I'm running Slack 13 and trying to get my CAD suite to get going. But with little luck so far. It's built from source, gotten directly from the project page (unavailable at this time)[URL]. This is what I get when trying to run:

Code:

bash-3.1$ gerbv
gerbv: error while loading shared libraries: libgerbv.so.1: cannot open shared object file: No such file or directory
bash-3.1$ locate libgerbv.so.1
/home/wed/gedagaf/gerbv-2.3.0/src/.libs/libgerbv.so.1

[code]....

View 7 Replies View Related

Fedora :: Services (Haproxy And Stunnel) Failing To Start

Dec 3, 2009

I have 2 services registered one for HAProxy and one for stunnel. When I type service start haproxy or service start stunnel they start and everything works fine. I ran ntsysv and they are set as autostart, and I have init.d scripts that work. I have checked the runlevel and using chkconfig runlevel 3, 4 and 5 are :on. And I also added service haproxy start and service stunnel start to inittab. But when I restart the computer haproxy and stunnel fail to autostart. I am a fedora novice and I have no idea why this isn't working...

View 4 Replies View Related

OpenSUSE Install :: NFS Server Failing To Start 11.4 Upgrade

Apr 21, 2011

I just upgrade from 10.3 to 11.4. Everything went fairly smoothly and most things are still working execp nfsserver

getting:
/etc/init.d/nfsserver start
Starting kernel based NFS server: mountd statd nfsdrpc.nfsd: writing fd to kernel failed: errno 13 (Permission denied)
rpc.nfsd: unable to create inet6 TCP socket: errno 97 (Address family not supported by protocol)
rpc.nfsd: unable to set any sockets for nfsd failed

dmesg:
RPC: server localhost requires stronger authentication.
[ 2545.282736] svc: failed to register nfsaclv2 RPC service (errno 13).
[ 2545.282742] nfsd: last server has exited, flushing export cache
[ 2545.282852] RPC: server localhost requires stronger authentication.
[ 2545.282955] RPC: server localhost requires stronger authentication.
[ 2545.283848] RPC: server localhost requires stronger authentication.
[ 2545.283957] RPC: server localhost requires stronger authentication.

View 9 Replies View Related

OpenSUSE Wireless :: Network And XDM Failing To Start On Thinkpad X40

Jul 26, 2010

Just installed 11.3 on an aging IBM Thinkpad X40. But the network (and xdm) does not work. I saw in the logs the cryptic message nl80211 driver does not support authentication/association or connect commands. This machine worked on 10.3, so this is a confusion. What should I try next?

View 9 Replies View Related

Slackware :: Fatal Error: Glib-object.h: No Such File Or Directory

May 31, 2011

I'm using Slackware 13.37 x64 (upgraded to slackware-current) and I have trouble compiling mysql workbench 5.2.34.

The error is:

Code:

scintilla-marshal.c:2:25: fatal error: glib-object.h: No such file or directory

But I have that glib-object.h file:

Code:

$ locate glib-object.h
/usr/include/glib-2.0/glib-object.h

This is when I try to compile version 5.2.27:

Code:

./PlatGTK.cxx:13:21: fatal error: gdk/gdk.h: No such file or directory

Code:

$ locate gdk.h
/usr/include/gtk-1.2/gdk/gdk.h
/usr/include/gtk-2.0/gdk/gdk.h

View 12 Replies View Related

Software :: Thunderbird Failing To Start In Ldap User Account / Fix It?

Mar 28, 2011

I recently configured my client to log on using my (open)ldap account. Since then I could not get thunderbird started from my ldap account. But if I su to one of the local accounts, it opens.

My client is Fedora14.

View 6 Replies View Related

Software :: Userful Keeps Failing To Start X Server - Ubuntu 9.10 ATI Radeon

Mar 4, 2010

I was trying to setup userful on my laptop, but it keeps failing to start the x server. I have a card that can support it.

View 7 Replies View Related

Ubuntu Multimedia :: Error - Object Reference Not Sent To An Instance Of An Object

Mar 6, 2010

I've been using the PPA version of banshee, and I got this error - just wondering if anyone else has it too! I'm able to play a song, but when the song finishes and the next one starts I get this error: Banshee Encountered a Fatal Error Object reference not sent to an instance of an object Error details:

Code:
An unhandled exception was thrown: Object reference not set to an instance of an object
at Hyena.Gui.Theming.GtkTheme.GetCairoTextMidColor (Gtk.Widget) <0x00017>
at Banshee.NotificationArea.NotificationAreaService.get_TextLightColor () <0x0002f>
at Banshee.NotificationArea.NotificationAreaService.MarkupFormat (string,string[]) <0x00043>
at Banshee.NotificationArea.NotificationAreaService.GetByFrom (string,string,string,string) <0x000d7>

[Code]....

View 4 Replies View Related

Slackware :: Floppy Boot Failing

Mar 13, 2010

I have an external 500gb usb drive with a bootable full install of slackware 12.2, and it also contains all the sets, patches, and extras for 12.2 in /usr/src, along with some other non slackware packages, like gparted, and I use it for rescue, backup, installation, etc.I used this disk with no errors, setting up 12.2 on my mother's dell, a pentium 4.However, my mom has an older gateway as well (a pentium 2) that she keeps around because it has M$ Publisher on it, and sometimes a student emails her a Publisher document, and she has to use her old sluggish beast to open it up.

I have not found an open source solution to open Publisher docs in Linux, so I have been trying to follow http://www.virtualbox.org/wiki/Migrate_Windows to migrate the her xp installation on her old box to a vdi to use with virtualbox.My first obstacle is that the cd drive in the old machine is non-functioning. My second obstacle is that her machine dates back to the days before the bios supported booting from usb.

I have never had the time to mess with network booting, and don't know how to set up a bootp server, so sticking with what I know, I thought I could install lilo on a floppy, and have it configured to boot my external usb. Originally, lilo was installed on the mbr of the usb, but for this project, I went ahead, using the pentium 4, and reinstalled the lilo boot loader on a floppy. I did this by mounting my external usb drive (which shows up as /dev/sda) and then binding /sys, /proc, and /dev to it, and chrooting into the external usb install. Then I modified lilo.conf and reran lilo. It worked, and now the external hard drive only boots on the pentium 4 when I have the floppy inserted into /dev/fd0. However, when I plug the external drive into the pentium 2's usb, and insert the floppy and try to boot, it never makes it to the lilo prompt, and just displays 10 lines of L 07 07 07 07 07 07 07 07 07..The boot order is correctly set in bios to try the floppy first. I thought I might have problems with the smp kernel on such an old system, and thought I might have to go back to huge.s, but I'm not even making it to the prompt...

View 4 Replies View Related

Slackware :: Sounds Failing For Some Apps But Not Others

Dec 3, 2010

Sound card: VIA VT1828S (on-board)
Slackware 13.1 (occurs in 32bit and 64bit)
kernel "2.6.33.4 #2 SMP Tue Sep 21 17:28:38 CDT 2010 x86_64"

Video card also has HDMI port + thus has shows as another sound device (ATI HD5670)

Symptom: My audio in Amarok randomly fails.

Ok, it's not exactly random. I'll play a few dozen songs just fine. I'll pause/stop, then try to unpause or play another song later on - no sound.

If I go to the amarok settings, and "configure phenom", it shows "VIA VT1828S" - I click test, and it says the VIA VT1828S has failed.

However, I can still use 'play' from the command line. I still get sound in certain other apps (flash player / firefox).

Code:

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved