Re: [Zope] FYI: Digital Creations secures $12M round of investment

2000-11-13 Thread Jeff K. Hoffman
Let me be among the first to say, "Congratulations." I know you guys have worked for this, and I'm glad to see it came through. --Jeff ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] REPOST: README.txt Tab

2000-08-04 Thread Jeff K. Hoffman
(NOT a ZClass "open box" product), delete the product from your Product list and re-start Zope. Voila. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virt

Re: [Zope] Permissions question.

2000-08-01 Thread Jeff K. Hoffman
hat others suggested. I'll take this as confirmation. :-) ololo Thanks, --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.

[Zope] Permissions question.

2000-07-31 Thread Jeff K. Hoffman
to do it. I thought the Proxy role in the ZClass's 'addFoo' method would do the trick, but it did not. Sorry if I haven't explained this well. As you can probably tell, ZClass permissions are not exactly my strong suit in Zope. Anyone have any ideas? --Jeff --- Jeff K. Hoffman

[Zope] Interbase 6.0 Open Source Release

2000-07-25 Thread Jeff K. Hoffman
. It is a truly nice setup. Let us know if you find any bugs, or if there are some new features you'd like to see added. We expect to make a 1.0 release of our DA next week, once we've had a chance to test against 6.0 final. Back to our regular programming, --Jeff --- Jeff K. Hoffman

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Jeff K. Hoffman
checked, Python 1.5.2 was the newest stable release, with 1.6 being under development. 1.7 due out by the end of the year, and Python 3000 being a redesign from the ground up. Is there a 2.0 somewhere that I don't know about? Toby Dickenson [EMAIL PROTECTED] --Jeff --- Jeff K. Hoffman

Re: [Zope-dev] Python 2.0

2000-07-24 Thread Jeff K. Hoffman
. That clears it up. Thanks. Anthony --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.goingv.com

[Zope-dev] default__class_init__

2000-07-19 Thread Jeff K. Hoffman
Hello, Should I call default__class_init__ on all of my Python products that care about permissions? Or are there some times when it is not required? --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED

RE: [Zope-dev] The Application object

2000-07-17 Thread Jeff K. Hoffman
__init__, or __setstate__, where we do not have a physical location in the ZODB, yet. I just need a reference to the app object. I know the answer has to be simple, but I can't find it. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer

Re: [Zope-dev] The Application object

2000-07-17 Thread Jeff K. Hoffman
('newId', ob) # Do I need a get_transaction().abort() here? Will that not abort # the wrong transaction? app._p_jar.close() ... This gives you all kinds of benefits like undo and elimination of threading conflicts. [snip] Good stuff. Thanks, Shane. Shane --Jeff --- Jeff K

[Zope] Accessing the Application (or Control_Panel)

2000-07-14 Thread Jeff K. Hoffman
without having a reference to an object in the ZODB and calling getPhysicalRoot(). Did I miss something? Is there a better way to do what I am trying to do? --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED

[Zope] ANNOUNCE: Going Virtual Interbase Adapter v0.1

2000-07-11 Thread Jeff K. Hoffman
2.1.6 and 2.2 beta. While this is the first release, it is feature complete and awaits only community testing before the 1.0 release. Please see: http://www.zope.org/Members/RETierney/gvibDA Enjoy! --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology

Re: [Zope] Reusing standard_html_header/footer

2000-07-06 Thread Jeff K. Hoffman
standard_html_header, with some additional stuff added, in his SubFolder's standard_html_header. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. h

Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-30 Thread Jeff K. Hoffman
nt. Hope this makes sense. Acquisition is not one of the things I have become good at explaining, yet. The slides from Jim's Acquisition Algebra talk is about the best source of information on this subject. Shane --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Tec

Re: [Zope-dev] adding attributes to a python product

2000-06-29 Thread Jeff K. Hoffman
have the new attribute. __setstate__ can check for the existance of new attributes, and create them with sane defaults in older versions of the instance." Thanks for any help. Hope this helps. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technolo

Re: [Zope] Win2000

2000-06-29 Thread Jeff K. Hoffman
as a service on port 80. Haven't had a single problem, yet. Robin Becker --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.goingv.com

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Jeff K. Hoffman
, in the past, that you can simply make a copy of Data.fs, even while Zope is running, without problems. Based on that, I think the answer to the above is yes. -cw- --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Jeff K. Hoffman
On Thu, 29 Jun 2000, Erik Enge wrote: On Thu, 29 Jun 2000, Jeff K. Hoffman wrote: It is my understanding that the ZODB on disk is always in a consistent state; Jim has said, in the past, that you can simply make a copy of Data.fs, even while Zope is running, without problems

Re: [Zope] parsing strings in DTML

2000-06-26 Thread Jeff K. Hoffman
e in DTML expressions after it, i.e.: dtml-call expr="REQUEST.set('i', 0)" dtml-var i dtml-call expr="REQUEST.set('i', i + 1)" dtml-var i Notice all I did was "i + 1", not "dtml-var i + 1". You simply reference it, as you would in python. -Tim

Re: [Zope] Reversing acquisition?

2000-06-22 Thread Jeff K. Hoffman
location of the DTML Document. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.goingv.com/ ___ Zope

[Zope] ZPatterns, Hello, world.

2000-06-19 Thread Jeff K. Hoffman
ould do me tremendous good to see a working example. Thanks, --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.

[Zope] ZPatterns DynPersist module for Win32

2000-06-19 Thread Jeff K. Hoffman
Hello, I just wanted to note that I have built the ZPatterns (0.4.0a1) DynPersist module for Win32 using MSVC. If anyone would like a copy, just e-mail me and I'll be happy to pass it along. --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer

Re: [Zope] Products vs. ZClasses- Design Question

2000-06-16 Thread Jeff K. Hoffman
--- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:[EMAIL PROTECTED] Going Virtual, L.L.C. http://www.goingv.com/ ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] Weird interaction between int() and DateTime.timeTime

2000-05-25 Thread Jeff K. Hoffman
On Thu, 25 May 2000, Chris Withers wrote: "Jeff K. Hoffman" wrote: Python 1.5.2 (#3, Mar 8 2000, 16:34:52) [C] on sunos5 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam f = 1. f 2.0 int(f) 1 the int() func