Nisha Patel
Problem
The error is here: >http://18.221.170.83/
When I run python manage.py run server, the all modules work fine.
When using django + apache, no module named reportlab is found.
I'm pretty sure I'm not using any virtual environments
I followed this tutorial: >https://docs.bitnami.com/aws/infrastructure/django/get-started/deploy-django-project/ exactly, using the provided custom vhost config. It is below as well.
I'm new to django, any suggestions appreciated!
I tried adding it to 'installed_apps' in the settings file, etc.
Solution
I figured it out. Somehow, installing that with sudo made it work (i.e. pip uninstall reportlab, sudo pip install reportlab.)
Answered by: >Elijah Tai
Credit: >StackOverflow
Blog links:
>How to add a Parsing PHP file in order to get an array of parameters?
>How to correct WordPress site errors after upgrading to PHP 8.2?
>How does Perl match a string containing a dot in PHP?
>How to use PHP to display MySQL results in an HTML table?