[Zope] Can Free Software Manage Your Web Site?

2000-10-06 Thread Steven D. Majewski




Inside magazine <http://www.inside.com/> has a feature on Zope:
   "Can Free Software Manage Your Web Site?"




---|  Steven D. Majewski   (804-982-0831)  <[EMAIL PROTECTED]>  |---
---|  Department of Molecular Physiology and Biological Physics  |---
---|  University of Virginia Health Sciences Center  |---
---|  P.O. Box 10011Charlottesville, VA  22906-0011  |---
"All operating systems want to be unix, 
 All programming languages want to be lisp." 


___
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] The new Python Method renaming Poll

2000-11-16 Thread Steven D. Majewski


On Fri, 17 Nov 2000, Andrew Kenneth Milton wrote:

> +---[ Michel Pelletier ]--
> |
> | asking the question "Who is buried in Grant's tomb?".  Duh.
> 
> Perhaps for the non-americans, someone can tell us why the answer to this is
> 'nobody.'
> 

I thought the answer was supposed to be "Grant" !
If it's "nobody" , I suppose it's because he's not technically "buried" --
he's entoumbed in a marble mausoleum.  


---|  Steven D. Majewski   (804-982-0831)  <[EMAIL PROTECTED]>  |---
---|  Department of Molecular Physiology and Biological Physics  |---
---|  University of Virginia Health Sciences Center  |---
---|  P.O. Box 10011Charlottesville, VA  22906-0011  |---
"All operating systems want to be unix, 
 All programming languages want to be lisp." 


___
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] missing FCNTL.py after building Zope 2.3 on Python 1.5.2

2001-01-29 Thread Steven D. Majewski


I'm not sure exactly how the problem manifests itself in 1.5.2, but 
in 1.6 & later, there are a series of platform specific directories:
Lib/plat-{XXX} where XXX is some system, and a Lib/plat-generic/. 
That's where the FCNTL and some other files live.

If your system is not among the ones included in the distribution, it
has to build those system dependent files from the regen script in 
Lib/plat-generic/. 

It should probably be considered a bug of the build/makefile system
that that step does not get done when building Python, but only on
'make install' .  If you do a 'make test' before doing 'make install',
and it's your first build on a 'generic' platorm, it will always fail
for those ( FCNTL.py, TERMIOS.py, ... ) files. 

-- Steve Majewski 



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