On Jul 30, 2010, at 9:56 AM, Jim Byrnes wrote:
>> If you run any of the IDE tools, such as CxnEditor, what version
>> information does the 'About Dabo' menu item show?
>>
> Platform: GTK
> Python Version: 2.6.5 on linux2
> Dabo Version: Version 0.9.2; Revision ~5238
> UI Version: 2.8.11.0 on wxGTK (gtk2)
My guess is that you have Dabo installed in a directory where you don't
have write privileges. If you had to run 'sudo python setup.py install' to
install Dabo, you'll have to do your updates with sudo, too.
Another option is to move the dabo egg directory that is currently in
your site-packages to a local location so that it is updatable. After my sig is
a sample of what I did on one of my dev systems to accomplish this. Try it and
let me know if Web Update succeeds.
-- Ed Leafe
d...@testsystem:~$ cd /usr/lib/python2.5/site-packages/Dabo-0.9.2-py2.5.egg
d...@testsystem:~$ ls -lh
total 12K
drwxr-xr-x 2 root root 4.0K Jul 30 12:39 EGG-INFO
drwxr-xr-x 8 root root 4.0K Jul 30 12:39 dabo
drwxr-xr-x 7 root root 4.0K Jul 30 12:39 daboserver
d...@testsystem:/usr/lib/python2.5/site-packages/Dabo-0.9.2-py2.5.egg$ sudo mv
dabo /home/dev/projects/
d...@testsystem:/usr/lib/python2.5/site-packages/Dabo-0.9.2-py2.5.egg$ sudo ln
-s /home/dev/projects/dabo
d...@testsystem:/usr/lib/python2.5/site-packages/Dabo-0.9.2-py2.5.egg$ ls -lh
total 8.0K
drwxr-xr-x 2 root root 4.0K Jul 30 12:39 EGG-INFO
lrwxrwxrwx 1 root root 23 Jul 31 14:32 dabo -> /home/dev/projects/dabo
drwxr-xr-x 7 root root 4.0K Jul 30 12:39 daboserver
d...@testsystem:/usr/lib/python2.5/site-packages/Dabo-0.9.2-py2.5.egg$ cd
~/projects/
d...@testsystem:~/projects$ ls -lh
total 4.0K
drwxr-xr-x 8 root root 4.0K Jul 30 12:39 dabo
d...@testsystem:~/projects$ sudo chown -R dev:dev dabo
d...@testsystem:~/projects$ ls -lh
total 4.0K
drwxr-xr-x 8 dev dev 4.0K Jul 30 12:39 dabo
_______________________________________________
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]