What steps will reproduce the problem?
1. pydelicious svn checkout or git-svn clone
2. virtualenv python 2.6, install pip
3. pip install -e /path/to/pydelicious (or easy_install)
What is the expected output? What do you see instead?
I went for an svn checkout (git svn clone actually), because the download
links on PyPI for pydelicious did not work as of 2009-10-14.
pip -e (or easy_install) installs correctly, i.e. feedburner is pulled in
as dependency. When you attempt to import pydelicious, you get an error:
>>> import pydelicious
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pydelicious
>>>
What version of the product are you using? On what operating system?
pydelicious svn r53
Please provide any additional information below.
If you rename the directory src/ to pydelicious/ and also in setup.py
replace instances of "src" with "pydelicious", the problem goes away.
Original issue reported on code.google.com by jeff.kow...@gmail.com on 14 Oct 2009 at 10:10
Original issue reported on code.google.com by
jeff.kow...@gmail.com
on 14 Oct 2009 at 10:10