python2-2.7.6

Miscellaneous tools
Post Reply
Message
Author
User avatar
kost@s
Posts: 55
Joined: Fri 15 Nov 2013, 12:40
Location: Greece

python2-2.7.6

#1 Post by kost@s »

hello all puppy users!
i want to install xbmc 12.3
and i see something to missing package, i used the python-2.7 slackware
my error it is.
/usr/lib/xbmc/xbmc.bin: symbol lookup error: /usr/lib/xbmc/xbmc.bin: undefined symbol: PyUnicodeUCS4_DecodeUTF8
i solved to using python arch package https://www.archlinux.org/packages/extra/i686/python2/

so i using this package and something more for new compilation package
python2-2.7.6.sfs -> python2-2.7.6.txt

python2-2.7.6 pygtk-2.24.0 | python2-cairo-1.10.0 | python2-gobject2-2.28.6 | python2-pillow-2.3.0 | python2-pip-1.5.4 | python2-setuptools-3.3 | python2-sip-4.15.4 |python2-zope-interface-4.1.0 | wxgtk-3.0.0

Code: Select all

# python2
Python 2.7.6 (default, Feb 26 2014, 12:01:28) 
[GCC 4.8.2 20140206 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> import gtk
>>> import wxversion
>>> import pygtk
>>> import cairo
>>> import gobject
>>> import PIL
>>> import pip
>>> import setuptools
>>> import zope
>>> import zope.interface
>>> exit()
if you want to use this pack you need to have libpng-1.6

Post Reply