Ubuntu :: ImportError: Cannot Import Name Cluttergtk
Jul 25, 2010
Tried installing and running entertainer and when I try and run it i get this error:
mike@mike-laptop:~/entertainer/src$ ./entertainer-frontend.py
Traceback (most recent call last):
File "./entertainer-frontend.py", line 25, in <module>
from frontend.frontend_client import FrontendClient
[Code]....
View 2 Replies
ADVERTISEMENT
Apr 29, 2011
using Tumbleweed + Gnome3 and GnomeApps-Repo on 64 bit System.I already found this bug url. but now that this is solved gwibber should work but here i get Traceback (most recent call last):
File "/usr/bin/gwibber", line 10, in <module>
import sys, gtk, optparse, dbus, wnck, time
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 40, in <module>
from gtk import _gtk
ImportError: could not import gobject (could not find _PyGObject_API object)
View 7 Replies
View Related
Feb 22, 2010
I tried to install wallpaper_daemon
$ ./wallpaper_daemon.py --install
Traceback (most recent call last):
File "./wallpaper_daemon.py", line 11, in <module>
import gtk
ImportError: No module named gtk
I do not know what this error, and what to do.
View 1 Replies
View Related
May 8, 2010
Python 3.1 came out about a month ago, but now that I have upgraded, I can no longer import the GASP module
output:
Code:
anthony@anthony-desktop:~$ python Python/BYTE.py
Traceback (most recent call last):
File "Python/BYTE.py", line 2, in <module>
from gasp import *
ImportError: No module named gasp
Importing GASP from Python 2.6 works just fine, but not with 3.1. How/where do I install/move the appropriate files so that I can use GASP?
View 3 Replies
View Related
Jan 7, 2011
Having installed samba4 and smbfs I am trying to share my documents directory into my home network. But when try to do this I get the following error -
Samba's testparm returned error 1: Traceback (most recent call last):
File "/usr/bin/testparm", line 43, in <module>
import samba
[code]....
I am using 10.10. I want to use ubuntu machine as my backup.
View 6 Replies
View Related
Nov 19, 2010
I am running into problems when I try to install Altera's "Quartus 10 web edition 32 bit" on Fedora 14 (64bit). When I launch the installer I get the error message
Quote:
Traceback (most recent call last):
File "<string>", line 18, in <module>
File "/tools/python/2.6.4/linux32/pyinstaller/iu.py",
line 436, in importHook
[code]....
After that I ran altera's installer again and get the same error as above. Interestingly, if I now run the python command shell and try to import hashlib, that one is also broken again as above.
View 3 Replies
View Related
Jan 17, 2010
I installed PyQt4 using yum but when I ran python file it came up with message which says
Code:
[root@VAIO examples]# python
Python 2.6.2 (r262:71600, Aug 21 2009, 12:22:21)
[GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2
[code]....
View 1 Replies
View Related
Sep 9, 2010
In Python 2.6.5, I could import from mx.DateTime.ISO import ParseDateTimeUTC With 2.7 I cannot.Here is the error. My module util_lib contains the import noted above.
File "util_lib.py", line 46, in <module>
from mx.DateTime.ISO import ParseDateTimeUTC
ImportError: No module named mx.DateTime.ISO
What changes do I need to make, to import on pre-2.7 and 2.7?
View 2 Replies
View Related
Jul 28, 2009
installing Frets On Fire with Fedora 11? I downloaded the binary from the website,tarred, installed everything mentioned in the read me and then ran the Frets On Fire .py file in the terminal, but I get a bad output.
Here it is:
Code:
/home/Reece/Download/Frets on Fire-1.3.110/src/Song.py:31: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
[code]....
View 3 Replies
View Related
Dec 25, 2010
I want to learn to program by python 3 so I install eric5. I can't find it on opensuse repo so i must install it and it's dependence package from tarball. Everything seem to be normal till I try to run it. Nothing happen so I run it from terminal and get error
Code:
Traceback (most recent call last):
File "/usr/local/lib/python3.1/site-packages/eric5/eric5.py", line 56, in <module>
from E5Gui.E5SingleApplication import E5SingleApplicationClient
File "/usr/local/lib/python3.1/site-packages/eric5/E5Gui/E5SingleApplication.py", line 14, in <module>
from Utilities.SingleApplication import SingleApplicationClient, SingleApplicationServer
[Code]...
View 2 Replies
View Related
Apr 2, 2011
Recently installed a new distro OpenSUSE 11.4 x86_64. I installed it in a minimal configuration for my needs, on after installing a minimal system installed hypervisor Xen 4.0.2. He also set for a lot of dependencies, and utilities. On one of them I have a problem. Trying to run a utility to create a virtual machine "vm-install", but crashes the next kind of error:
Code:
Traceback (most recent call last):
File "/usr/bin/vm-install", line 30, in <module>
import vminstall.job
File "/usr/lib/python2.7/site-packages/vminstall/job.py", line 28, in <module>
[code]....
View 1 Replies
View Related
Apr 24, 2011
I have installed MySQLdb on my Slackware 13.1 x64.But import error. python 2.6,mysql 5.1,Mysql-python-1.2.3.
[code]...
View 1 Replies
View Related
May 17, 2010
after I had to rebuild the rpmdb because of some errors within it, i can't import any gpg-keys with the command "rpm --import". All I get is this:
[Code]....
View 14 Replies
View Related
Jan 14, 2009
I installed the FC8.0 by hard disk! The system in (hd0,0) is windows xp! THEN i copy vmlinuz and initrd.img to c: Using GRUB like this:
title Install Fedora 8
kernel (hd0,0)/vmlinuz
initrd (hd0,0)/initrd.img
when finished to choose the keyborad the installing started but it said:
ImportError:/user/lib/libdhcp6client-0.10.so.0:Invalid ELF header
how can I continue to install?why this happens?
View 2 Replies
View Related
Apr 5, 2011
I use ubuntu 10.04 and here's the problem. I've installed pssh, but when I type pssh i got this message
Code:
# pssh
Traceback (most recent call last):
File "/usr/bin/pssh", line 29, in <module>
from psshlib.basethread import BaseThread
ImportError: No module named basethread
Also, if I type man pssh I got this message:
See 'man 7 undocumented' for help when manual pages are not available. I've reinstalled it, but nothing changed. I've found that basethread is located here:
/usr/lib/python2.5/site-packages/psshlib/basethread.py
/usr/lib/python2.5/site-packages/psshlib/basethread.pyc
View 4 Replies
View Related
Dec 22, 2010
I followed [URL] that thread for installing BitPim on 10.04, but am getting this error:
Quote:
Traceback (most recent call last):
File "/opt/cx_Freeze-3.0.3/initscripts/ConsoleSetLibPath.py", line 35, in <module>
File "src/bp.py", line 20, in <module>
File "src/bp_cli.py", line 21, in <module>
[code]....
View 1 Replies
View Related
May 1, 2011
After upgrading my media computer earlier today, I tried to run Samba config (system-config-samba) and it crashed. Running again in terminal I got the following error:-
Code:
import mainWindow
File "/usr/share/system-config-samba/mainWindow.py", line 30, in <module> import gtk.glade
ImportError: No module named glade
Ths was fixed by installing (via Synaptic):-
Code:
python-glade2
View 2 Replies
View Related
Oct 31, 2010
After upgrading from 10.4 to 10.10, the Ubuntu Software Center refused to start, and I got an icon in the notification area saying that "a problem occurred when checking for the updates." When I run software-center in the terminal, I get this error message:
Code:
Traceback (most recent call last):
File "/usr/bin/software-center", line 88, in <module>
from softwarecenter.app import SoftwareCenterApp
File "/usr/share/software-center/softwarecenter/app.py", line 32, in <module>
[code]...
I've tried re-installing apt and all related packages, even dpkg, and even downloaded the apt package directly from the ubuntu web site, but no matter what I do, I can't run these things. Aptitude and apt-get seem to work fine.
View 7 Replies
View Related
Jan 28, 2010
I have looked at heaps of the citation software and have settled on using Zotero for a few months to really get a feel for it. One major barrier is how to import my (large) pdf collection into it in one easy step.
Goal: have zotero import my PDF library in one batch. (ubuntu 9.04)
1. I have tried to do it 1 at a time. The sun will explode before I get that done.
2. I have tried this work around without success: Drag and drop from Konqueror (KDE 3.5, opensuse 11.1) fails for me, too. A workaround to allow drag N drop is to use Firefox as a file browser (enter "file://<location_to_file>" as the URL), and to drag and drop from there. [URL]
Firefox cant find the directory
3. I have tried drag and drop as suggested on the Zotero forums (largely for windows users). No luck.
4. I have searched the web, with no other suggestions that have worked.
View 4 Replies
View Related
Apr 21, 2010
I have my data on an NTFS drive. When I try to import pictures from this drive, I only get an option for the drive. That is, I cannot choose a sub-folder from which to import. I understand I can tell F-Spot to use sub-folders, but I have many sub-folders with pictures, and I do not want all of them in F-Spot. Is there any way to import a single folder with F-Spot?
I have also tried drag and drop, but I have a hard time getting that to work as well.
View 1 Replies
View Related
Aug 1, 2010
All I want to do, is import all my other music files to Ubuntu, so I can play them on Rhythmbox music player. The other files are on my Windows hard drives though. Is there some way that I can just click a few buttons and import all my music?
View 7 Replies
View Related
Oct 15, 2010
v10.10 installed fine on my laptop (dual boot with XP) but why is there no prompt to import documents and settings from Win XP?
View 1 Replies
View Related
Nov 29, 2010
I'm using U10.04 and have installed all sorts of photo apps, but nobody can see the raw (*.RW2) files on my Panasonic DMC-FZ35. I borrowed a Win7 machine and Windows sees them. I put them on a stick and come back home and thenGimp with UFRaw sees them. How can I get U10.04 to see them right when I plug in the camera with USB?
View 2 Replies
View Related
Jan 20, 2011
Id like to know if I can import my VirtualBox OSE from Ubuntu 10.10 to Ubuntu 11.10 coming up in April? I will hold off and wait until April, before purchasing my new computer, if I have to build the VirtualBox OSE from scratch, as I have spent a lot of time on it.
View 2 Replies
View Related
Mar 6, 2011
Is there a way to import bookmarks from chromium into firefox at all?
View 6 Replies
View Related
Apr 16, 2011
How to export contacts from windows - outlook express and import it in ubuntu - thunderbird 3.1.8?
View 2 Replies
View Related
May 5, 2011
I have Ubuntu and Win 7 on my desktop machine. I use utorrent and deluge for torrent clients because i upload on lot of trackers. I want to import the settings and paths for the torrent to some linux client. I have 700+ torrent now and it would be real pain to add them one by one in linux. Is there any way to do that?
View 1 Replies
View Related
Jun 1, 2011
import mails and contacts from MSOutlook in windows to Thunderbird. It worked and even kept the folder hierarchy of the emails, as well as the contacts. My only task now is to find the /.evolution folder in ubuntu and past everything.
But was disappointed that thunderbird has no calendar, no ToDos and tasks so I'm wondering how could I import these great Outlook features into evolution, too.
View 9 Replies
View Related
Jul 18, 2011
I am running ubuntu 10.10 server edition as apt-cacher server. How ever we have both 10.04 and 10.10 editions in our office. I have imported the cd cache of ubuntu version 10.04 and it is working fine. Now i want to import the cd cache of ubuntu version 10.10, for that i have to setup different server or i can import the cd cache in same server in different location? If in different location, how to import the cd cache?
View 1 Replies
View Related
Jun 6, 2011
After reloading my OS my e-mail backups are all in Sbd and msf files, but Thunderbird 3.1.10 seems to only import e-mails from Communicator. Is there a solution for this to :enable me to import my e-mails?
View 2 Replies
View Related