[EMAIL PROTECTED] wrote:
> hi
> i am writing a CGI to process some database transactions using the
> Sybase module.
> so in my CGI script, i have:
>
> ...
> import Sybase
> import cgitb; cgitb.enable(display=1 , logdir="/tmp/weblog.txt")
> ...
> ...
>
> the problem is , everytime i have ImportErr
i have solved the problem.
thanks.
--
http://mail.python.org/mailman/listinfo/python-list
hi
i am writing a CGI to process some database transactions using the
Sybase module.
so in my CGI script, i have:
...
import Sybase
import cgitb; cgitb.enable(display=1 , logdir="/tmp/weblog.txt")
...
...
the problem is , everytime i have ImportError: No module named Sybase
flagged out.
at first