o Jason b.a on 03/08/2011 03:27 PM:
Hi ,
i still have this problem when compiling, even though i install python
using
apt-get install python-dev , am using ubuntu !
here is the error :d

make[2]: Entering directory `/home/jas/sems-1.3.1/apps/pin_collect'
python2.6 ../ivr/py_comp -q .
make[2]: Leaving directory `/home/jas/sems-1.3.1/apps/pin_collect'


make[2]: Entering directory `/home/jas/sems-1.3.1/apps/ivr'
python2.6 py_comp -l -q py &&\
cp py/*.pyc ../../core/lib
cp: cannot create regular file `../../core/lib/log.pyc': Permission denied
make[2]: *** [python_files] Error 1
make[2]: Leaving directory `/home/jas/sems-1.3.1/apps/ivr'

what should i do !
that's the file's permissions, probably you compiled some time as root.

do
 sudo chown -R username *
where username is your login, then try again.

hth
Stefan

Thx



_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to