Lukasz Szybalski wrote:

> On Dec 10, 2007 11:22 PM, Paul McNett <[EMAIL PROTECTED]> wrote:
>> Lukasz Szybalski wrote:
>>
>> > there  is no setup.py
>>
>> There is if you check out the root of the trunk (you checked out
>> trunk/dabo). Follow this link and you'll see:
>>
>> http://svn.dabodev.com/dabo/trunk
>>
>> Now remove the directories you've checked out and do this instead:
>>
>> # Note the lack of slash between trunk and dabo:
>> svn checkout http://svn.dabodev.com/dabo/trunk dabo
>>
>> cd dabo
>> sudo python setup.py install
>>
> Thanks, that worked. My previous checkout was based on the website
> instructions. (http://dabodev.com/wiki/InstallationOnLinux)


I guess that is how one person did it, although the "official" 
instructions are on the download page at http://dabodev.com/download

Fixed that wiki page; thanks!

> If I wanted to install it locally in my account. Without sudo access?
> What would be the setup command for that?


You wouldn't want to do that, because dabo is a library, however you could:

cd ~/dabo
python
 >>> import dabo

IOW, as long as dabo is in your PythonPath...


Paul

-- 
http://paulmcnett.com


_______________________________________________
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