ImportError: No module named member
This Error Reference applies to:
0.3
This Error Reference is intended for:
Any audience.
Error you can see in PDB:
ImportError: No module named member > path/to/getpaid.buildout/develop-products/Five/pythonproducts.py(99)product_packages() -> app._p_jar.close()
This error occurs for people who had a working copy of GetPaid set up before August 17, 2007. When ore.member was removed from GetPaid, the python packages do not clean themself up nicely. So, you will need to either:
(a) Manually go to the Zope instance control panel and remove "ore.member" from the products, or
(b) Erase your zodb/instance and start over.