ahsan ali wrote:
>
> status: beginner
>
> how do you access an odbc database in python cgi?
> are there any resources dealing with this topic.
>
> ahsan
>
I would suggest you look at the mxODBC package listed here:
http://www.activestate.com/Products/ActivePython/Extensions.html
Paul Presc
> I have downloaded the debug Python binaries from the ActiveState web site
> (which includes this win32api_d.pyd file) but how do I register it on my
> system so it is picked up by the runtime?
Just put it in the same place as "win32api.pyd".
Mark.
_
Hi,
I'm writing an embedded Python application in C++ on Win2K, using
ActivePython 2.0. The problem occurs when my C++ code calls
PyImport_ImportModule for a python script. If the script imports win32api
then the PyImport_ImportModule call fails. This only happens in my DEBUG
build, and it appea
Hi,
I can't get freeze.py to behave under ActivePython 2.0 (Windows NT 4.0).
The command
python freeze.py -p E:\Python20 hello.py
issued in E:\Python20\Tools\freeze (E:\Python20 is the root my
installation) leads to the error message
Error: needed directory E:\Python20\lib\python2.0\confi