Hello,
I have tried to install the Python Database API Specification v2.0
module on a linux system and I am having problem with the import command
after what seems like a installation with out errors. Here's how I did
the install:
Ran the build_ext with the following command:
python setup.py b
John Lhotak wrote:
>
> Then ran the install:
> python setup.py install
>
> And got this output:
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> copying build/lib.linux-i686-2.4/_informixdb.so ->
> /usr/lib/python2.4/site-packages
> copying build/l