Ticket #13617 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

Instalação do PloneFormGen - Plone 4.2.5 (Again)

Reported by: gwarah Owned by:
Priority: minor Milestone: 4.x
Component: General Version: 4.2
Keywords: PloneFormGen, 4.2.5, buildout, plone.app.jquery Cc:

Description

Hi, after some changes in buildout configurations (see bug https://dev.plone.org/ticket/13605), I've tried to load these eggs:

1) plone.app.jquerytools (ok)
2) PloneFormGen (fail - error bellow)

So, I've tried to fix it with these steps:

1) update the ldap.app.jquery python package:

1.1) Gone to path/to/plone/Python2.7

1.2) run: sudo ./easy_install plone.app.jquery

2) change versions.cfg

plone.app.jquery=1.7.2 (instead 1.4.4, next version after 1.6.0 required by buildout)

Well, so buildout ran ok, but the first step (updating thru easy_install), downloaded too many dependencies packages (more than 70). It seems a litle bit stranges to me.

I believe there's something incompatible between 4.2.5 version and add-ons that requires plone.app.jquery.


The version, 1.4.4, is not consistent with the requirement, 'plone.app.jquery>1.6'.

While:

Installing client1.

Error: Bad version 1.4.4


PS - Complete Log attached


My confs:

Versão

Plone 4.2.5 (4211)

CMF 2.2.7

Zope 2.13.19

Python 2.7.3 (default, May 29 2013, 12:16:41) [GCC 4.7.2]

PIL 1.7.8 (Pillow)

Attachments

buildout.cfg Download (7.8 KB) - added by gwarah 3 years ago.
buildout.cfg
buildout_result.txt Download (1.8 KB) - added by gwarah 3 years ago.
Buildout_result

Change History

Changed 3 years ago by gwarah

buildout.cfg

Changed 3 years ago by gwarah

Buildout_result

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General
Note: See TracTickets for help on using tickets.