adrianhust / pydelicious

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

pydelicious svn installs, but can't import pydelicious #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
thanks for taking the time to fix nd report this. changes in SVN now.

Original comment by berend.v...@gmail.com on 19 Oct 2009 at 5:55