brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Traceback on startup #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start jbrout on console

What is the expected output? 
Jbrout

What do you see instead?
Traceback (most recent call last):
  File "/usr/lib/jbrout/jbrout.py", line 70, in <module>
    from jbrout.db import JBrout,Buffer
  File "jbrout/jbrout/db.py", line 16, in <module>
  File "lxml.etree.pyx", line 40, in lxml.etree (src/lxml/lxml.etree.c:119415)
AttributeError: 'module' object has no attribute 'BytesIO'

What version of the product are you using? On what operating system?
jbrout 0.3.139 on Ubuntu 8.10

Please provide any additional information below.

Original issue reported on code.google.com by Shagsha...@gmail.com on 7 Jan 2009 at 1:04

GoogleCodeExporter commented 9 years ago
Sorry, but it's a python-lxml bug ...
more info here : 
https://bugs.launchpad.net/ubuntu/intrepid/+source/lxml/+bug/308194
just remove your "python-stats" lib, and it should work
(or upgrade your python-lxml)

Original comment by manat...@gmail.com on 8 Jan 2009 at 10:33