Envoyez vos messages pour la liste cps-users-fr à
[email protected]
Pour vous (dés)abonner par le web, consultez
http://lists.nuxeo.com/mailman/listinfo/cps-users-fr
ou, par email, envoyez un message avec 'help' dans le
corps ou dans le
sujet à
[EMAIL PROTECTED]
Vous pouvez contacter l'administrateur de la liste à
l'adresse
[EMAIL PROTECTED]
Si vous répondez, n'oubliez pas de changer l'objet du
message afin
qu'il soit plus spécifique que "Re: Contenu du digest de
cps-users-fr..."
Thèmes du jour :
1. [CPS 3.3.6] ImportError: No module named lxml
(Remaud Frederic)
2. Re: [CPS 3.3.6] ImportError: No module named lxml
(Florent Guillaume)
3. question bête (Benoit MORAILLON)
4. Re: question bête (Encolpe Degoute)
5. Re: question bête (Benoit MORAILLON)
6. Re: [Zope 3] Compatible CPS plateform ? (fermigier)
----------------------------------------------------------------------
Message: 1
Date: Thu, 22 Sep 2005 12:44:42 +0200
From: "Remaud Frederic" <[EMAIL PROTECTED]>
Subject: [CPS-users-fr] [CPS 3.3.6] ImportError: No
module named lxml
To: <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Bonjour @ tous
Je viens d'installer Zope 2.8.1, ElementTree et rdflib
sur une Fedora Core 4. Demarrage OK. Puis j'installe CPS
3-3-6 et là au démarrage de Zope, j'ai l'erreur suivante
:
Traceback (most recent call last):
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 695, in import_product
product=__import__(pname, global_dict, global_dict,
silly)
File
"/home/zope/extranet/Products/CPSBlog/__init__.py", line
20, in ?
from Products.CPSBlog.Blog import Blog, addBlog, \
File "/home/zope/extranet/Products/CPSBlog/Blog.py",
line 27, in ?
from Products.CPSBlog.AtomAware import
AtomAwareCollection
File
"/home/zope/extranet/Products/CPSBlog/AtomAware.py", line
24, in ?
from lxml import etree
ImportError: No module named lxml
Traceback (most recent call last):
File "/opt/Zope-2.8/lib/python/Zope2/Startup/run.py",
line 56, in ?
run()
File "/opt/Zope-2.8/lib/python/Zope2/Startup/run.py",
line 21, in run
starter.prepare()
File
"/opt/Zope-2.8/lib/python/Zope2/Startup/__init__.py",
line 98, in prepare
self.startZope()
File
"/opt/Zope-2.8/lib/python/Zope2/Startup/__init__.py",
line 257, in startZope
Zope2.startup()
File "/opt/Zope-2.8/lib/python/Zope2/__init__.py", line
47, in startup
_startup()
File "/opt/Zope-2.8/lib/python/Zope2/App/startup.py",
line 44, in startup
OFS.Application.import_products()
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 672, in import_products
import_product(product_dir, product_name,
raise_exc=debug_mode)
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 695, in import_product
product=__import__(pname, global_dict, global_dict,
silly)
File
"/home/zope/extranet/Products/CPSBlog/__init__.py", line
20, in ?
from Products.CPSBlog.Blog import Blog, addBlog, \
File "/home/zope/extranet/Products/CPSBlog/Blog.py",
line 27, in ?
from Products.CPSBlog.AtomAware import
AtomAwareCollection
File
"/home/zope/extranet/Products/CPSBlog/AtomAware.py", line
24, in ?
from lxml import etree
ImportError: No module named lxml
Vous savez d'où peut provenir cette erreur et comment
corriger ca ?
Merci d'avance
-------------- section suivante --------------
Une pièce jointe HTML a été enlevée...
URL:
http://lists.nuxeo.com/pipermail/cps-users-fr/attachments/20050922/78c4b82d/attachment-0001.htm
------------------------------
Message: 2
Date: Thu, 22 Sep 2005 13:01:42 +0200
From: Florent Guillaume <[EMAIL PROTECTED]>
Subject: Re: [CPS-users-fr] [CPS 3.3.6] ImportError: No
module named
lxml
To: Remaud Frederic <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=WINDOWS-1252;
delsp=yes;
format=flowed
En effet, il faut aussi installer lxml
(http://codespeak.net/lxml/).
Nous aurions dû préciser cette dépendance dans
INSTALL_CPS.txt mais
cela a été oublié, désolé.
Florent
On 22 Sep 2005, at 12:44, Remaud Frederic wrote:
Bonjour @ tous
Je viens dinstaller Zope 2.8.1, ElementTree et rdflib
sur une
Fedora Core 4. Demarrage OK. Puis jinstalle CPS 3-3-6
et là au
démarrage de Zope, jai lerreur suivante :
Traceback (most recent call last):
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 695, in
import_product
product=__import__(pname, global_dict, global_dict,
silly)
File
"/home/zope/extranet/Products/CPSBlog/__init__.py", line
20,
in ?
from Products.CPSBlog.Blog import Blog, addBlog, \
File "/home/zope/extranet/Products/CPSBlog/Blog.py",
line 27, in ?
from Products.CPSBlog.AtomAware import
AtomAwareCollection
File
"/home/zope/extranet/Products/CPSBlog/AtomAware.py", line
24, in ?
from lxml import etree
ImportError: No module named lxml
Traceback (most recent call last):
File "/opt/Zope-2.8/lib/python/Zope2/Startup/run.py",
line 56, in ?
run()
File "/opt/Zope-2.8/lib/python/Zope2/Startup/run.py",
line 21, in
run
starter.prepare()
File
"/opt/Zope-2.8/lib/python/Zope2/Startup/__init__.py",
line
98, in prepare
self.startZope()
File
"/opt/Zope-2.8/lib/python/Zope2/Startup/__init__.py",
line
257, in startZope
Zope2.startup()
File "/opt/Zope-2.8/lib/python/Zope2/__init__.py",
line 47, in
startup
_startup()
File "/opt/Zope-2.8/lib/python/Zope2/App/startup.py",
line 44, in
startup
OFS.Application.import_products()
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 672, in
import_products
import_product(product_dir, product_name,
raise_exc=debug_mode)
File "/opt/Zope-2.8/lib/python/OFS/Application.py",
line 695, in
import_product
product=__import__(pname, global_dict, global_dict,
silly)
File
"/home/zope/extranet/Products/CPSBlog/__init__.py", line
20,
in ?
from Products.CPSBlog.Blog import Blog, addBlog, \
File "/home/zope/extranet/Products/CPSBlog/Blog.py",
line 27, in ?
from Products.CPSBlog.AtomAware import
AtomAwareCollection
File
"/home/zope/extranet/Products/CPSBlog/AtomAware.py", line
24, in ?
from lxml import etree
ImportError: No module named lxml
Vous savez doù peut provenir cette erreur et comment
corriger ca ?
Merci davance
_______________________________________________
cps-users-fr
Adresse de la liste : [email protected]
Gestion de l'abonnement :
<http://lists.nuxeo.com/mailman/listinfo/
cps-users-fr>
--
Florent Guillaume, Nuxeo (Paris, France) CTO, Director
of R&D
+33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED]
------------------------------
Message: 3
Date: Thu, 22 Sep 2005 16:14:01 +0200
From: "Benoit MORAILLON" <[EMAIL PROTECTED]>
Subject: [CPS-users-fr] question bête
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1;
format=flowed
Bonjour,
Y a t'il un moyen de savoir précisément où se trouve une
erreur
dans un template zope. Pour l'instant je n'ai que !!! au
niveau de
l'interface.
Merci d'avance.
------------------------------
Message: 4
Date: Thu, 22 Sep 2005 16:17:38 +0200
From: Encolpe Degoute <[EMAIL PROTECTED]>
Subject: Re: [CPS-users-fr] question bête
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1;
format=flowed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Benoit MORAILLON a écrit :
| Bonjour,
| Y a t'il un moyen de savoir précisément où se trouve
une erreur
| dans un template zope. Pour l'instant je n'ai que !!!
au niveau de
| l'interface.
Dans le fichier $INSTANCE/log/event.log
- --
Encolpe DEGOUTE
http://encolpe.degoute.free.fr/
Logiciels libres, hockey sur glace et autres activités
cérébrales
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDMr0CvFPzBBlIZMMRAiKYAJ9FeQDpi6iO0VxLU3eXyNRAvTmZewCfQxoP
QjisGmf50dV/2u17e3nwqaA=
=w9N2
-----END PGP SIGNATURE-----
------------------------------
Message: 5
Date: Thu, 22 Sep 2005 17:00:40 +0200
From: "Benoit MORAILLON" <[EMAIL PROTECTED]>
Subject: Re: [CPS-users-fr] question bête
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1;
format=flowed
Meric bien.
Et si je veux modifier la portel breadcrumbs pour un
certain site et pas
pour les autres ?
J'ai modifié le widget_portlet_breadcrumbs.pt mais cela
impacte tous les
sites de mon instance zope.
Est ce que je dois créer une portlet spécifique comme
cela est décrit
dans ce doc :
http://www.cps-project.org/sections/documentation/developers/how_to_creation_de
ou existe il un mécanisme de surcharge plus facile à
mettre en oeuvre ?
Merci beaucoup,
Benoît.
------------------------------
Message: 6
Date: Thu, 22 Sep 2005 17:09:07 +0200
From: fermigier <[EMAIL PROTECTED]>
Subject: Re: [CPS-users-fr] [Zope 3] Compatible CPS
plateform ?
To: Neco <[EMAIL PROTECTED]>
Cc: "'Liste CPS \(E-mail\)'"
<[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1;
format=flowed
Neco wrote:
Bonjour,
J'ai installé Zope 3, ds le répertoire 'products' CPS
plateform.
Mais impossible de creer un nouveau site.
CPS Plateform peut t'il fonctionner sous Zope 3 ou dois
je installer
Zope 2.8
Zope 2.8, qui contient d'ailleurs deja Zope3 (au moins
un gros bout).
S.
------------------------------
_______________________________________________
cps-users-fr mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users-fr
Fin de Lot cps-users-fr, Vol 29, Parution 26
********************************************