Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54285 > unrolled thread
| Started by | Tal Raveh <talr@talr.co.il> |
|---|---|
| First post | 2013-09-17 15:03 +0300 |
| Last post | 2013-09-17 15:03 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
error python-gammu Tal Raveh <talr@talr.co.il> - 2013-09-17 15:03 +0300
| From | Tal Raveh <talr@talr.co.il> |
|---|---|
| Date | 2013-09-17 15:03 +0300 |
| Subject | error python-gammu |
| Message-ID | <mailman.62.1379419558.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hello,
I just install gammu and try to : import gammu
and i get error:
Traceback (most recent call last):
File "./pygammu.py", line 4, in <module>
import gammu
File "/usr/lib64/python2.6/site-packages/gammu/__init__.py", line 65, in
<module>
from gammu._gammu import *
ImportError: /usr/lib64/python2.6/site-packages/gammu/_gammu.so: undefined
symbol: DivertCallTypeFromString
some one know whats wrong ?
Best Regards,
Tal
Back to top | Article view | comp.lang.python
csiph-web