Hello Ed

I just checked the version and then I realised that I had version 0.9.9 and 0.9.8 on my system. I then went to the 0.9.8 directory and did sudo python setup.py install and it installed. I just run the demo and it looks good. Now I can try it out.
Thanks

Bert


On 22/02/13 09:10, Ed Leafe wrote:
On Feb 21, 2013, at 5:00 PM, Bert <bertt...@iinet.net.au> 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: Dabo-users@leafe.com
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/3e10aebb-979f-410b-b29e-b1ee4de85...@rackspace.com

_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/5126ec44.5070...@iinet.net.au

Reply via email to