hc
unread,Jun 7, 2010, 1:12:03 PM6/7/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scitools
Hello,
I am a newbie to learn python+scitools. I got the following error from
the scistools installation:
"error: could not delete 'build/lib/scitools/scitools.cfg': Permission
denied"
Does it matter? Am I ready to use Python+scitools? If not, please let
me know any tricks to fix it?
The error mentioned above was adapted from the Terminal messages (mac
os snow leopard):
_____________________________________________________
Last login: Mon Jun 7 12:33:28 on ttys000
hc-MacBook-Pro:~ hc$ cd /Applications/scitools-0.7
hc-MacBook-Pro:scitools-0.7 hc$ python setup.py install
after except!!!!!!!!!!!!!!!!
default scitools.easyviz backend becomes gnuplot
(could be set by the --easyviz_backend option to setup.py)
scitools.easyviz backend is gnuplot
running install
running build
running build_py
copying lib/scitools/scitools.cfg -> build/lib/scitools
error: could not delete 'build/lib/scitools/scitools.cfg': Permission
denied
hc-MacBook-Pro:scitools-0.7 hc$ python
Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from scitools.all import *
scitools.easyviz backend is gnuplot
>>>
_____________________________________________________________
Thank you very much in advance.