Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54285
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <talr@talr.co.il> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:error': 0.03; 'error:': 0.07; 'importerror:': 0.07; 'undefined': 0.09; 'subject:python': 0.16; 'import': 0.22; 'install': 0.23; 'skip:& 60': 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; '(most': 0.33; 'skip:d 20': 0.34; 'received:209.85': 0.35; 'received:google.com': 0.35; 'skip:" 50': 0.36; 'wrong': 0.37; 'received:209': 0.37; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'skip:* 10': 0.61 |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=0RS0jGQrqdtEl6lHWh54RSm5jIyYBCEUxDp/z1UPpvI=; b=Wdqc0iwjWmlwzQsdajB1JMJZvon1flxLay1RPRU20oGC9N2tUzv0eQQxhjXqxj8TPZ mGyfVUUiVcyRQeFn9Siq1FfHB8bnMnx5TnqcYe4X77xuAx1cTz/jMLUYupQjSU4gTx46 zdP7XtDuO3hDpoNg4ptPpvAF5plH31kT2SzZai+ow2svCwVXIMcedypGQAEh8MuVw3oL NGjkjLX5fvS77qCe9O+KLj4lK7V9ZJGMeMUOWZSzVtM9jT69znXqmqvBOpoUIYO6Frtk 3P/yvPu+VXTFXB22UtGCWr3/kQ3pmo1Ib2C157URnASdZyTtqyv96b7/2vFv/ok7lOzj yVwg== |
| X-Gm-Message-State | ALoCoQmU/PEWZibw9lWZsMEa8JO4Zrr7Mds8wyabhgj8QMHZNrRFNf1TuZldQKg70rVJL+lsT+RI |
| X-Received | by 10.14.37.4 with SMTP id x4mr51676891eea.16.1379419420087; Tue, 17 Sep 2013 05:03:40 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | Tal Raveh <talr@talr.co.il> |
| Date | Tue, 17 Sep 2013 15:03:18 +0300 |
| Subject | error python-gammu |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11c3919888100704e6931c15 |
| X-Mailman-Approved-At | Tue, 17 Sep 2013 14:05:58 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.62.1379419558.18130.python-list@python.org> (permalink) |
| Lines | 41 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1379419558 news.xs4all.nl 15978 [2001:888:2000:d::a6]:50347 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54285 |
Show key headers only | View raw
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
error python-gammu Tal Raveh <talr@talr.co.il> - 2013-09-17 15:03 +0300
csiph-web