zadrozny / wik2dict

Automatically exported from code.google.com/p/wik2dict
GNU General Public License v2.0
0 stars 0 forks source link

using wik2dict #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
wik2dict.py:34: DeprecationWarning: the sets module is deprecated
  from sets import Set
Traceback (most recent call last):
  File "wik2dict.py", line 35, in <module>
    import Providers
  File "/home/durammx/wiki2dict/Providers.py", line 32, in <module>
    import elementtree.ElementTree as ET
ImportError: No module named elementtree.ElementTree

I have this problem using the converter

thanks.

Original issue reported on code.google.com by dura...@gmail.com on 7 Aug 2009 at 10:03

GoogleCodeExporter commented 8 years ago
I have the same error, anyone can help us?

Original comment by gag...@gmail.com on 10 Nov 2009 at 9:17

GoogleCodeExporter commented 8 years ago
You need to install python-elementtree.
Then, on ubuntu 9.10, this issue can be solved by setting PYTHONPATH environment
variable:

export PYTHONPATH=/usr/lib/python2.6/dist-packages/bzrlib/util/

Original comment by mathieu....@gmail.com on 29 Nov 2009 at 9:21