I have removed Dabo* from dist-packages dir Created file dabo.path with content "/home/allan/" and /home/allan/ #dabo dir is in /home/allan dir
both files fail to find dabo from import dabo from terminal or idle I have tried dabo.pth in site-packages & dist-packages. Normal sudo python setup.py install installs to dist-packages. Any other ideas On 3 May 2012 13:48, Ed Leafe <[email protected]> wrote: > On May 3, 2012, at 6:24 AM, Allan Brooke wrote: > > > Got following Error > > > > Permission denied to write to directory. > > > > I assume this is a permissions problem > > > > Would this be solved by running scrip as sudo > > If you used sudo to install dabo, you will need sudo to update it. > > > or do I need to configure the dabo.pth file in the dist-packages dir??? > > This is my preferred method. This way the code is all local and > owned by you, so you can updated it easily, and also so you can modify it > if you want to debug or try out changes. > > > If so what goes into file dabo.pth ? > > The path to the folder that contains the main 'dabo' directory. > See: http://wiki.dabodev.com/NewbieFAQs#ImportError for more details. > > > > -- Ed Leafe > > > > _______________________________________________ > 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] > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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/canjka-kgbtb9agdbqb+z-kvmjwspecodtmhwqlks-xg-o-o...@mail.gmail.com
