--
You received this message because you are subscribed to the Google Groups "OHC-OPAL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-opal+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/681f2e2d-d1bc-4882-810a-309ae7b649cao%40googlegroups.com.
The literal cause of this error can be understood by looking at the contents of the file C:\Users\ioann\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\conf\urls\__init__.py you will likely discover that there is no variable or function called patterns in that file.More generally, Django changed the naming and location of it's url code in a previous version.It is highly likely that the codefrom django.conf.urls import patterns, urlis incompatible with the version of Django you have installed.Best
On Tue, 16 Jun 2020 at 21:30, Ioannis Mavroudis <ioannis....@gmail.com> wrote:
Congratulations on your excellent work. I try to install plugins, but I am always getting the same error.--from django.conf.urls import patterns, urlImportError: cannot import name 'patterns' from 'django.conf.urls' (C:\Users\ioann\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\conf\urls\__init__.py)Can you please help?I tried solutions found online, but with no luck.Thank you
You received this message because you are subscribed to the Google Groups "OHC-OPAL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/681f2e2d-d1bc-4882-810a-309ae7b649cao%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-opal+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/1e4df6a4-80c9-4456-a02f-97d94d0f09d5o%40googlegroups.com.
Thank you very much for your help. I tried in a new venv but when I try to install a plugin, e.g. ons I am getting the same error.
I tried to change the url patterns to a list but then it says apps dont start yet.
--
You received this message because you are subscribed to the Google Groups "OHC-OPAL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-opal+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/bd26bfd8-da93-4347-9835-feb019eca514o%40googlegroups.com.
Thank you again
--
You received this message because you are subscribed to the Google Groups "OHC-OPAL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-opal+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/b0364b9d-9cad-4cec-825f-a177ac9b7831o%40googlegroups.com.
It's generally better to try and do one thing at a time if it's going wrong.I would try only installing the observations plugin.For instance, I would try installing it in a clean opal application created by startproject to check that the issue is not something in the application you're working on.
On Thu, 18 Jun 2020 at 09:45, Ioannis Mavroudis <ioannis....@gmail.com> wrote:
I tried with the opal-observations and the opal-dashboard. I installed them with pip, I added them on installed apps, but when I try to migrate I am getting these errors.
I tried to install the django booking plugin and I didn't have any problems.
Thank you again
--
You received this message because you are subscribed to the Google Groups "OHC-OPAL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/b0364b9d-9cad-4cec-825f-a177ac9b7831o%40googlegroups.com.
pip install -e git+https://github.com/openhealthcare/opal-obser...@v0.5.0#egg=opal_observations
To unsubscribe from this group and stop receiving emails from it, send an email to ohc-opal+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/02e16a7e-3e8c-450b-9ee8-1a3c9b615b55o%40googlegroups.com.
Hi Ioannis,I think it could be because some of the pypi repos for the plugins are out of date.If you install with
To view this discussion on the web, visit https://groups.google.com/d/msgid/ohc-opal/02e16a7e-3e8c-450b-9ee8-1a3c9b615b55o%40googlegroups.com.