Re: [Zope] compile ZPoPyDA product problems

2000-08-01 Thread Stephen Nosal
Well, I'm getting somewhere. The make and make install on the PoPymodule completed with no errors, but now in python the import PoPy returns the following: Traceback (innermost last): File "stdin", line 1, in ? ImportError: /usr/lib/python1.5/site-packages/PoPymodule.so: undefined symbol:

[Zope] Old broken product...

2000-07-24 Thread * Lucky
After a modification of the python source code, my product remains broken with the same error... No modification seems to be made to the line which leads to the error. Does somebody know why and how to cope with this ? ___ Vendez tout... aux

Re: [Zope] Old broken product...

2000-07-24 Thread Chris Withers
Restart Zope... Chris * Lucky wrote: After a modification of the python source code, my product remains broken with the same error... No modification seems to be made to the line which leads to the error. Does somebody know why and how to cope with this ?

[Zope] Updating a Product...

2000-07-22 Thread Andre van der Vlies
Hi, I am editting a product (changing html tags in caps, altering '!--#var...' syntax in 'dtml-var...' etc. etc.). I do this for better understanding. To activated an adapted product, I delete the product and restart Zope... There must be another (better) way. How

[Zope] ANN: Zope Treasures - ZClass/Product Search Engine (fwd)

2000-07-13 Thread Mark Pratt
hello all, beehive is pleased to announce the release of: http://www.zope-treasures.com search by keyword or category for DTML Code, Products, External Methods and Zope Products. additionally you can: - rate - comment - add and view additional documentation links - submit your own

Re: [Zope] ANN: Zope Treasures - ZClass/Product Search Engine (fwd)

2000-07-13 Thread Bill Anderson
This thing looks COOL! -- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

[Zope] Unique id product

2000-07-02 Thread Steve Alexander
Hi Kent, Kent Sin wrote: I want to develope a unique sequence id generator product, I have the following code def newid(self, increment=1): """ return new id """ self.counter = self.counter+increment return self.counter I am not quite sure if this works when

<    1   2   3