--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.5: /usr/bin/python
Sun Oct 13 13:32:12 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/vhosts/povidi.com/httpdocs/Order.py in ()
      2 import cgitb; cgitb.enable()
      3 import cgi
=>    4 import OrderPovidi
      5 
      6 OrderPovidi.main( cgi.FieldStorage () )
OrderPovidi undefined

<type 'exceptions.ImportError'>: No module named OrderPovidi
      args = ('No module named OrderPovidi',)
      message = 'No module named OrderPovidi'