Vel, fant fila til slutt i subsystem/editdb/src i kildekodetreet... Her er i alle fall Makefile som skulle ha gjort jobben... Funka tydeligvis ikke... Mvh Steinar ------------------------------------------------------------------------------------ # Generated automatically from Makefile.in by configure. SHELL = /bin/sh INSTALL = /usr/bin/install -c CHEETAH = /usr/bin/cheetah prefix = /usr/local/nav exec_prefix = ${prefix} bindir = ${exec_prefix}/bin libdir = ${exec_prefix}/lib sysconfdir = ${prefix}/etc pythonlibdir = ${libdir}/python templatedir = ${pythonlibdir}/nav/web/templates webroot = ${prefix}/apache/webroot templates = editdbTemplate.py files = editdb.py editdbSQL.py editTables.py initBox.py .htaccess conffiles = editdb.conf .PHONY: all install install-lib install-bin install-web clean distclean install-conf all: $(templates) $(templates): %.py: %.tmpl $(CHEETAH) compile $< install: install-lib install-web install-conf install-lib: $(templates) for file in $(templates); do \ $(INSTALL) -v -D -m 644 $$file $(DESTDIR)$(templatedir)/$$file || exit 1; \ done install-web: for file in $(files); do \ $(INSTALL) -v -D -m 644 $$file $(DESTDIR)$(webroot)/editdb/$$file || exit 1; \ done install-conf: @for file in $(conffiles); do \ target=$(DESTDIR)$(sysconfdir)/$$file; \ if [ -f "$$target" ]; then \ echo Skipping installation of config file $$file; \ else \ $(INSTALL) -v -D -m 644 $$file $$target || exit 1; \ fi; \ done clean: rm -f *~ rm -f $(templates) distclean: clean rm -f Makefile -------------------------------------------------------------------------------------------------- -----Opprinnelig melding----- Fra: nav-users-bounces@mailhost.itea.ntnu.no [mailto:nav-users-bounces@mailhost.itea.ntnu.no] P? vegne av Steinar Otto Sj?holt Sendt: 23. juli 2004 13:10 Til: nav-users@itea.ntnu.no Emne: [Nav-users] Mangler editdb.conf Hei! Har akkurat f?tt opp beta 7 her. Vel, webgrensesnittet ser i alle fall ut til ? funke... nesten.... F?r en feil: Mod_python error: "PythonHandler editdb" Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/local/nav/apache/webroot/editdb/editdb.py", line 122, in handler readConfig() File "/usr/local/nav/apache/webroot/editdb/editdb.py", line 155, in readConfig config = nav.config.readConfig(CONFIGFILE) File "/usr/lib/python2.3/nav/config.py", line 37, in readConfig file = open(filename, 'r') IOError: [Errno 2] No such file or directory: '/usr/local/nav/etc/editdb.conf' Mvh Steinar Otto Sj?holt Avd. ing - IT H?gskolen i ?lesund _______________________________________________ Nav-users mailing list Nav-users@mailman.itea.ntnu.no http://mailman.itea.ntnu.no/mailman/listinfo/nav-users