Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2011-01-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/06/2011 02:10 PM, Dan Gaibel wrote:
> As luck would have it, I found Zope 2.8 in Macports. Ran  
> mkzopeinstance without trouble, but starting up zopectl yields:
> 
> Traceback (most recent call last):
>File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
> line 322, in 
>  main()
>File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
> line 280, in main
>  options.realize(args)
>File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
> line 91, in realize
>  ZDOptions.realize(self, *args, **kw)
>File "/opt/local/libexec/Zope/lib/python/zdaemon/zdoptions.py",  
> line 273, in realize
>  self.load_schema()
>File "/opt/local/libexec/Zope/lib/python/zdaemon/zdoptions.py",  
> line 321, in load_schema
>  self.schema = ZConfig.loadSchema(self.schemafile)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
> 31, in loadSchema
>  return SchemaLoader().loadURL(url)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
> 65, in loadURL
>  return self.loadResource(r)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
> 159, in loadResource
>  schema = ZConfig.schema.parseResource(resource, self)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
> 27, in parseResource
>  xml.sax.parse(resource.file, parser)
>File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
> lib/python2.6/xml/sax/__init__.py", line 33, in parse
>  parser.parse(source)
>File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
> lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>  xmlreader.IncrementalParser.parse(self, source)
>File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
> lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>  self.feed(buffer)
>File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
> lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>  self._parser.Parse(data, isFinal)
>File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
> lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
>  self._cont_handler.startElement(name, AttributesImpl(attrs))
>File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
> 103, in startElement
>  getattr(self, "start_" + name)(attrs)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
> 306, in start_import
>  src = self._loader.schemaComponentSource(pkg, file)
>File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
> 176, in schemaComponentSource
>  __import__(package)
>File "/opt/local/libexec/Zope/lib/python/ZServer/__init__.py", line  
> 41, in 
>  from HTTPServer import zhttp_server, zhttp_handler
>File "/opt/local/libexec/Zope/lib/python/ZServer/HTTPServer.py",  
> line 45, in 
>  from HTTPResponse import make_response
>File "/opt/local/libexec/Zope/lib/python/ZServer/HTTPResponse.py",  
> line 23, in 
>  from ZPublisher.HTTPResponse import HTTPResponse
>File "/opt/local/libexec/Zope/lib/python/ZPublisher/__init__.py",  
> line 24, in 
>  from Publish import publish_module, Retry
>File "/opt/local/libexec/Zope/lib/python/ZPublisher/Publish.py",  
> line 20, in 
>  from Request import Request
>File "/opt/local/libexec/Zope/lib/python/ZPublisher/Request.py",  
> line 13, in 
>  import HTTPRequest
>File "/opt/local/libexec/Zope/lib/python/ZPublisher/ 
> HTTPRequest.py", line 18, in 
>  from BaseRequest import BaseRequest
>File "/opt/local/libexec/Zope/lib/python/ZPublisher/ 
> BaseRequest.py", line 41, in 
>  from AccessControl.ZopeSecurityPolicy import getRoles
>File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
> __init__.py", line 17, in 
>  from Implementation import setImplementation
>File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
> Implementation.py", line 98, in 
>  setImplementation("C")
>File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
> Implementation.py", line 51, in setImplementation
>  from AccessControl import ImplC as impl
>File "/opt/local/libexec/Zope/lib/python/AccessControl/ImplC.py",  
> line 18, in 
>  from cAccessControl import rolesForPermissionOn, \
>File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
> SimpleObjectPolicies.py", line 82, in 
>  from DocumentTemplate.DT_Util import TemplateDict
>File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
> __init__.py", line 21, in 
>  from DocumentTemplate import String, File, HTML, HTMLDefault,  
> HTMLFile
>File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
> DocumentTemplate.py", line 112, in 
>  from DT_String import String, File
>File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
> DT_String.py", line 19, in

Re: [Zope] Forum

2011-01-06 Thread Shane Graber
What kind of "integration" do you need?  If you're open to a php-based forum
solution, phpBB has LDAP capabilities.  I'm not sure about vBulletin or
SMF...

Shane


On Thu, Jan 6, 2011 at 5:52 PM, Ricardo Newbery wrote:

>
>
> Not sure about "integration" but GroupServer is built on Zope.
>
> http://groupserver.org/
>
> Cheers,
> Ric
>
>
>
> On Jan 6, 2011, at 6:09 AM, Richard Harley wrote:
>
> > Hello all
> >
> > Are there any current forums which integrate into Zope nicely? I have
> > tried Zforum and Squishdot in the past but I don't think either of these
> > two have been updated in quite a while?
> >
> > Thanks
> > Rich
> > ___
> > Zope maillist  -  Zope@zope.org
> > https://mail.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> > https://mail.zope.org/mailman/listinfo/zope-announce
> > https://mail.zope.org/mailman/listinfo/zope-dev )
> >
>
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope-dev )
>
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Forum

