Python Forum

Full Version: The following modules appear to be missing ['_pybsddb']
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
WHEN I run a python file(using p2exe to get .exe file)

it says:

The following modules appear to be missing
['_pybsddb']


I can not find this module online

I have already installed bsddb

why?

thx
(Apr-25-2018, 09:01 AM)py2exe Wrote: [ -> ]WHEN I run a python file(using p2exe to get .exe file) it says: The following modules appear to be missing ['_pybsddb'] I can not find this module online I have already installed bsddb why? thx


on windows 7

I have modified the program and now it says this error:

The following modules appear to be missing
['FCNTL', 'System', 'System.IO.Ports', 'TERMIOS', '_pybsddb', 'ffi']


I have installed python2.7
I have tried to run the same code using pycharm and cmd, the same error ocuurs