Python Forum
The following modules appear to be missing ['_pybsddb'] - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: The following modules appear to be missing ['_pybsddb'] (/thread-9715.html)



The following modules appear to be missing ['_pybsddb'] - py2exe - Apr-25-2018

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


RE: The following modules appear to be missing ['_pybsddb'] - Larz60+ - Apr-25-2018

if on OS-X see: http://marc-abramowitz.com/archives/2007/11/28/hacking-os-xs-python-dbhash-and-bsddb-modules-to-work/


RE: The following modules appear to be missing ['_pybsddb'] - py2exe - Apr-26-2018

(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