[Zope] Install ZPatterns&EMarket.
Steve Spicklemire
steve@spvi.com
Sat, 24 Mar 2001 12:22:21 -0500 (EST)
Hi Pattreeya,
here is my 'build.py' for ZPatterns:
----------------------------------------------------------------------
import os
os.system('cp /usr/local/lib/python1.5/config/Makefile.pre.in .')
os.system('make -f Makefile.pre.in boot')
os.system('make')
----------------------------------------------------------------------
type python build.py, or use the shell to execute those commands.
Also.. You'll want Steve A's patches for 2.3 to use ZPatterns
with 2.3. www.zope.org/Members/stevea ... I think!
Finally.. I really need to update the instructions
for EMarket to make its installation and use more straightforward.
In the mean time.. please don't hesitate to ask questions.
-steve
>>>>> "P" == Pattreeya Tanisaro <pattreeya@lightwerk.com> writes:
P> Hello again, any of you has the experience in installing
P> ZPattern? I would like to try Emarket product but it requires
P> ZPattern. Then, I installed ZPattern but the error occured
P> during import module as the following ..... File
P> /home/pattreeya/Zope-2.3.0//lib/python/Products/ZPatterns/DataSkins.py,
P> line 1, in ? ImportError: No module named DynPersist.
P> I have checked and found that DynPersist is in c format. And no
P> Makefile inside the product or whatever related to c file. I
P> have check inside /lib/python to look for the config or
P> Makefile but I found nothing save only one Makefile.pre.in in
P> ZMySQLDA. The information from "Setup" in .../ZPatterns
P> contains only
P> *shared* DynPersist DynPersist.c -I../../ZODB
P> -I../../../Components/ExtensionClass
P> At this point, i have no idea what to do next. Currently, I
P> use Zope2.3.0 and Zpatterns-0.4.3b1.
P> Thank you in advance for any help. pattreeya.
P> _______________________________________________ Zope maillist -
P> Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No
P> cross posts or HTML encoding! ** (Related lists -
P> http://lists.zope.org/mailman/listinfo/zope-announce
P> http://lists.zope.org/mailman/listinfo/zope-dev )