Re: [Zope] zope 3 psycopda

2006-08-12 Thread Brian Sullivan

On 8/12/06, Andreas Jung <[EMAIL PROTECTED]> wrote:



--On 12. August 2006 15:32:38 +0100 garry saddington
<[EMAIL PROTECTED]> wrote:

>   I am trying to install psycopda for zope 3 by following the
> instructions in the readme file with the svn checkout of this product
> and I get the following error when starting Zope. I have tried searching
> for rdb module but have not found anything of use. I am using Zope 3 as
> installed by Ubuntu.
> Any ideas please?
> regards
> garry
>
>

Please use the zope3-users mailinglist. This list is for Zope 2 issues only.


A quick search turns up:

http://mail.zope.org/mailman/listinfo/zope3-users

as the home page. Is this the list you are suggesting?


This list is for Zope 2 issues only.



It would probably be sensible if the owner of this list changed the info page:

http://mail.zope.org/mailman/listinfo/zope

for this list to reflect the Zope 2 only strategy.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] zope 3 psycopda

2006-08-12 Thread Andreas Jung



--On 12. August 2006 15:32:38 +0100 garry saddington 
<[EMAIL PROTECTED]> wrote:



  I am trying to install psycopda for zope 3 by following the
instructions in the readme file with the svn checkout of this product
and I get the following error when starting Zope. I have tried searching
for rdb module but have not found anything of use. I am using Zope 3 as
installed by Ubuntu.
Any ideas please?
regards
garry




Please use the zope3-users mailinglist. This list is for Zope 2 issues only.

-aj

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


[Zope] zope 3 psycopda

2006-08-12 Thread garry saddington
  I am trying to install psycopda for zope 3 by following the
instructions in the readme file with the svn checkout of this product
and I get the following error when starting Zope. I have tried searching
for rdb module but have not found anything of use. I am using Zope 3 as
installed by Ubuntu.
Any ideas please?
regards
garry


from zope.rdb import (
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"/var/lib/zope3/instance/sandbox/etc/site.zcml", line 7.2-7.55
ZopeXMLConfigurationError: File
"/var/lib/zope3/instance/sandbox/etc/package-includes/psycopgda-configure.zcml",
 line 1.0-1.31
ZopeXMLConfigurationError: File
"/var/lib/zope3/instance/sandbox/lib/python/psycopgda/configure.zcml",
line 6.2
ImportError: No module named rdb


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


Re: [Zope] new user, teething problems

2006-08-12 Thread Lennart Regebro

On 8/11/06, John P. Looney <[EMAIL PROTECTED]> wrote:

> Zope 3 has very flexible skinning support, which allows you to alter the
look and, to some extend, the feel of the ZMI. You can reach other skins by
using the ++skin++ URL namespace. One nice skin is ZopeTop, which is
excluded from the Zope X3 3.0.0 release but available in the repository. To
see the initial contents screen of the ZopeTop skin, as shown in Figure 2,
you use http://localhost:8080/++skin++ZopeTop/manage.

 So, I tried to go to that page, and I got the following in my logs...


Well, did you install the ZopeTop skin? The error message says that it
can't find any skin named ZopeTop.


  I've a feeling it's the same misconfiguration that happened when I tried
to go ahead and create an index_html object, which was what I thought I had
done when I'd played with Zope 2.3 or whatever, a few years back.


Yeah, you can do that in Zope 2. In Zope3 it's not very useful.

--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )