New issue 2082: Cannot import syslog module
https://bitbucket.org/pypy/pypy/issues/2082/cannot-import-syslog-module

Jelle Smet:

Compiling pypy-2.6.0 from source using


```
#!bash

pypy ../../rpython/bin/rpython -Ojit targetpypystandalone
```


Works as exepected no errors returned.
When starting the interpreter and import **syslog** I get:


```
#!python

Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jul 15 2015, 19:42:38)
[PyPy 2.6.0 with GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>> import syslog
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/smetj/data/python/source/pypy-2.6.0-src/lib_pypy/syslog.py", line 
16, in <module>
    from _syslog_cffi import ffi, lib
ImportError: No module named _syslog_cffi
>>>> 
```

Other 



_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to