bsddb

Ajay abra9823 at mail.usyd.edu.au
Wed Aug 4 21:08:07 EDT 2004


hi!

nope no bsddbmodule either.
the pythonce package doesn't seem to have bsddb. What i tried to do was use
the normal windows release of python2.3.4 and copy the bsddb module from
there along with _bsddb.lib and _bsddb.pyd to the python\lib directory on
the pocket pc.

earlier i hadn't copied the _bsddb.pyd and _bsddb.lib files and so it
couldn't find the _bsddb module. when i copied these the error was
Import Error: DLL load failed with error code 193

cheers

--
Ajay Brar,
CS Honours 2004
Smart Internet Technology Research Group


Quoting Phil Frost <indigo at bitglue.com>:

> I'm guessing, but _bsddb is probably in Modules, called something like
> "bsddbmodule". It's common for a module written in Python to have a
> helper module written in C with the same name prefixed by an underscore.
>
> Ajay Brar wrote:
>
> > hi!
> >
> > when i do an import bsddb, it tries do do an import _bsddb
> > i looked around Python23\Lib but couldn't find any _bsddp file....or
> > am i totally on the wrong track.
> > the reason i am asking is, i am trying to port a Python app to a
> > pocket pc and python release for pocket pc does not have bsddb module.
> >
> > thanks
> >
> > cheers
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the Python-list mailing list