Re: [Zope-dev] Re: core session tracking and zope 2.5 integration

2001-10-09 Thread Joseph Wayne Norton


Correction ... http://www.zope.org/Members/natsukashi/index.html

http://www.zope.org/Members/natsukashi/index_html is not able to be
found on www.zope.org.

At Tue, 09 Oct 2001 12:35:08 +0900,
 
   http://www.zope.org/Members/natsukashi/Prototypes/CoreSessionUserFolder.tgz
 
  or link via zope.org home page
 
   http://www.zope.org/Members/natsukashi/
 



___
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] Zope community in Finland

2001-10-09 Thread Kari-Hans Kommonen

Are you working with Zope/Python in Finland?

I represent the ARKI research group in the University of Art and
Design in Helsinki, and we plan to invest in Zope/Python as our main
web/software development environment and also want to further open
source activities.

We know a few zope people, one major development project in another
group here is based on Zope, but we would like to get more people
involved in zope/python development, and to possibly sponsor some
kind of developer community activities in Finland.

If you work with Zope/Python in Finland and are interested in forming
also some kind of physical community, of developing joint open source
activities, of matchmaking jobs with people, or know of an existing
more or less organized community, or have any other related ideas,
please send me a reply.

Also, if there is some established way how the local Zope communities
in various places keep in touch with each other, I'd be happy to know
more...

Please reply to me only, not burdening the list.


Kari-Hans Kommonen
--
--
Kari-Hans Kommonen, ARKI research group
Media Lab, University of Art and Design Helsinki UIAH
Hämeentie 135 C, 00560 HELSINKI, Finland

email:  [EMAIL PROTECTED]
tel:+358 9 7563 0563
fax:+358 9 7563 0555

___
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] rotating_file_logger error

2001-10-09 Thread Terry Kerr

Hi,

After seeing http://www.zope.org/Members/tim/logmanagement I attempted
to setup log file rotation but Zope wouldn't start due to an error in
ZServer/medusa/logger.py (Zope 2.4.1).

The error is obvious at lines 106,108,110, time.mktime() is called with
9 arguements rather than a tuple of 9 elements.  Simple changing this
appears to fix the rotating logger.

Surely others have come across this?  Or am I the only one who rotates
Zope logs like this?

I would put it inthe collector except that it is down.

terry


-- 
Terry Kerr ([EMAIL PROTECTED])
Chief Technical Officer
Adroit Internet Solutions (www.adroit.net)
Phone: +61 3 9563 4461
Fax: +61 3 9563 3856
ICQ: 79303381

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