Hi :)

imbolc@ok:~/0$ python3
Python 3.1.3 (r313:86834, Nov 28 2010, 11:28:10) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import logbook
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.1/dist-packages/logbook/__init__.py", line 
13, in <module>
    from logbook.base import LogRecord, Logger, LoggerGroup, NestedSetup, \
  File "/usr/local/lib/python3.1/dist-packages/logbook/base.py", line 23, in 
<module>
    from logbook._speedups import group_reflected_property, \
  File "_speedups.pyx", line 1, in init logbook._speedups 
(logbook/_speedups.c:4496)
NameError: cmp
>>> 

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pocoo-libs/-/2mTqeWefgg8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en.

Reply via email to