Forums

i can't see ckeditor in myapp why?

i have this problem 11:02 ~ $ pip install django-ckeditor
Collecting django-ckeditor Collecting django-js-asset (from django-ckeditor) Using cached https://files.pythonhosted.org/packages/d5/96/f68c636ebedc59576c3702b2bd00cd01eb8557a4b13d50c8fbc0cf91cc47/django_js_asset-1.1.0-py2.py3-none -any.whl Installing collected packages: django-js-asset, django-ckeditor Exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 317, in run prefix=options.prefix_path, File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 742, in install **kwargs File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 831, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 1032, in move_wheel_files isolated=self.isolated, File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 346, in move_wheel_files clobber(source, lib_dir, True) File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 317, in clobber ensure_dir(destdir) File "/usr/local/lib/python2.7/dist-packages/pip/utils/init.py", line 83, in ensure_dir os.makedirs(path) File "/usr/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/django_js_asset-1.1.0.dist-info'

See http://help.pythonanywhere.com/pages/InstallingNewModules/