If you pip install *outside* a virtualenv it gets installed in the system 
python. If yours is purely a development machine you should pip uninstall 
django and anything else you see in the system python's site-packages directory 
to clean things up. Virtualenv theory is to only install stuff in the project 
not the system Python.

Connected by Motorola

Kean <kean...@gmail.com> wrote:

>Hi Mike, 
>
>
>thank you for the heip,
>
>
>I tried the relative path  (in main/urls.py) you provided and it threw up 
>errors.
>
>the existing reference I have seems stable, please see below
>
>
>path('tinymce/', include('tinymce.urls')),
>
>
>I have pip3 installed django-tinymce4-lite.
>
>
>What is odd, is if i run the server without a virtualenv, it works fine, 
>
>with a virtualenv, it fails reporting the no module named tinymce error,
>
>
>I’m thinking there is something I am missing 
>
>
>best,
>
>
>K
>
>
>
>On 5 Aug 2019, at 04:54, Mike Dewhirst <mi...@dewhirst.com.au> wrote:
>
>
> re_path(r'^tinymce/', include(tinymce_urls)),
>
>
>-- 
>You received this message because you are subscribed to the Google Groups 
>"Django users" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to django-users+unsubscr...@googlegroups.com.
>To view this discussion on the web visit 
>https://groups.google.com/d/msgid/django-users/8B44B676-A1F9-40B3-8664-244335DF497D%40gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/pdxmc4cmvqmo0yj1dokqt202.1565048356091%40email.android.com.

Reply via email to