Uwe Grauer wrote: > Because you are posting with Kmail i guess you are using Linux. > On Unix like systems the simplest way to use subversion is: > - create a src directory in your home > - mkdir ~/src; cd ~/src > - check out dabo > svn checkout http://svn.dabodev.com/dabo/trunk/dabo > create a symbolic link in your python site-package: > sudo ln -s ~/src/dabo yourpathtopython/site-packages/dabo > > Now try: > python -c "import dabo" > If you don't get an error, you are done. > > For windows the simplest method is to use a dabo.pth file as described here: > http://dabodev.com/wiki/InstallationOnWindows > > Uwe >
Forgot to write: You should delete dabo egg and directories in your python site-package before creating the new link. To update to the latest revision do: cd ~/src/dabo; svn up If you want to get a specific revision do: "svn up -r rev" where rev is the revision number Uwe _______________________________________________ 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]
