[Zope-dev] Re: [Zope] Found an fatal error in Zope 2.3.0 :)

2001-01-31 Thread Martijn Pieters

On Wed, Jan 31, 2001 at 12:59:55PM +0100, Radek Hnilica wrote:
   Hello all,
 
 While trying to debianize, compile and install new zope 2.3.0 I found
 that file z2.py doesn't contain necesary first line.  I look to previous
 version 2.2.4 and there it is.
 
 #!/usr/bin/env python
 
 The source was taken from zope.org. I'v also look at CVS and there it's
 missing to.

The line has been added by the maintainer of the Debian package of Zope,
Gregor Hoffleit. The line was never there in Zope CVS.

Zope binary and source distributions use a shell script called 'start' to
run z2.py with the python interpreter. Read the documentation that comes
with the source distribution.

You can of course always add the line yourself.

-- 
Martijn Pieters
| Software Engineer  mailto:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
-

___
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] Found an fatal error in Zope 2.3.0 :)

2001-01-31 Thread Radek Hnilica

Hello all,

While trying to debianize, compile and install new zope 2.3.0 I found that
file z2.py doesn't contain necesary first line.  I look to previous version 2.2.4 and 
there it is.

#!/usr/bin/env python

The source was taken from zope.org. I'v also look at CVS and there
it's missing to.

-- 
Radek Hnilica Radek_Hnilica at LinuxFan dot 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 )




Re: [Zope] Found an fatal error in Zope 2.3.0 :)

2001-01-31 Thread Martijn Pieters

On Wed, Jan 31, 2001 at 12:59:55PM +0100, Radek Hnilica wrote:
   Hello all,
 
 While trying to debianize, compile and install new zope 2.3.0 I found
 that file z2.py doesn't contain necesary first line.  I look to previous
 version 2.2.4 and there it is.
 
 #!/usr/bin/env python
 
 The source was taken from zope.org. I'v also look at CVS and there it's
 missing to.

The line has been added by the maintainer of the Debian package of Zope,
Gregor Hoffleit. The line was never there in Zope CVS.

Zope binary and source distributions use a shell script called 'start' to
run z2.py with the python interpreter. Read the documentation that comes
with the source distribution.

You can of course always add the line yourself.

-- 
Martijn Pieters
| Software Engineer  mailto:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
-

___
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] Found an fatal error in Zope 2.3.0 :) RESOLVED

2001-01-31 Thread Radek Hnilica

This problem was completly resolved.  My mistake, I incorrectly create debian binary 
package.  After creating correct package the new zope 2.3.0 is up and running.

-- 
Radek Hnilica Radek_Hnilica at LinuxFan dot 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 )