22 Dec
2006
22 Dec
'06
8:30 a.m.
I change some setting to my runzope.bat because I want zope to use python2.4.4 instead of the build 2.3.5 Don't do that. If you need python2.4 then use newer Zope version that uses 2.4 eg. Zope2.9, Zope2.10.
import shapelib, dbflib def testShapeLib(self): f1 = shapelib.ShapeFile('C:\\web\\ZopeInstance\\taipei.shp') Is this working without Zope?
-- Maciej Wisniowski