I'm trying out a website example from the beehive Zope book. I get 2 errors when typing in the code:
1. "__version__" is an invalid variable name because it starts with "_"
2. import of "MessageDialog" from "Globals" is unauthorized
Why is the use of "_" an error? I can understand about the 'import error', but I don't know where "Globals" is coming from. This is probably a beehive py file?
Thanks,
Mark Micklich