[EMAIL PROTECTED] wrote:

> Hello People,
> Im new to python and dabo but have had some experience in C ad C++ in 
> the past and have heard it isnt too hard to learn python if you knew c.
> I have installed python with no problems on my xp box but cannot install 
> dabo for the life of me.
> I follow the instructions yet have no success....... :'(
> If anybody could help me with this i would appreciate it.

Hi!

Can you start by telling us what you have tried? You should be able to 
download 0.8.2 from the download page, and then open up a terminal 
window and type:

cd <path where you downloaded dabo>
unzip dabo-0.8.2.zip
cd dabo-0.8.2
python setup.py install

And then verify that it worked by issuing the following at the command line:

python
import dabo
print dabo.version

To run DaboDemo, cd into the demo directory and issue:

python DaboDemo.py

-- 
pkm ~ 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