Re: [Zope-dev] ZPatterns, DynPersist.dll and Zope 2.3.0

2001-03-04 Thread Morten W. Petersen

[Steve Alexander]

| Try this one:
| 
|http://www.cat-box.net/steve/DynPersist-0.4.3b1.dll
| 
| I've had this one working on Windows 2000, Zope 2.3.

Yep, this works.  On Windows 98 with Zope 2.3.0.

Thanks again,

Morten

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] ZPatterns, DynPersist.dll and Zope 2.3.0

2001-03-04 Thread Steve Alexander

Morten W. Petersen wrote:

> Hi guys,
> 
> I've got a problem making a version of the DynPersist.dll file work
> on windows.  The message when trying to load the DynPersist module
> says (paraphrasing) "A unit attached to the system doesn't work".
> Anyone else experienced this?


Try this one:

   http://www.cat-box.net/steve/DynPersist-0.4.3b1.dll

I've had this one working on Windows 2000, Zope 2.3.


> Also, I read that users of > Zope 2.2.x could skip this module,
> is there any quick hack to fix this?

It should be possible. However, getting attributes from a DataSkin would 
probably take a bit longer.

I haven't tried it, so I don't have a quick hack.

Basically, take a look at DynPersist.c, and roll the same functions for 
__get_attr__, __set_attr__ and __del_attr__ into the DataSkin class from 
DataSkins.py.

--
Steve Alexander
Software Engineer
Cat-Box limited




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] ZPatterns, DynPersist.dll and Zope 2.3.0

2001-03-04 Thread Morten W. Petersen

Hi guys,

I've got a problem making a version of the DynPersist.dll file work
on windows.  The message when trying to load the DynPersist module
says (paraphrasing) "A unit attached to the system doesn't work".
Anyone else experienced this?

Also, I read that users of > Zope 2.2.x could skip this module,
is there any quick hack to fix this?

Thanks,

Morten

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )