Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1K
Views
init_fs_encoding: no se pudo obtener el códec Python de la codificación del sistema de archivos

Estoy ejecutando el sitio web de Django en apache.

Aquí está la cola de mi archivo httpd.conf .

 ServerName 127.0.0.1:8080 # Django Project LoadFile "c:/python39/python39.dll" LoadModule wsgi_module "c:/python39/lib/site-packages/mod_wsgi/server/mod_wsgi.cp39-win_amd64.pyd" WSGIPythonHome "c:/python39/" WSGIScriptAlias / "C:/pd_videowebapp/mysite/wsgi.py" WSGIPythonPath "C:/pd_videowebapp/" <Directory "C:/pd_videowebapp/mysite/"> <Files wsgi.py> Require all granted </Files> </Directory> Alias /static "C:/pd_videowebapp/static/" <Directory "C:/pd_videowebapp/static/"> Require all granted </Directory>

Y aquí está la cola del archivo error.log :

 The 'Apache2.4' service is restarting. Starting the 'Apache2.4' service The 'Apache2.4' service is running. pm_winnt:notice] [pid 4472:tid 420] AH00455: Apache/2.4.51 (Win64) mod_wsgi/4.9.0 Python/3.9 configured -- resuming normal operations [Wed Oct 13 08:31:28.026005 2021] [mpm_winnt:notice] [pid 4472:tid 420] AH00456: Apache Lounge VS16 Server built: Oct 7 2021 16:27:02 [Wed Oct 13 08:31:28.026005 2021] [core:notice] [pid 4472:tid 420] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24' [Wed Oct 13 08:31:28.041641 2021] [mpm_winnt:notice] [pid 4472:tid 420] AH00418: Parent: Created child process 2676 Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = 'python' isolated = 0 environment = 1 user site = 1 import site = 1 sys._base_executable = 'C:\\Apache24\\bin\\httpd.exe' sys.base_prefix = 'C:\\Python39' sys.base_exec_prefix = 'C:\\Python39' sys.platlibdir = 'lib' sys.executable = 'C:\\Apache24\\bin\\httpd.exe' sys.prefix = 'C:\\Python39' sys.exec_prefix = 'C:\\Python39' sys.path = [ 'C:\\Python39\\python39.zip', '.\\DLLs', '.\\lib', 'C:\\Apache24\\bin', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings' Current thread 0x00001bd8 (most recent call first): <no Python frame> [Wed Oct 13 08:31:28.385413 2021] [mpm_winnt:crit] [pid 4472:tid 420] AH00419: master_main: create child process failed. Exiting.
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Para usuarios de Windows 10:

  1. Presione el logotipo de Windows en la barra de herramientas.
  2. Escriba y abra Edit the system environment variables .
  3. En la pestaña Advance , presione el botón Environment Variables .
  4. Para System variables presione el botón New .
  5. Variable name será PYTHONHOME y el Variable value será la ruta donde se encuentra python.exe (es decir, c:/users/administrator/anaconda3/envs/my_env_name). Luego presione OK .
  6. Nuevamente para System variables presione el botón New .
  7. Variable name será PYTHONPATH y el Variable value será la ruta de la carpeta site-packages (es decir, C:/Users/Administrator/anaconda3/envs/my_env_name/Lib/site-packages). Luego presione OK .
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!