-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't install it manually using "python.exe setup.py install" #49
Comments
I did a test and it installs for Python 3.4 on Win7. Maybe it installs in your case (different path etc.)? |
Is possible install with python3.4? |
Yes, Python 3.3 or higher or Python 2.7 are supported. It should install or throw some sort of an exception. After "python setup.py install" try importing "ckeditor" - if it's installed it will import and throw exceptions about django settings not set and so on. |
Ok. Let's go so ... My machine's path is ...: using python.exe setup.py install it fails. I can't see the directory Thanks for your help .. Ademir PS .: I have tried to "import ckeditor" via IPython 2.2.0 and nothing On 24/08/2014 15:18, riklaunim wrote:
Ademir Francisco da Silva |
It doesn't create a folder like this "django_ckeditor_updated-4.4.0-py2.7.egg" and even theirs files ( *.py, *.pyc and etc ... )
Further information ...:
Python 2.7.8
Django 1.6.5
Windows Vista_64 SP2
The text was updated successfully, but these errors were encountered: