SMS pre Skype
Snažím sa podľa postupu v databáze znalostí naištalovať sms pre Skype.
Inštalácia skype4.py prebehla v poriadku, ale skysentials mi vypisuje toto:
linux-ny2h:/home/ps/Install/Suse/skysentials # ./skysentials.py
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./skysentials.py", line 6, in <module>
import gtk
ImportError: No module named gtk
linux-ny2h:/home/ps/Install/Suse/skysentials #
Poraďte, prosím, ako postupovať ďalej.
Pre pridávanie komentárov sa musíte prihlásiť.
http://translate.google.com/translate?hl=cs&sl=en&u=http://packages.opensuse-community.org/&prev=/search%3Fq%3Dkernel%2B2.6.27%2Brpm%2Bsuse%2Bdownload%26hl%3Dcs%26sa%3DG
dal som tam gtk, ale module tam nie je, aký by to malo mať správny názov?
zypper search python | grep -i gtk
linux-ny2h:~ # zypper search python | grep -i gtk
| python-avahi-gtk | A set of Avahi utilities written in Pyt-> | package
i | python-gtk | Python bindings for the GTK+ widget set | package
| python-gtk | Python bindings for the GTK+ widget set | srcpackage
| python-gtk-debuginfo | Python bindings for the GTK+ widget set | package
| python-gtk-debugsource | Python bindings for the GTK+ widget set | package
| python-gtk-devel | Files needed to build wrappers for GTK+-> | package
| python-gtk-doc | Python bindings for the GTK+ widget set | package
| python-gtk-vnc | Python bindings for the gtk-vnc library | package
| python-gtkglext | Python bindings for gtkglext | package
| python-gtkglext | Python bindings for gtkglext | srcpackage
| python-gtkglext-debuginfo | Python bindings for gtkglext | package
| python-gtkglext-debugsource | Python bindings for gtkglext | package
| python-gtkglext-devel | Python bindings for gtkglext | package
| python-gtksourceview | Python bindings for the GTK+ source edi-> | package
| python-gtksourceview | Python bindings for the GTK+ source edi-> | srcpackage
| python-gtksourceview-debuginfo | Python bindings for the GTK+ source edi-> | package
| python-gtksourceview-debugsource | Python bindings for the GTK+ source edi-> | package
| python-gtksourceview-devel | Python bindings for the GTK+ source edi-> | package
| python-hippo-canvas | Cairo/GObject/GTK+ based canvas | package
i | python-wxGTK | Cross Platform GUI Toolkit for Python U-> | package
| python-wxGTK-doc | wxPython Documentation | package
| python-wxGTK-examples | wxPython Demos and Examples | package
li
zypper install python-gtk
Loading repository data...
Reading installed packages...
'python-gtk' is already installed.
Resolving package dependencies...
Nothing to do.
Ten tam už asi je a vypisuje tú istú chybu.
Predtým som nedával python, len skysentials.py install. Teraz to už ide.