From nhavar at hotmail.com Thu Dec 19 11:15:35 2002 From: nhavar at hotmail.com (Michael Havard) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] "No module named pyexpat" Message-ID: I go to create a page template and change the mime type to text/xml, then when attempting to save it I receive the following error. "No module named pyexpat" On subsequent attempts I receive "cannot import name expat" I've found similar errors in the lists but all the messages refer to this problem under Zope3 and I am running Zope 2.5.1. Is there something I'm missing that I've setup incorrectly or not installed? _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail From sean.upton at uniontrib.com Thu Dec 19 12:21:41 2002 From: sean.upton at uniontrib.com (sean.upton@uniontrib.com) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] "No module named pyexpat" Message-ID: What platform & python version are you using. You likely need the python-xml package installed. For windows, there is a binary installer program for this. For Linux, there are python-xml rpms and debs for this. Sean -----Original Message----- From: Michael Havard [mailto:nhavar@hotmail.com] Sent: Thursday, December 19, 2002 8:16 AM To: zope-xml@zope.org Subject: [Zope-xml] "No module named pyexpat" I go to create a page template and change the mime type to text/xml, then when attempting to save it I receive the following error. "No module named pyexpat" On subsequent attempts I receive "cannot import name expat" I've found similar errors in the lists but all the messages refer to this problem under Zope3 and I am running Zope 2.5.1. Is there something I'm missing that I've setup incorrectly or not installed? _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail _______________________________________________ Zope-xml mailing list Zope-xml@zope.org http://lists.zope.org/mailman/listinfo/zope-xml From nhavar at hotmail.com Thu Dec 19 12:30:28 2002 From: nhavar at hotmail.com (Michael Havard) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] "No module named pyexpat" Message-ID: I'm on: Zope 2.5.1 python 2.1.3 Solaris 2.6 I thought the libraries were already included. I see pyexpat directory and expat directory under lib/python/Shared/DC/xml/ >From: sean.upton@uniontrib.com >To: nhavar@hotmail.com, zope-xml@zope.org >Subject: RE: [Zope-xml] "No module named pyexpat" >Date: Thu, 19 Dec 2002 09:21:41 -0800 > >What platform & python version are you using. You likely need the >python-xml package installed. > >For windows, there is a binary installer program for this. >For Linux, there are python-xml rpms and debs for this. > >Sean > >-----Original Message----- >From: Michael Havard [mailto:nhavar@hotmail.com] >Sent: Thursday, December 19, 2002 8:16 AM >To: zope-xml@zope.org >Subject: [Zope-xml] "No module named pyexpat" > > >I go to create a page template and change the mime type to text/xml, then >when attempting to save it I receive the following error. > >"No module named pyexpat" > >On subsequent attempts I receive > >"cannot import name expat" > >I've found similar errors in the lists but all the messages refer to this >problem under Zope3 and I am running Zope 2.5.1. Is there something I'm >missing that I've setup incorrectly or not installed? > > > > > > >_________________________________________________________________ >STOP MORE SPAM with the new MSN 8 and get 2 months FREE* >http://join.msn.com/?page=features/junkmail > > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail From sean.upton at uniontrib.com Thu Dec 19 12:43:00 2002 From: sean.upton at uniontrib.com (sean.upton@uniontrib.com) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] "No module named pyexpat" Message-ID: Is this a binary zope install, or do you have python 2.1.3 installed on your box otherwise? Usually, for source installs of python, you will find pyxml (provided you install it as well as Python) in /usr/local/lib/python2.1/site-packages/xml I'm not sure if this is enough. The expat in Zope might not be enough without pyxml installed. I suppose there is no harm in installing pyxml just in case: http://pyxml.sourceforge.net/ Give it a try; let me know if this does not work for you. Sean -----Original Message----- From: Michael Havard [mailto:nhavar@hotmail.com] Sent: Thursday, December 19, 2002 9:30 AM To: zope-xml@zope.org Subject: RE: [Zope-xml] "No module named pyexpat" I'm on: Zope 2.5.1 python 2.1.3 Solaris 2.6 I thought the libraries were already included. I see pyexpat directory and expat directory under lib/python/Shared/DC/xml/ >From: sean.upton@uniontrib.com >To: nhavar@hotmail.com, zope-xml@zope.org >Subject: RE: [Zope-xml] "No module named pyexpat" >Date: Thu, 19 Dec 2002 09:21:41 -0800 > >What platform & python version are you using. You likely need the >python-xml package installed. > >For windows, there is a binary installer program for this. >For Linux, there are python-xml rpms and debs for this. > >Sean > >-----Original Message----- >From: Michael Havard [mailto:nhavar@hotmail.com] >Sent: Thursday, December 19, 2002 8:16 AM >To: zope-xml@zope.org >Subject: [Zope-xml] "No module named pyexpat" > > >I go to create a page template and change the mime type to text/xml, then >when attempting to save it I receive the following error. > >"No module named pyexpat" > >On subsequent attempts I receive > >"cannot import name expat" > >I've found similar errors in the lists but all the messages refer to this >problem under Zope3 and I am running Zope 2.5.1. Is there something I'm >missing that I've setup incorrectly or not installed? > > > > > > >_________________________________________________________________ >STOP MORE SPAM with the new MSN 8 and get 2 months FREE* >http://join.msn.com/?page=features/junkmail > > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail _______________________________________________ Zope-xml mailing list Zope-xml@zope.org http://lists.zope.org/mailman/listinfo/zope-xml From nhavar at hotmail.com Thu Dec 19 14:44:23 2002 From: nhavar at hotmail.com (Michael Havard) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] "No module named pyexpat" Message-ID: I haven't installed the pyxml (yet) but I do see expat under python2.1/xml/parsers also >From: sean.upton@uniontrib.com >To: nhavar@hotmail.com, zope-xml@zope.org >Subject: RE: [Zope-xml] "No module named pyexpat" >Date: Thu, 19 Dec 2002 09:43:00 -0800 > >Is this a binary zope install, or do you have python 2.1.3 installed on >your >box otherwise? Usually, for source installs of python, you will find pyxml >(provided you install it as well as Python) in >/usr/local/lib/python2.1/site-packages/xml > >I'm not sure if this is enough. The expat in Zope might not be enough >without pyxml installed. > >I suppose there is no harm in installing pyxml just in case: >http://pyxml.sourceforge.net/ > >Give it a try; let me know if this does not work for you. > >Sean > >-----Original Message----- >From: Michael Havard [mailto:nhavar@hotmail.com] >Sent: Thursday, December 19, 2002 9:30 AM >To: zope-xml@zope.org >Subject: RE: [Zope-xml] "No module named pyexpat" > > > >I'm on: >Zope 2.5.1 >python 2.1.3 >Solaris 2.6 > > >I thought the libraries were already included. I see pyexpat directory and >expat directory under lib/python/Shared/DC/xml/ > > > > > >From: sean.upton@uniontrib.com > >To: nhavar@hotmail.com, zope-xml@zope.org > >Subject: RE: [Zope-xml] "No module named pyexpat" > >Date: Thu, 19 Dec 2002 09:21:41 -0800 > > > >What platform & python version are you using. You likely need the > >python-xml package installed. > > > >For windows, there is a binary installer program for this. > >For Linux, there are python-xml rpms and debs for this. > > > >Sean > > > >-----Original Message----- > >From: Michael Havard [mailto:nhavar@hotmail.com] > >Sent: Thursday, December 19, 2002 8:16 AM > >To: zope-xml@zope.org > >Subject: [Zope-xml] "No module named pyexpat" > > > > > >I go to create a page template and change the mime type to text/xml, then > >when attempting to save it I receive the following error. > > > >"No module named pyexpat" > > > >On subsequent attempts I receive > > > >"cannot import name expat" > > > >I've found similar errors in the lists but all the messages refer to this > >problem under Zope3 and I am running Zope 2.5.1. Is there something I'm > >missing that I've setup incorrectly or not installed? > > > > > > > > > > > > > >_________________________________________________________________ > >STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > >http://join.msn.com/?page=features/junkmail > > > > > >_______________________________________________ > >Zope-xml mailing list > >Zope-xml@zope.org > >http://lists.zope.org/mailman/listinfo/zope-xml > > > >_______________________________________________ > >Zope-xml mailing list > >Zope-xml@zope.org > >http://lists.zope.org/mailman/listinfo/zope-xml > > >_________________________________________________________________ >Tired of spam? Get advanced junk mail protection with MSN 8. >http://join.msn.com/?page=features/junkmail > > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml > >_______________________________________________ >Zope-xml mailing list >Zope-xml@zope.org >http://lists.zope.org/mailman/listinfo/zope-xml _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From dmidd at chartermi.net Sun Dec 22 10:00:13 2002 From: dmidd at chartermi.net (Daryl Middleton) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] Zope folder configuration for xml processing Message-ID: I am looking to utilize mysql to store the data, have a python script that will pull the data and convert it to xml. What would the ZOPE folder configuration look like? Is the xml stored in a dtml document and would my xslt stylesheet be in another dtml document. Or is there a better way of doing this. Thanks