I am still having some problems.

I created the first simple script on page 19 and the second one HelloPyCon and ran fine in my
$HOME/Projects/dabo lib.

When I changed to $HOME/Projects
When I tried the HelloPyCon in the lib $HOME/Projects it will not run, I get a lot of errors, first one listed below. It looks as something is not pointing to the right place, but I am not sure where to start.

/File "/usr/local/lib/python2.7/dist-packages/Dabo-0.9.8-py2.7.egg/dabo/dApp.py", line 388, in start//
//    self.setup()/

Bert

On 22/02/13 11:55, Bert wrote:
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



--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---
_______________________________________________
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/512718bf.1010...@iinet.net.au

Reply via email to