Community Packages

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!
Tasklist

FS#12065 - wammu does not start because of missing python 2.5

Attached to Project: Community Packages
Opened by Jozef Mares (kain) - Sunday, 09 November 2008, 20:53 GMT
Last edited by Corrado Primier (bardo) - Wednesday, 12 November 2008, 00:01 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Corrado Primier (bardo)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
wammu does not start because of missing libpython2.5.so.1.0. I think this is because of missing python 2.5.
Error message when running from terminal emulator:
Traceback (most recent call last):
File "/usr/bin/wammu", line 170, in <module>
import Wammu.App
File "/usr/lib/python2.5/site-packages/Wammu/App.py", line 28, in <module>
import Wammu.Main
File "/usr/lib/python2.5/site-packages/Wammu/Main.py", line 58, in <module>
import Wammu.Editor
File "/usr/lib/python2.5/site-packages/Wammu/Editor.py", line 36, in <module>
import Wammu.Data
File "/usr/lib/python2.5/site-packages/Wammu/Data.py", line 28, in <module>
from gammu.Data import Connections, MemoryValueTypes, CalendarTypes, CalendarValueTypes, TodoPriorities, TodoValueTypes, InternationalPrefixes
File "/usr/lib/python2.5/site-packages/gammu/__init__.py", line 38, in <module>
from gammu.Core import *
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory

Even if i try to build from source (PKGBUILD), build fails with this error message:
Checking for python-gammu ... Could not import python-gammu!
You can get it from <http://cihar.com/gammu/python/>
Import failed with following error: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
==> ERROR: Build Failed.
Aborting...

python-gammu is installed as a dependency.
System is fully updated.

Additional info:
* package version: wammu 0.29-1
* arch: i686


Steps to reproduce:
Install wammu with pacman.
Run wammu from terminal emulator to see what happens.
This task depends upon

Closed by  Corrado Primier (bardo)
Wednesday, 12 November 2008, 00:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  Rebuilt and uploaded python-gammu.

Loading...