2011-01-06 Thread Chris Withers
On 06/01/2011 11:09, Richard Harley wrote:
> Are there any current forums which integrate into Zope nicely? I have
> tried Zforum and Squishdot in the past but I don't think either of these
> two have been updated in quite a while?

What version of Zope are you using?

I still run plenty of Squishdot instances on Zope 2.9.8.

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Forum

2011-01-06 Thread Ricardo Newbery


Not sure about "integration" but GroupServer is built on Zope.

http://groupserver.org/

Cheers,
Ric



On Jan 6, 2011, at 6:09 AM, Richard Harley wrote:

> Hello all
> 
> Are there any current forums which integrate into Zope nicely? I have 
> tried Zforum and Squishdot in the past but I don't think either of these 
> two have been updated in quite a while?
> 
> Thanks
> Rich
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
> https://mail.zope.org/mailman/listinfo/zope-announce
> https://mail.zope.org/mailman/listinfo/zope-dev )
> 

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


Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2011-01-06 Thread Dan Gaibel
As luck would have it, I found Zope 2.8 in Macports. Ran  
mkzopeinstance without trouble, but starting up zopectl yields:

Traceback (most recent call last):
   File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
line 322, in 
 main()
   File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
line 280, in main
 options.realize(args)
   File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py",  
line 91, in realize
 ZDOptions.realize(self, *args, **kw)
   File "/opt/local/libexec/Zope/lib/python/zdaemon/zdoptions.py",  
line 273, in realize
 self.load_schema()
   File "/opt/local/libexec/Zope/lib/python/zdaemon/zdoptions.py",  
line 321, in load_schema
 self.schema = ZConfig.loadSchema(self.schemafile)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
31, in loadSchema
 return SchemaLoader().loadURL(url)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
65, in loadURL
 return self.loadResource(r)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
159, in loadResource
 schema = ZConfig.schema.parseResource(resource, self)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
27, in parseResource
 xml.sax.parse(resource.file, parser)
   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
lib/python2.6/xml/sax/__init__.py", line 33, in parse
 parser.parse(source)
   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
lib/python2.6/xml/sax/expatreader.py", line 107, in parse
 xmlreader.IncrementalParser.parse(self, source)
   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
 self.feed(buffer)
   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
lib/python2.6/xml/sax/expatreader.py", line 207, in feed
 self._parser.Parse(data, isFinal)
   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ 
lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
 self._cont_handler.startElement(name, AttributesImpl(attrs))
   File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
103, in startElement
 getattr(self, "start_" + name)(attrs)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/schema.py", line  
306, in start_import
 src = self._loader.schemaComponentSource(pkg, file)
   File "/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line  
176, in schemaComponentSource
 __import__(package)
   File "/opt/local/libexec/Zope/lib/python/ZServer/__init__.py", line  
41, in 
 from HTTPServer import zhttp_server, zhttp_handler
   File "/opt/local/libexec/Zope/lib/python/ZServer/HTTPServer.py",  
line 45, in 
 from HTTPResponse import make_response
   File "/opt/local/libexec/Zope/lib/python/ZServer/HTTPResponse.py",  
line 23, in 
 from ZPublisher.HTTPResponse import HTTPResponse
   File "/opt/local/libexec/Zope/lib/python/ZPublisher/__init__.py",  
line 24, in 
 from Publish import publish_module, Retry
   File "/opt/local/libexec/Zope/lib/python/ZPublisher/Publish.py",  
line 20, in 
 from Request import Request
   File "/opt/local/libexec/Zope/lib/python/ZPublisher/Request.py",  
line 13, in 
 import HTTPRequest
   File "/opt/local/libexec/Zope/lib/python/ZPublisher/ 
HTTPRequest.py", line 18, in 
 from BaseRequest import BaseRequest
   File "/opt/local/libexec/Zope/lib/python/ZPublisher/ 
BaseRequest.py", line 41, in 
 from AccessControl.ZopeSecurityPolicy import getRoles
   File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
__init__.py", line 17, in 
 from Implementation import setImplementation
   File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
Implementation.py", line 98, in 
 setImplementation("C")
   File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
Implementation.py", line 51, in setImplementation
 from AccessControl import ImplC as impl
   File "/opt/local/libexec/Zope/lib/python/AccessControl/ImplC.py",  
line 18, in 
 from cAccessControl import rolesForPermissionOn, \
   File "/opt/local/libexec/Zope/lib/python/AccessControl/ 
SimpleObjectPolicies.py", line 82, in 
 from DocumentTemplate.DT_Util import TemplateDict
   File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
__init__.py", line 21, in 
 from DocumentTemplate import String, File, HTML, HTMLDefault,  
HTMLFile
   File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
DocumentTemplate.py", line 112, in 
 from DT_String import String, File
   File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
DT_String.py", line 19, in 
 from DT_Util import ParseError, InstanceDict, TemplateDict,  
render_blocks, str
   File "/opt/local/libexec/Zope/lib/python/DocumentTemplate/ 
DT_Util.py", line 19, in 
 from html_quote import html_quote, ustr # for import by other  
modules, dont remove!
   File "/opt/local/libexec

Re: [Zope] Forum

2011-01-06 Thread Richard Harley
Ah, ok , thanks - worth a shot :)

On 06/01/11 13:12, Andreas Jung wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Richard Harley wrote:
>> Hello all
>>
>> Are there any current forums which integrate into Zope nicely? I have
>> tried Zforum and Squishdot in the past but I don't think either of these
>> two have been updated in quite a while?
>>
> There is no reasonable forum solution for plain Zope 2.
>
> - -aj
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQGUBAEBAgAGBQJNJb/GAAoJEADcfz7u4AZjwdQLv2ZU03N7MJvtOSPXP+A9ir61
> s+n2NnvkXOKBXzOv5tq/qxGcMvGkgt4SR8Xin/nT/KI4B7S1KAc/0gKIDdKX+yDu
> 5QImZBM2et8w4hPeUX6Lv1RAGcL+PbWl25rFTR0ziqquriX90/xZf+v6HgMQixP8
> m3zox69iolsHaC7+tS3dYlNlETedS1k0KBbksC34MAcy/U2fHoIH/5YAzinfnkL1
> bv1n1kQYAJ3mkHkZ7YgVhppguPqe4vxQ/dkAAxkNOz2FHee0nEARgTljHv8BwsSj
> RgQLehpCWgAiN6rxzTuZJ3v44L08Gd9zdiPGlhpRpO/zp5ihmVVNUHk8C5zDPgTT
> jeGZx/iE3VQfY1IeZo5ylzz3L+lzQMpZe2vXAJiBwU8AjJkCfZPpnPOIw2zcGtAm
> 7N1tKzig5RGK0u2YYSR86jYls2WabbAhoRmoFXClU7eKrt0rm+YjsZ0cQVdzDeEy
> Zf5MWmwbuantBdeQc6EqkidsbOWiqJE=
> =2gOP
> -END PGP SIGNATURE-

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


Re: [Zope] Forum

2011-01-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Harley wrote:
> Hello all
> 
> Are there any current forums which integrate into Zope nicely? I have 
> tried Zforum and Squishdot in the past but I don't think either of these 
> two have been updated in quite a while?
>

There is no reasonable forum solution for plain Zope 2.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJNJb/GAAoJEADcfz7u4AZjwdQLv2ZU03N7MJvtOSPXP+A9ir61
s+n2NnvkXOKBXzOv5tq/qxGcMvGkgt4SR8Xin/nT/KI4B7S1KAc/0gKIDdKX+yDu
5QImZBM2et8w4hPeUX6Lv1RAGcL+PbWl25rFTR0ziqquriX90/xZf+v6HgMQixP8
m3zox69iolsHaC7+tS3dYlNlETedS1k0KBbksC34MAcy/U2fHoIH/5YAzinfnkL1
bv1n1kQYAJ3mkHkZ7YgVhppguPqe4vxQ/dkAAxkNOz2FHee0nEARgTljHv8BwsSj
RgQLehpCWgAiN6rxzTuZJ3v44L08Gd9zdiPGlhpRpO/zp5ihmVVNUHk8C5zDPgTT
jeGZx/iE3VQfY1IeZo5ylzz3L+lzQMpZe2vXAJiBwU8AjJkCfZPpnPOIw2zcGtAm
7N1tKzig5RGK0u2YYSR86jYls2WabbAhoRmoFXClU7eKrt0rm+YjsZ0cQVdzDeEy
Zf5MWmwbuantBdeQc6EqkidsbOWiqJE=
=2gOP
-END PGP SIGNATURE-
<>___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Forum

2011-01-06 Thread Richard Harley
Hello all

Are there any current forums which integrate into Zope nicely? I have 
tried Zforum and Squishdot in the past but I don't think either of these 
two have been updated in quite a while?

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