The difference is that on 3.0 your zope instance already has a
lib/python/five directory and this means that
Products/PloneGetPaid/lib/five/intid is never found. Basically the
same problem happens for the other directories in
Products/PloneGetPaid/lib
I changed this already in in the buildout for 3.0, mostly because I
did not like the directory layout. But now I see that it is really
necessary because else PloneGetPaid just cannot work on 3.0. For 2.5
it should not matter.
I wanted to upload a new build on the google site, but was greeted
with this error message:
Forbidden
Your client does not have permission to get URL /upload/getpaid
from this server. (Client IP address: ...)
You are attempting to perform an activity that you have
insufficient permissions for. If you feel this is in error, please
contact the project administrator.
Can someone give me permission to upload a new build? Or should I
already have that permission as a coder and is something else wrong?
I want to try just uploading a build for 3.0 specifically, though the
only difference is that the Five and CMFonFive products are not in
there. If this works then my changes in the build script of the 3.0
buildout could be taken over in the 2.5 buildout.
I made sure there a README.txt is also added to the build. I will
paste it below for reference.
Claudio, these instructions should help you as well. Well, with the
build you downloaded you would just need to move the subdirectories of
the PloneGetPaid/lib directory to the lib/python directory of your
zope instance.
Installation instructions
=========================
Copy the directory/directories within the Products directory to the
Products directory of your zope instance.
Copy the directories within the lib/python directory to the
lib/python directory of your zope instance. (On Windows: lib\python.)
Also, you will need the following python packages:
- simplejson
- dateutil
Install them with the standard package tools available for your
platform or with easy-install.
For further instructions and more info see the readme.txt file in
the PloneGetPaid dir within Products.
--
Maurits van Rees | http://maurits.vanrees.org/ [NL]
Work | http://zestsoftware.nl/
"I am trapped in a Klein Bottle and can't get in."
This was a problem with uploading a tar ball. I figured it out now.
I tried uploading a tar ball through the website. But I was logged in
with my usual google account. So I also had my usual password, which
differs from the password I need for the google code site. So I was
denied access.
I just ran the nightly script and then all was fine. I uploaded a tar
ball, which I will talk about in my next email.