Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#12097 - Compiz Settings Manager (ccsm) complains about missing module
Attached to Project:
Community Packages
Opened by Lord LTSmash (LTSmash) - Wednesday, 12 November 2008, 01:28 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 12 November 2008, 21:22 GMT
Opened by Lord LTSmash (LTSmash) - Wednesday, 12 November 2008, 01:28 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 12 November 2008, 21:22 GMT
|
DetailsDescription:
bash-3.2$ ccsm Info: No sexy-python package found, don't worry it's optional. Traceback (most recent call last): File "/usr/bin/ccsm", line 100, in <module> import ccm ImportError: No module named ccm That's it, ccsm won't simply start. this is anoying because I can't change compiz configs... Additional info: * package version(s) ccsm-0.7.8-2 |
This task depends upon
Closed by Ronald van Haren (pressh)
Wednesday, 12 November 2008, 21:22 GMT
Reason for closing: Not a bug
Additional comments about closing: python should be updated to its latest version
Wednesday, 12 November 2008, 21:22 GMT
Reason for closing: Not a bug
Additional comments about closing: python should be updated to its latest version
Also what is your python path? -->
[ronald@Miranda python2.6]$ python
Python 2.6 (r26:66714, Oct 27 2008, 22:48:57)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/lib/python26.zip', '/usr/lib/python2.6', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/Numeric', '/usr/lib/python2.6/site-packages/PIL', '/usr/lib/python2.6/site-packages/gst-0.10', '/usr/lib/python2.6/site-packages/gtk-2.0']
ccsm /usr/lib/python2.6/site-packages/ccm/
ccsm /usr/lib/python2.6/site-packages/ccm/Conflicts.py
ccsm /usr/lib/python2.6/site-packages/ccm/Conflicts.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Constants.py
ccsm /usr/lib/python2.6/site-packages/ccm/Constants.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Pages.py
ccsm /usr/lib/python2.6/site-packages/ccm/Pages.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Settings.py
ccsm /usr/lib/python2.6/site-packages/ccm/Settings.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Utils.py
ccsm /usr/lib/python2.6/site-packages/ccm/Utils.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Widgets.py
ccsm /usr/lib/python2.6/site-packages/ccm/Widgets.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/Window.py
ccsm /usr/lib/python2.6/site-packages/ccm/Window.pyc
ccsm /usr/lib/python2.6/site-packages/ccm/__init__.py
ccsm /usr/lib/python2.6/site-packages/ccm/__init__.pyc
bash-3.2$
bash-3.2$ python
Python 2.5.2 (r252:60911, Jul 8 2008, 21:21:10)
[GCC 4.3.1 20080626 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/gtk-2.0']
>>>
There