Al
unread,Oct 22, 2010, 4:59:33 PM10/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GUI2Exe
Trying to use GUI2exe from GUI2Exe_0.5.0.zip *for the first time*
I get this error:
r ~/alm/py/_atech/GUI2Exe > py GUI2Exe.py
Traceback (most recent call last):
File "GUI2Exe.py", line 161, in <module>
from DataBase import DataBase
File "R:\alm\py\_atech\GUI2Exe\DataBase.py", line 13, in <module>
import bsddb
ImportError: No module named bsddb
r ~/alm/py/_atech/GUI2Exe >
I tried getting something called bsddb3; didn't help.
What is it I need and where is it?
Running Python = 2.6.5, wxPython = 2.8.11.0
on XP
Al