I used this shell script to install on Ubuntu 10.04 from SVN: # getdabo.sh # gets dabo and dependencies, create site-packages symlink. # -e exit on error, -x print commands set -ex sudo apt-get --yes install python-reportlab python-wxgtk2.8 subversion python-mysqldb svn checkout http://svn.dabodev.com/dabo/trunk dabo cd dabo sudo python setup.py install
Got it from the wiki: http://wiki.dabodev.com/InstallationOnLinux Worked on two machines without issue. I did encounter a problem in one instance where I had a wrong version of wxpython, IIRC. But on a clean install it worked perfectly. I'm glad to hear someone's put together an APT package for Dabo, however. More convenient. Jamie On 08/30/2010 11:00 AM, [email protected] wrote: > [dabo-users] Dabo on Ubuntu Lucid > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
