[Zope-dev] Re: [Zope] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-13 Thread Lalo Martins

Found a bug, I think... when I try to add a property to a
PropertyManager (but not a PropertySheet?) I get:

Error Type: ImportError
Error Value: cannot import name checkValidId

Traceback (innermost last):
  File /opt/Zope-2.3.0a1-src/lib/python/ZPublisher/Publish.py,
line 222, in publish_module
  File /opt/Zope-2.3.0a1-src/lib/python/ZPublisher/Publish.py,
line 187, in publish
  File /opt/Zope-2.3.0a1-src/lib/python/Zope/__init__.py, line
221, in zpublisher_exception_hook
(Object: Traversable)
  File /opt/Zope-2.3.0a1-src/lib/python/ZPublisher/Publish.py,
line 171, in publish
  File /opt/Zope-2.3.0a1-src/lib/python/ZPublisher/mapply.py,
line 160, in mapply
(Object: manage_addProperty)
  File /opt/Zope-2.3.0a1-src/lib/python/ZPublisher/Publish.py,
line 112, in call_object
(Object: manage_addProperty)
  File /opt/Zope-2.3.0a1-src/lib/python/OFS/PropertyManager.py,
line 318, in manage_addProperty
(Object: Traversable)
  File /opt/Zope-2.3.0a1-src/lib/python/OFS/PropertyManager.py,
line 247, in _setProperty
(Object: Traversable)
ImportError: (see above)


[]s,
   |alo
   +
--
  Hack and Roll ( http://www.hackandroll.org )
The biggest site for whatever-it-is-that-we-are.


http://zope.gf.com.br/lalo   mailto:[EMAIL PROTECTED]
 pgp key: http://zope.gf.com.br/lalo/pessoal/pgp

Brazil of Darkness (RPG)--- http://zope.gf.com.br/BroDar


___
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] Re: [Zope] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-13 Thread Brian Lloyd

 Found a bug, I think... when I try to add a property to a
 PropertyManager (but not a PropertySheet?) I get:
 
 Error Type: ImportError
 Error Value: cannot import name checkValidId

Thanks - the fix should be checked in shortly...


Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909  
Digital Creations  http://www.digicool.com 




___
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] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-13 Thread Chris Withers

Michel Pelletier wrote:
 
 On Tue, 12 Dec 2000, Chris Withers wrote:
 
 That being said, perhaps you can be the first person to get it to work
 using the various free ports of gcc to windows.

There a how-to on compiling with gcc anywhere?

cheers,

Chris

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




Re: [Zope] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-12 Thread Chris Withers

Brian Lloyd wrote:
 
 Hello all,
 
   As promised, Zope 2.3.0 alpha 1 is now available. You can
   download it from Zope.org:
 
   http://www.zope.org/Products/Zope/2.3.0a1/

Cool :-)

Any chance of a binary release for us lame users who want to try it out
on our WinNT Workstations? ;-)

cheers,

Chris

___
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] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-11 Thread Brian Lloyd

Hello all,

  As promised, Zope 2.3.0 alpha 1 is now available. You can 
  download it from Zope.org:

  http://www.zope.org/Products/Zope/2.3.0a1/

  This release contains a number of important new usability 
  features, and also marks the first release where a 
  substantial amount of the work done happened in the Fishbowl 
  on dev.zope.org. Some highlights of this release:

- Python Scripts are now part of the Zope core. Big whopping 
  kudos to Evan Simpson for all of the work he has put into 
  this! Having Python Scripts in the core will allow people 
  to much more easily separate logic and presentation (and 
  get that logic out of DTML!) More information and prototype 
  documentation for Python Scripts can be found in the 
  dev.zope.org project:

  http://dev.zope.org/Wikis/DevSite/Projects/PythonMethods


- The process of creating an initial user at install time 
  has finally been fixed. Before you had to create a superuser, 
  login as the superuser, create a normal manager, logout, then 
  log back in as the normal manager. This was obtuse and caused 
  big problems for newbies who would log in as the superuser and 
  start trying to work immediately (leading to errors since the 
  superuser cannot own objects). 

  This process is now much more sane. Now, at install time a 
  default initial manager (not a superuser) is created. The 
  superuser has been renamed to the "emergency user" and is 
  not even created by default. If you ever have a need to log 
  in as the emergency user, you can use zpasswd.py to create it.


- The new security assertion support has been checked in. For 
  more information and an updated version of the "Zope security 
  for developers" guide see the project on dev.zope.org:

  http://dev.zope.org/Wikis/DevSite/Projects/DeclarativeSecurity


- Added new getId() method to SimpleItem.Item. This should 
  now be used instead of referencing 'object.id' directly, 
  as it is guaranteed to always be a method and to always 
  return the right thing regardless of how the id of the 
  object is stored internally. This relieves DTML writers of
  the contortions they previously had to go through to handle 
  varying cases of 'id' being a method or an attribute.

- Improved Ownership controls. Now you simply choose whether
  or not to take ownership of sub-objects when taking
  ownership. Implementation details about whether ownership 
  is implicit or explicit are no longer forced on the user.

- Unit testing infrastructure for the Zope core. PyUnit has been 
  checked in, and a utility has been added that will allow us to 
  incrementally begin accumulating (and running) test suites. The 
  new testrunner.py in the utilities directory is a basic utility 
  for running PyUnit based unit tests. It can 
  be used to run all tests found in the Zope tree, all test suites
  in a given directory or in specific files. The testrunner will 
  be used to ensure that all checked in tests pass before releases 
  are made. For more information, see the docstring of the actual
  testrunner.py module.

  For more information on what is new in this release, see the 
  CHANGES.txt and HISTORY.txt files for the release:

   http://www.zope.org/Products/Zope/2.3.0a1/CHANGES.txt

   http://www.zope.org/Products/Zope/2.3.0a1/HISTORY.txt


  *Please note* that we do not build binary distributions for alpha 
  releases - the alpha is available as a source release only. When we 
  move into the beta period for 2.3, we will build and distribute 
  binary releases.



Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909  
Digital Creations  http://www.digicool.com 




___
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] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-11 Thread Spicklemire, Jerry

Outstanding! 

Sometimes I wonder if ther rest of the Open Source world 
has a glimmer of how FAST Zope is developing. let alone 
commercial vendors. 

Can't wait to dig in!

Congratulations to all,
Jerry S.

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