Python module "shiboken" not installed

Bug #1453107 reported by Georg Brandl
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
shiboken (Debian)
Fix Released
Unknown
shiboken (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

It appears that the Ubuntu packages for shiboken don't include an importable "shiboken" module. This is necessary for some libraries using PySide, to quote https://shiboken.readthedocs.org/en/latest/shibokenmodule.html:

"""
This Python module can be used to access internal information related to our binding technology. Access to this internal information is required to e.g.: integrate PySide with Qt based programs that offer Python scripting like Maya™ or just for debug purposes.
"""

Revision history for this message
Matthias Klose (doko) wrote :

the shiboken source only has a doc/shibokenmodule.rst, no code for this module. could you give a pointer to the source?

Changed in shiboken (Ubuntu):
status: New → Incomplete
Revision history for this message
Georg Brandl (gbrandl) wrote :

Apparently it is generated. I don't know how exactly, but a naive

$ git clone https://github.com/PySide/Shiboken
$ cd Shiboken; mkdir build; cd build
$ cmake ..; make

leaves me with a "shiboken.so" under "build/shibokenmodule".

Revision history for this message
Matthias Klose (doko) wrote :

please send a patch to build python{3,}-shiboken packages ;)

Changed in shiboken (Ubuntu):
status: Incomplete → Confirmed
Changed in shiboken (Debian):
status: Unknown → New
Changed in shiboken (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.