Python Forum
I can not install the emoji module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: I can not install the emoji module (/thread-15656.html)



I can not install the emoji module - nerd - Jan-26-2019

Greetings ,

I'm trying to install the emoji module, but I did not succeed .

information from the internet says that a red flashlight should appear, which would allow the automatic installation of the emoji module, but only an orange flashlight is emerging is emerging .

follows an example code, but does not execute anything :
import emoji
print(emoji.emojize('I can not install the emoji module :cry:', use_aliases=True))
in the Run terminal several messages appear, one of them says:
Output:
django.core.exceptions.ImproperlyConfigured: Requested setting EMOJI_IMG_TAG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.



[SOLVED] I can not install the emoji module - nerd - Jan-27-2019

Friends ,

I managed to solve with the comment of sr. Lucas_Webx Smile


hugs.