On Fri, 9 Mar 2007, 16:28 GMT-08 Bill Campbell wrote:

> On Sat, Mar 10, 2007, Robert Allerstorfer wrote:

>>Do
>>you think using your 3 packages mentioned above, together with these
>>from the official site:
>>
>>ftp://ftp.openpkg.org/stable/2/SRC/BASE/python-2.5-2.20061222.src.rpm
>>ftp://ftp.openpkg.org/stable/2/SRC/BASE/mysql-5.0.27-2.20061030.src.rpm
>>ftp://ftp.openpkg.org/stable/2/SRC/PLUS/zope-2.9.6-2.20070106.src.rpm
>>
>>will work well together?

> I would think they should.

Thanks. I have installed the official python-2.5 (from the location
mention above) to my openpkg-2.20070303 environment under RHEL3 and
then zope-2.9.6 (again, from the location pointed out above), which
ended with

+----------------------------------Notice-------------------------------------+
| You have successfully installed Zope. In order to use it, you first         |
| have to create a management user by running the following command           |
| (before starting up Zope):                                                  |
|     $ /opt/openpkg/bin/zopectl adduser <user> <password>                    |
| After this you can startup Zope with                                        |
|     $ /opt/openpkg/etc/rc zope start                                        |
| and connect to it through the URL:                                          |
|     http://localhost:8080/                                                  |
| Use the created <user> and <password> to login to its management            |
| interface in order to configure Zope to your particular needs.              |
+-----------------------------------------------------------------------------+

Without adding a user first, I just wanted to try starting up Zope:

[EMAIL PROTECTED] root]# /opt/openpkg/etc/rc zope start
OpenPKG: start: zope:FAILED
openpkg:rc:WARNING: /opt/openpkg:zope:%start: failed with return code 1
openpkg:rc:NOTICE: output from stdout/stderr is following:
+----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/opt/openpkg/lib/zope/lib/python/Zope2/Startup/zopectl.py", line 322, 
in <module>
|     main()
|   File "/opt/openpkg/lib/zope/lib/python/Zope2/Startup/zopectl.py", line 280, 
in main
|     options.realize(args)
|   File "/opt/openpkg/lib/zope/lib/python/Zope2/Startup/zopectl.py", line 91, 
in realize
|     ZDOptions.realize(self, *args, **kw)
|   File "/opt/openpkg/lib/zope/lib/python/zdaemon/zdoptions.py", line 273, in 
realize
|     self.load_schema()
|   File "/opt/openpkg/lib/zope/lib/python/zdaemon/zdoptions.py", line 321, in 
load_schema
|     self.schema = ZConfig.loadSchema(self.schemafile)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/loader.py", line 31, in 
loadSchema
|     return SchemaLoader().loadURL(url)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/loader.py", line 65, in 
loadURL
|     return self.loadResource(r)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/loader.py", line 159, in 
loadResource
|     schema = ZConfig.schema.parseResource(resource, self)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/schema.py", line 27, in 
parseResource
|     xml.sax.parse(resource.file, parser)
|   File "/opt/openpkg/lib/python/xml/sax/__init__.py", line 33, in parse
|     parser.parse(source)
|   File "/opt/openpkg/lib/python/xml/sax/expatreader.py", line 107, in parse
|     xmlreader.IncrementalParser.parse(self, source)
|   File "/opt/openpkg/lib/python/xml/sax/xmlreader.py", line 123, in parse
|     self.feed(buffer)
|   File "/opt/openpkg/lib/python/xml/sax/expatreader.py", line 207, in feed
|     self._parser.Parse(data, isFinal)
|   File "/opt/openpkg/lib/python/xml/sax/expatreader.py", line 301, in 
start_element
|     self._cont_handler.startElement(name, AttributesImpl(attrs))
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/schema.py", line 99, in 
startElement
|     getattr(self, "start_" + name)(attrs)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/schema.py", line 475, in 
start_schema
|     keytype, valuetype, datatype = self.get_sect_typeinfo(attrs)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/schema.py", line 201, in 
get_sect_typeinfo
|     datatype = self.get_datatype(attrs, "datatype", "null", base)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/schema.py", line 194, in 
get_datatype
|     return self._registry.get(dtname)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/datatypes.py", line 398, in 
get
|     t = self.search(name)
|   File "/opt/openpkg/lib/zope/lib/python/ZConfig/datatypes.py", line 423, in 
search
|     package = __import__(n, g, g, component)
|   File "/opt/openpkg/lib/zope/lib/python/Zope2/Startup/datatypes.py", line 
21, in <module>
|     import OFS.Uninstalled
|   File "/opt/openpkg/lib/zope/lib/python/OFS/Uninstalled.py", line 20, in 
<module>
|     import SimpleItem, Globals, Acquisition
|   File "/opt/openpkg/lib/zope/lib/python/OFS/SimpleItem.py", line 26, in 
<module>
|     import AccessControl.Role, AccessControl.Owned, App.Common
|   File "/opt/openpkg/lib/zope/lib/python/AccessControl/__init__.py", line 17, 
in <module>
|     from Implementation import setImplementation
|   File "/opt/openpkg/lib/zope/lib/python/AccessControl/Implementation.py", 
line 98, in <module>
|     setImplementation("C")
|   File "/opt/openpkg/lib/zope/lib/python/AccessControl/Implementation.py", 
line 51, in setImplementation
|     from AccessControl import ImplC as impl
|   File "/opt/openpkg/lib/zope/lib/python/AccessControl/ImplC.py", line 18, in 
<module>
|     from cAccessControl import rolesForPermissionOn, \
|   File 
"/opt/openpkg/lib/zope/lib/python/AccessControl/SimpleObjectPolicies.py", line 
82, in <module>
|     from DocumentTemplate.DT_Util import TemplateDict
|   File "/opt/openpkg/lib/zope/lib/python/DocumentTemplate/__init__.py", line 
21, in <module>
|     from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile
|   File 
"/opt/openpkg/lib/zope/lib/python/DocumentTemplate/DocumentTemplate.py", line 
112, in <module>
|     from DT_String import String, File
|   File "/opt/openpkg/lib/zope/lib/python/DocumentTemplate/DT_String.py", line 
19, in <module>
|     from DT_Util import ParseError, InstanceDict, TemplateDict, 
render_blocks, str
|   File "/opt/openpkg/lib/zope/lib/python/DocumentTemplate/DT_Util.py", line 
19, in <module>
|     from html_quote import html_quote, ustr # for import by other modules, 
dont remove!
|   File "/opt/openpkg/lib/zope/lib/python/DocumentTemplate/html_quote.py", 
line 4, in <module>
|     from ustr import ustr
|   File "/opt/openpkg/lib/zope/lib/python/DocumentTemplate/ustr.py", line 18, 
in <module>
|     nasty_exception_str = Exception.__str__.im_func
| AttributeError: 'wrapper_descriptor' object has no attribute 'im_func'
+----------------------------------------------------------------------

Should I try another version of python or/and zope instead?

Thanks for your help!

Best regards,
rob.

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to