Public bug reported: Pyro4 in Ubuntu does not depend on any package besides python3. If you install it and start with the simple python script:
import Pyro4 d = Pyro4.Daemon() It stops with the error that "serpent" is not available, which is the default serializer for Pyro4. Serpent is available via PyPi (https://pypi.python.org/pypi/serpent). Have a look at https://pythonhosted.org/Pyro4/clientcode.html#serialization - here is everything explained. Ideally, it should be packaged and added as dependency of Pyro4. As other possibility, if you don't want to do that, please patch Pyro4 to NOT use serpent as default serializer. json is included, so it IMHO could be safely used. Better would be adding serpent as Ubuntu package. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: python3-pyro4 4.23-1 ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.14.1-0ubuntu3.1 Architecture: amd64 CurrentDesktop: KDE Date: Fri May 16 23:44:33 2014 Dependencies: InstallationDate: Installed on 2013-11-27 (170 days ago) InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) PackageArchitecture: all SourcePackage: pyro4 UpgradeStatus: Upgraded to trusty on 2014-04-19 (27 days ago) ** Affects: pyro4 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug needs-bisect trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320388 Title: python3-pyro4 should depend on serpent which is not available in Ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pyro4/+bug/1320388/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
