Forums

problem with install Python package

can't install Python package (https://github.com/douglasmiranda/django-wysiwyg-redactor)

I use virtualenv.

In a virtual environment I put Django and another package django-wysiwyg-redactor

(https://github.com/douglasmiranda/django-wysiwyg-redactor) This package has been successfully installed


in bash console:

14:15 ~ $ source env/bin/activate

(env)14:15 ~ $ pip install django-wysiwyg-redactor

Requirement already satisfied (use --upgrade to upgrade): django-wysiwyg-redactor in ./env/lib/python2.7/site-packages

Requirement already satisfied (use --upgrade to upgrade): setuptools in ./env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg (from django-wysiwyg-redactor) Cleaning up..


but it does not launch and does not perform its functions

Although Django works

On my local pc everything works successfully.

Can you help me?

thanks

What do you mean "it doesn't launch" and "it doesn't perform its functions"? What are you trying to do and what is the result when you try to do it?

This package is used as wysiwyg editor for Django

(page of this project there are a few screenshots)

I installed a virtual environment

installed Django and this package (he also successfully installed)

But in admin panel this wysiwyg editor not earned.

On my local PC everything is working correctly.

Code of my project is also correct because I installed this package also on hosting of other companies - everything worked fine.

I think you need to fix something in the settings on your side

Sorry for my english. ))) Thank you very much

Have you enabled the virtualenv for your web app? There are instructions here

Don't worry about your English. It's really good. My question was because there was not enough technical information, not because there was anything wrong with your English.