On Feb 21, 2013, at 5:00 PM, Bert <[email protected]> wrote:
> I did download the dabo-0.9.9 and installed it from there so that does not
> seem to be the problem.
> Any other suggestions?
I'm looking at the code on GitHub, and the beginning of setup.py reads:
1: import os
2: import glob
3: import ez_setup # From http://peak.telecommunity.com/DevCenter/setuptools
4: ez_setup.use_setuptools()
5:
6: from setuptools import setup, find_packages
7: from dabo.version import __version__
(taken from: https://github.com/dabodev/dabo/blob/master/setup.py)
This isn't the same as the error you reported:
File "setup.py" , line 7, in <module>
from dabo.__version__ import version
ImportError: No module named __version__
So I still think you have an old copy of setup.py from somewhere. How
did you download the code?
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]