Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
compiz, No module named compizconfig
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
harryy
n00b
n00b


Joined: 21 Apr 2006
Posts: 41
Location: Hammerfest, Norway

PostPosted: Wed Oct 24, 2007 7:56 pm    Post subject: compiz, No module named compizconfig Reply with quote

Just got internet again and found out that beryl was a bit out of date, so i unmerged it and emerge compiz, without the Xeffects overlay.
So, it compiles and starts just fine. Well, heres the problem:

Code:
harry@larry ~ $ ccsm
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 37, in ?
    import compizconfig
ImportError: No module named compizconfig


Searched the forum, google and what ever and all i could find was problems regarding this with overlay and what helped them did'nt realy help me much.
Tryed remergin compizconfig-python and depends with no luck.
Help please? :oops:
_________________
Aleksander Mietinen
Back to top
View user's profile Send private message
kwisatz_haderais
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2004
Posts: 143

PostPosted: Wed Oct 24, 2007 8:10 pm    Post subject: Reply with quote

can reproduce the same error.

Also getting:

Quote:
$ compiz-start
NVIDA detected
Using GTK decorator
compiz (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
compiz (core) - Fatal: No manageable screens found on display :0.0
Back to top
View user's profile Send private message
kwisatz_haderais
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2004
Posts: 143

PostPosted: Wed Oct 24, 2007 8:40 pm    Post subject: Reply with quote

got compiz working by typing:

Quote:
kwisatz@leto ~ $ compiz --replace ccp emerald
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Wed Oct 24, 2007 9:31 pm    Post subject: Reply with quote

I was just able to correct this issue:
Code:
user host ~ $ ccsm
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 37, in <module>
    import compizconfig
ImportError: No module named compizconfig

by remerging libcompizconfig then remerging compizconfig-python.

icons in ccsm are broken though.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Oct 24, 2007 10:35 pm    Post subject: Reply with quote

try:

emerging
Code:
compiz-bcop libXcomposite compiz libcompizconfig compiz-fusion-plugins-main compizconfig-backend-kconfig compiz-fusion-plugins-extra compiz-fusion-plugins-atlantis compiz-fusion-plugins-threed compiz-fusion-plugins-unsupported compizconfig-python compizconfig-backend-gconf ccsm emerald emerald-themes compiz-fusion

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
kwisatz_haderais
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2004
Posts: 143

PostPosted: Thu Oct 25, 2007 7:34 am    Post subject: Reply with quote

jonnevers wrote:
I was just able to correct this issue:
Code:
user host ~ $ ccsm
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 37, in <module>
    import compizconfig
ImportError: No module named compizconfig

by remerging libcompizconfig then remerging compizconfig-python.

icons in ccsm are broken though.


Thanks, seems to have worked fine for me as well.
My icons are fine though.
Back to top
View user's profile Send private message
nubla
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2007
Posts: 78

PostPosted: Thu Oct 25, 2007 8:18 am    Post subject: Re: compiz, No module named compizconfig Reply with quote

harryy wrote:
Tryed remergin compizconfig-python and depends with no luck


https://bugs.gentoo.org/show_bug.cgi?id=196936

This was/is a bug in the dev-python/compizconfig-python and x11-themes/emerald-themes ebuilds.
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Thu Oct 25, 2007 8:22 pm    Post subject: Reply with quote

kwisatz_haderais wrote:
My icons are fine though.

8O crud. so this is an issue with my software. thanks for the information!
Back to top
View user's profile Send private message
ranug
n00b
n00b


Joined: 04 Oct 2007
Posts: 1

PostPosted: Sat Oct 27, 2007 1:14 pm    Post subject: Reply with quote

kernelOfTruth wrote:
try:

emerging
Code:
compiz-bcop libXcomposite compiz libcompizconfig compiz-fusion-plugins-main compizconfig-backend-kconfig compiz-fusion-plugins-extra compiz-fusion-plugins-atlantis compiz-fusion-plugins-threed compiz-fusion-plugins-unsupported compizconfig-python compizconfig-backend-gconf ccsm emerald emerald-themes compiz-fusion


There is no package like compiz-fusion-plugins-atlantis and compiz-fusion-plugins-threed in the portage tree. How old are these instructions here to get compiz / compiz-fusion to work?

btw, all tips here did not help to solve the problem on my machine. When I run compiz-start as standard user or root I got this:

Code:

NVIDA detected
Using GTK decorator
Fenstermanager-Warnung:Thema »Clearlooks« konnte nicht geladen werden: Es konnte keine gültige Datei für das Thema »Clearlooks« gefunden werden


(gtk-window-decorator:6059): Wnck-WARNING **: Property _NET_WM_NAME contained invalid UTF-8

compiz (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
compiz (core) - Fatal: No manageable screens found on display :0.0


Any Ideas?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Oct 27, 2007 1:21 pm    Post subject: Reply with quote

diese instruktionen sind nicht alt - beziehen sich nur auf ein overlay :lol:

they're only referring to an overlay :wink:

you might want to give compiz-fusion in xeffects overlay a try since that's the version I'm running & it works fine

see http://de.gentoo-wiki.com/Portage_Overlay_konfigurieren

http://wiki.gentoo-xeffects.org/Overlay

you tried:

Code:
compiz --replace ccp --sm-disable &
?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
dlight
n00b
n00b


Joined: 10 Jul 2004
Posts: 7

PostPosted: Tue Nov 06, 2007 10:46 pm    Post subject: Reply with quote

For the guy with the UTF-8 error:

try running the following after you have logged into your X session...


Code:
#!/bin/sh

unset XLIB_SKIP_ARGB_VISUALS

LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp --sm-disable &

emerald --replace &
Back to top
View user's profile Send private message
Baer
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2003
Posts: 96
Location: Munich, Germany

PostPosted: Thu Nov 29, 2007 4:31 pm    Post subject: Reply with quote

Same error here. Re-emerging fails due some missing file.

Code:
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/compizconfig -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=i686 -pipe -MT compizconfig.lo -MD -MP -MF .deps/compizconfig.Tpo -c compizconfig.c  -fPIC -DPIC -o .libs/compizconfig.o
i686-pc-linux-gnu-gcc: compizconfig.c: No such file or directory
i686-pc-linux-gnu-gcc: no input files
make[2]: *** [compizconfig.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/compizconfig-python-9999/work/compizconfig-python'
make: *** [all] Error 2


Any ideas?

Regs
Rob

PS: compiz-fusion-plugins-atlantis and compiz-fusion-plugins-threed are definately not in xeffects-overlay, so which one do we talk about here?
_________________
Life is like a roll of toilet paper, when the end is near we panic!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum