Linux Lite 7.6 RC1 has been released - See Release Announcements Section


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Terminal error message on each time it opens - unknown locale: en_IL
#3
Hello eladkarako,

on this link
 
https://stackoverflow.com/questions/2985...-in-python

in the answer it discusses adding

Code:
#!/usr/bin/env python
# -*- coding: utf-8 -*-


to the top of the Python script, to ensure the right encoding, the first line of this will already be there, also to check the terminal is accepting this encoding.

Also you may like this -  http://www.python.org.il/
Reply


Messages In This Thread
Re: Terminal error message on each time it opens - unknown locale: en_IL - by bitsnpcs - 02-13-2019, 02:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)