Quote:
Originally Posted by MMascaro
Simme
I downloaded the GUIPielrf and installed both PieLRF and Python 2.5.1 When I try to "Install Library PieLRF" I get the following error log
Traceback (most recent call last):
File "setup.py", line 82, in <module>
symlink(element_dir+"/elementtree", element_link)
OSError: [Errno 30] Read-only file system
??Help??
Mark
|
simmepimme's explanation is the most likely. You don't have access rights to the python directory. This is quickly remedied by the following:
sudo python setup.py install
You will then type your password, and all should be well.
-Pie