Lukasz Szybalski wrote:

> Hello,
> How do I install dabo on debian?
> 
> I got my source in a folder
> 
> svn checkout http://svn.dabodev.com/dabo/trunk/dabo
> svn checkout http://svn.dabodev.com/dabo/trunk/demo
> svn checkout http://svn.dabodev.com/dabo/trunk/ide
> 
> I did
> cd `python -c "from distutils.sysconfig import get_python_lib; print
> get_python_lib()"`
> sudo ln -sf $OLDPWD/dabo/dabo
> 
> 
> [EMAIL PROTECTED]:~/tmp/dabodev/demo$ cd
> [EMAIL PROTECTED]:~$ python
> Python 2.4.4 (#2, Apr  5 2007, 20:11:18)
> [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import dabo
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named dabo
> 
> did i miss something?

Here's what I recommend:

cd ~
svn checkout http://svn.dabodev.com/dabo/trunk dabo
cd dabo
sudo python setup.py install
cd demo
python DaboDemo.py


-- 
Paul



_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to