Re: python CGI,sybase and environ variables

2005-11-02 Thread Steve Holden
[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

Re: python CGI,sybase and environ variables

2005-11-02 Thread eight02645999
i have solved the problem. thanks. -- http://mail.python.org/mailman/listinfo/python-list

python CGI,sybase and environ variables

2005-11-02 Thread eight02645999
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