On Fri, May 17, 2013 at 12:04 PM, luca mancini <[email protected]> wrote: > Salve. > Sto installando su Windows Server 2008 plone 4.3 con alcuni add-ons che > richiedono jqueryui (ad esempio eea.facetedenavigation ma anche altri). > Ho un problema con collective.js.jqueryui (1.10.1.2 ma anche con qualsiasi > altra versione) che non riesce a scaricare. > Il fatto è che ho provato anche a scaricarlo a mano posizionandolo in una > directory e specificando il path nel buildout (find-links ) ma niente. > Ho provato a cambiare versione. > Sto replicando un'installazione già perfettamente funzionante su Windows XP. > Oltre a lasciare perdere Windows, cosa mi consigliate di fare? > ---------- > Picked: eea.facetednavigation = 5.5 > Getting required 'Products.PloneTestCase==0.9.16' > We have the distribution that satisfies 'Products.PloneTestCase==0.9.16'. > Getting required 'eea.jquery' > required by eea.facetednavigation 5.5. > Picked: eea.jquery = 6.5 > Getting required 'collective.js.jqueryui==1.10.1.2' > We have no distributions for collective.js.jqueryui that satisfies > 'collective.j > s.jqueryui==1.10.1.2'. > Getting distribution for 'collective.js.jqueryui==1.10.1.2'. > Running easy_install: > C:\Plone43\python\python.exe "-S" "-c" ""import sys,os;p = > sys.path[:];import si > te;sys.path[:] = p;[sys.modules.pop(k) for k, v in sys.modules.items() if > hasatt > r(v, '__path__') and len(v.__path__)==1 and not > os.path.exists(os.path.join(v.__ > path__[0],'__init__.py'))];from setuptools.command.easy_install import > main;main > ()"" "-mUNxd" ""C:\Plone43\eggs\tmp29hd3a"" "-Z" "-q" > ""c:\users\user\appdata\lo > cal\temp\2\tmp4nz9jbget_dist\collective.js.jqueryui-1.10.1.2.zip"" > path=c:\plone43\eggs\distribute-0.6.28-py2.7.egg > > No local packages or download links found for setuptools-git > error: Could not find suitable distribution for > Requirement.parse('setuptools-gi > t') > An error occurred when trying to install collective.js.jqueryui 1.10.1.2. > Look a > bove this message for any errors that were output by easy_install. > While: > Installing. > Getting section zeo. > Initializing part zeo. > Getting distribution for 'collective.js.jqueryui==1.10.1.2'. > Error: Couldn't install: collective.js.jqueryui 1.10.1.2 > >
Pare che il problema sia una dipendenza di jqueryui... hanno aggiunto questa riga: ... setup_requires=["setuptools_git"], ... Prova a scaricare questo invece. https://pypi.python.org/pypi/setuptools-git -- Saluti/Regards Luca Fabbri - RedTurtle Technology E-mail: [email protected] Web Site: http://www.redturtle.it/ Phone: +39 0532 1915958 Fax: +39 0532 287070 _______________________________________________ Plone-IT mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-plone-it http://plone-regional-forums.221720.n2.nabble.com/Plone-Italy-f221721.html
