Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-13 Thread Chetan Kumar
On Wed, May 13, 2009 at 2:01 PM, Chris Withers ch...@simplistix.co.uk wrote:
 I see no such option on:

 https://launchpad.net/zope2

This page has the option:
https://bugs.launchpad.net/zope2

Bugs tab on this link takes one to the above URL.
https://launchpad.net/zope2

Chetan
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a4 easy_installable - please test

2009-04-24 Thread Chetan Kumar
I see this while starting the server (no isues with installation)
--
(zope2)[x...@soup zinst]$ ./bin/runzope
Traceback (most recent call last):
  File 
/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py,
line 56, in ?
run()
  File 
/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py,
line 19, in run
opts = _setconfig()
  File 
/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py,
line 48, in _setconfig
opts.realize()
  File 
/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py,
line 279, in realize
self.load_schema()
  File 
/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py,
line 327, in load_schema
self.schema = ZConfig.loadSchema(self.schemafile)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py,
line 32, in loadSchema
return SchemaLoader().loadURL(url)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py,
line 66, in loadURL
return self.loadResource(r)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py,
line 187, in loadResource
schema = ZConfig.schema.parseResource(resource, self)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py,
line 27, in parseResource
xml.sax.parse(resource.file, parser)
  File /home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/__init__.py,
line 31, in parse
parser.parse(filename_or_stream)
  File 
/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py,
line 109, in parse
xmlreader.IncrementalParser.parse(self, source)
  File /home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py,
line 123, in parse
self.feed(buffer)
  File 
/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py,
line 216, in feed
self._parser.Parse(data, isFinal)
  File 
/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py,
line 312, in start_element
self._cont_handler.startElement(name, AttributesImpl(attrs))
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py,
line 103, in startElement
getattr(self, start_ + name)(attrs)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py,
line 306, in start_import
src = self._loader.schemaComponentSource(pkg, file)
  File 
/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py,
line 209, in schemaComponentSource
package=package)
ZConfig.SchemaResourceError: could not load package ZServer: cannot
import name IDefaultViewName
  Package name: 'ZServer'
  File name: 'component.xml'
  Package path: None
(zope2)[x...@soup zinst]$
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a4 easy_installable - please test

2009-04-24 Thread Chetan Kumar
On Fri, Apr 24, 2009 at 10:24 PM, Andreas Jung li...@zopyx.com wrote:
 Especially: using virtualenv --no-site-packages?

 -aj

 On Fri, Apr 24, 2009 at 18:54, Andreas Jung li...@zopyx.com wrote:

 Using virtualenv?


virtualenv.
Forgot to add that this is on Mandriva 2007.1 / python 2.4

Chetan
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a4 easy_installable - please test

2009-04-24 Thread Chetan Kumar
On Fri, Apr 24, 2009 at 10:44 PM, Andreas Jung li...@zopyx.com wrote:
 Please retry with --no-site-packages option!

No issues with installation.
Server starts/accessible.

Chetan
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] (no subject)

2002-04-19 Thread Chetan Kumar

confirm 962940




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