suja612 / pydelicious

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

How do you install it? #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download v0.6
2. Unizip
3. Run cmd
4. cd to unzipped folder
4. python setup.py install

What is the expected output? What do you see instead?
Expected to install. I get
  Traceback (most recent call last):
  File "setup.py", line 11, in ?
    import pydelicious
  File "C:\Documents and Settings\George\Desktop\Downloads\pydelicious-0.6\pydelicious\__init__.py", line 41, in ?
    from xml.etree.ElementTree import parse as parse_xml
ImportError: No module named etree.ElementTree

What version of the product are you using? On what operating system?
pydelicious0.6, Python 2.4.4, Windows XP SP3.
Python works fine.

Please provide any additional information below.
What version of Python does this work with???
Where is the documentation??? There is none on this site and the doc folder is 
empty.

Original issue reported on code.google.com by shiawas...@gmail.com on 26 Nov 2011 at 4:22

GoogleCodeExporter commented 8 years ago
I have the same issue, and I'm running Python 3.3 on Windows 8. Python works, 
but pydelicious0.6 does not install.

Original comment by too...@gmail.com on 21 Jun 2013 at 7:51