[z3-checkins] r33677 - z3/sqlos/trunk
jinty at codespeak.net
jinty at codespeak.net
Tue Oct 24 19:25:58 CEST 2006
Author: jinty
Date: Tue Oct 24 19:25:45 2006
New Revision: 33677
Modified:
z3/sqlos/trunk/makefile
Log:
make sure a pythonpath is set.
Modified: z3/sqlos/trunk/makefile
==============================================================================
--- z3/sqlos/trunk/makefile (original)
+++ z3/sqlos/trunk/makefile Tue Oct 24 19:25:45 2006
@@ -64,4 +64,4 @@
.PHONY: run-sampleapp
run-sampleapp: develop Zope3/principals.zcml $(z3includes)/sqlos.ftesting-configure.zcml
- cd Zope3; ./z3.py
+ cd Zope3; PYTHONPATH=src ./z3.py
More information about the z3-checkins
mailing list