Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
156 views

What's the difference between IPloneSiteRoot and ISiteRoot in Plone?

I'm Working in Plone 4.1 and I'm just curious to know the difference between Products.CMFPlone.interfaces.IPloneSiteRoot and Products.CMFCore.interfaces.ISiteRoot. If I want to register a zope-3 style ...
1
vote
1answer
32 views

Zope3 browser:page multiple interfaces

Let's say I have the following code in my configure.zcml file. I want my class to be implemented for another interface too, let's say Interface2 <browser:page for="Interface1" ...
1
vote
0answers
57 views

PicklingError caused by p4a.calendar.interfaces.ICalendarSupport when migrating from 3.3.5 to 4.0.7

I am trying to migrate a Plone 3.3.5 installation to 4.0.7. Before migrating, it was decided that Plone4Artists Calendar should be removed. We followed the procedures proposed here ...
1
vote
6answers
290 views

Help choosing between Django, Zope3 and Web2Py for WebService Server

I need to build a simple administrative webapp using python that will connect to MySQL. Web Application will need to expose some APIs via Web Services for other Web App and Android/iPhone clients to ...
0
votes
0answers
110 views

Can not create zope project

I'm a zope/python newbee (senior Java programer) and due to inexperience I'm having some troubles starting up. Im working on Ubuntu 10.4 and I have configured Virtualenv for python. I switched to ...
0
votes
1answer
77 views

BlueBream framework and multi connections to databases

I put the first steps in BlueBream framework. In my project I must get data from RDBMS - MySQL, PostgreSQL and MS Server. For now, I made a simple tutorial helloworld :) I know how to write Interfaces ...
0
votes
2answers
94 views

Zope 3 and current Products

On this page http://www.zope.org/Products at the bottom is a full list of Zope products but most of them are available for Zope 2 not for Zope 3 e.g. ZMySQLDA. Where I can find list of all Products ...