Im having trouble using Beaker on windows 7. Im using python 3, and i understand there are problems with the dbm module for python 3 under windows. The error im getting when i attempt to start my module is:
ImportError: No module named _dbm
Poking about with the python console, the error arises when i attempt to import ndbm
from the dbm module, Any suggestions as to how i can get around this?
Im using python 3.2.2 (AMD 64) and windows 7