Jump to content
Fórum Script Brasil
  • 0

Erros ao executar programa em python


JoaoFCP

Question

Boas,

Sou novo na programação em Python e encontrei alguns erros que não sei corrigir.

Comecei a programar em python para a web e quando executo um programa em python no xampp encontro os seguintes erros:

Mod_python error: "PythonHandler mptest"

Traceback (most recent call last):

File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 291, in HandlerDispatch

arg=req, silent=hlist.silent)

File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 528, in resolve_object

raise AttributeError, s

AttributeError: module 'C:/xampp/htdocs/test/mptest.pyc' contains no 'handler'

Se alguém souber como corrigir este erro por favor que me ajude porque a minha nota numa cadeira da faculdade depende deste trabalho.

Desde já obrigado.

Edited by JoaoFCP
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Traceback (most recent call last):

File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 291, in HandlerDispatch

arg=req, silent=hlist.silent)

https://issues.apache.org/jira/browse/MODPYTHON-129

File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 528, in resolve_object

raise AttributeError, s

http://nullege.com/codes/search/mod_python....resolve_object

AttributeError: module 'C:/xampp/htdocs/test/mptest.pyc' contains no 'handler'

modulo 'C:/xampp.... não contem manipulador ou cabeçalho

http://stackoverflow.com/questions/6958871...ango-dictconfig

porque a minha nota numa cadeira da faculdade depende deste trabalho

se sua nota depende disso, não é melhor voce tentar entender e resolver ?

abraço

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...