[Zope-dev] guid

2001-07-11 Thread Mark McEahern
Hi, does Python or Zope have native facilities (i.e., not depending on CoCreateGuid()) for generating guids? If not, what do folks generally use to generate globally unique identifiers? Thanks, // mark ___ Zope-Dev maillist - [EMAIL PROTECTED]

RE: [Zope-dev] Help !!!

2001-07-11 Thread Mark McEahern
One of the links on that page ends in -src.tgz. That's the source to Zope. Cheers, // mark -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of atul dedhiaSent: Wednesday, July 11, 2001 10:34 PMTo: [EMAIL PROTECTED]Subject: [Zope-dev] Help !!! Hi,

[Zope-dev] persistence

2001-06-28 Thread Mark McEahern
I'm a Zope and Python newbie and I'm trying to utilize Persistence, but I've seen two different ways: import ZODB from Persistence import Persistent vs. from Globals import Persistent Are these different? If so, which is better? Please don't ask me to define better.

[Zope-dev] ExtensionClass

2001-06-22 Thread Mark McEahern
Summary: Hi, I'm a newbie Zope developer. I'm trying to use a fairly simple class from the Python interpreter (see below). It's not working (specific error message listed below). I've traced the problem to ExtensionClass. I'm not sure that I'm correct about that and I'm really looking for