[Zope-dev] EuroPython2002

2002-05-28 Thread Tom Deprez

Hi all,,

Only four days left to take advantage of the early bird registration fee 
for the EuroPython 2002 26.6 - 28.6.2002 in Charleroi Belgium.

The EuroPython congress contains dedicated Zope Tracks!
We've several really interesting Zope talks, including about Zope3!
And there is more for people interested in Zope3:

 There is a 180 min Zope3 Tutorial given by Jim Fulton himself.

THE european Python and Zope event. Meet Guido v. Rossum, the inventor of 
Python, and Jim Fulton, the chief architect of Zope.

REGISTER NOW at http://www.europython.org

Best Regards,
Tom.



___
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] Re: [Zope] zope t-shirts available!

2001-06-15 Thread Tom Deprez

It would be great if someone going to the ZopeConference in Berlin, working
at DC or living close to DC, could take a few t-shirts with him/her. If this
would be possible, I would order a Zope and Python t-shirt directly. I'd pay
the person in Berlin. This is much easier then sending a check across the
ocean.

Tom.

- Original Message -
From: Jens Vagelpohl [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 15, 2001 5:15 PM
Subject: [Zope] zope t-shirts available!


 for those who haven't noticed the little link on zope.org... digital
 creations is now selling a very stylish zope t-shirt! details and a
 picture are at:

 http://www.zope.org/Resources/Store

 melissa light ([EMAIL PROTECTED]) is available to answer any questions
 and take shirt orders.

 jens


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


___
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] python scripts

2001-05-14 Thread Tom Deprez

Hi,

This weekend I did some work on python scripts and found some things which
suprised me, can someone enlighten me on this why these 'strange' things are
needed? :

1. When calling a method from a python script you've to do this :

(assume x is the value to pass  and name is a parameter of mymethod)

  context.mymethod(name=x)

   The following doesn't works :

 context.mymethod(x) (this gives an error)

   Why

2. Assume you've an sqlmethod which expects 2 parametes, but one is optional
:

eg
select *
from invoice
dtml-sqlgroup where required
   dtml-sqlgroup
dtml-sqltest customersid column=customers_id op=eq
type=int
dtml-and
 dtml-sqltest productsid column=products_id op=eq type=int
optional
   /dtml-sqlgroup
/dtml-sqlgroup

   So, you could run this sql with or without the productsid

  No, calling from python script doesn't works since it

  expects: context.mymethod(customerid=..., productsid=...)

  while context.mymethod(customerid=...) doesn't work..

Now, this implies that I've to write 2 sqlmethods (one with 2 parameters and
one with 1),
which is pretty stupid, since sqlmethods perfect allow to ignore a parameter
when not passed...


Can somebody tell me more on this? Why this is the case and perhaps a
solution for (2)

Thanks in advance,

Tom Deprez











___
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] ZClass - Python Product

2001-02-22 Thread Tom Deprez

Hi,

Is there a way to convert a running application with ZClass to Python
Products without loosing data?

Even better :

Is there a tool which converts a ZClass in a rough Python Product Code? So
that we've already the python source code and only have to make to code
cleaner?

Thanks in advance,

Tom.


___
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] Python products

2001-02-07 Thread Tom Deprez

Hi,

I'm wondering, is there somewhere a simple example on how to create a python
product which behaves like the following ZClasses :

A simple zclass which contains some data (this is easy with the existing
examples)
A folder-like zclass which only allows to contain the simple zclass. (easy?)

A folder-like zclass which allows to contain the 2 above classes (probably
easy if I've an example of the 2de class)

Thanks in advance,

Tom.


___
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] bouncing e-mail

2000-09-27 Thread Tom Deprez

Hi,

Has somebody noticed some problems with my e-mail? It looks like my account
was turned of at zope-dev. Since I didn't do it, it must be an automatic
thing. So my q'n had someone of you problems with my e-mail?

Tom.

___
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] Permission

2000-08-09 Thread Tom Deprez

Hi,

I have this q'n already a long time in my head and I still don't know the
answer to it. It has to do with the security-view. I hope that someone can
shed a light on my brains.

Why is their an Acquire permission (referred to as acq_perm in following
text) checkbox column? 

In order to change a permission for a certain role, we have to check or
uncheck this permission at the roles permission checkbox. However, for this
to work we have to uncheck the acq_perm column (because if this one is
checked, the permission is taken from parent-folder-objects anyway, the
value of the role checkbox doesn't counts at that moment). As a drawback,
this means that all roles have to be checked/unchecked, because they don't
acquire the permission anymore from one of its parents-folder-objects.


Now, why couldn't this be implemented like the following? Isn't this easier
to grasp?

The Acq_perm column doesn't exists. Assume that acquisition of a permission
is always Active. The checkboxes of the role show their actual value
(according to the acquisition). Thus if permissionA is checked in the
parent-object, permissionA is also checked. If you want, for a certain role
that this permission is not given, you uncheck permissionA. The subobject
will show an unchecked permissionA box (because it acquires from its
parent). In order to give the subobject again the permission, we only have
to check permissionA.

A) In the first approach we've to uncheck the acq_perm checkbox and have to
set the checkbox of every role according to how we want the permission to
be handled by that role.

B) In the second approach we've to uncheck the permission checkbox of the
role(s). Other roles are not effected.

Am I missing something here? Is my explenation somewhere wrong? Why does
Zope uses the first approach? Which, sounds for me, a little bit more
complicated.

Thanks for any explanation!

Tom Deprez.

___
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 )