|
From: Damon B. <da...@hd...> - 2003-03-06 15:29:40
|
That's stumping me, too. I looked over Luca's patch, and I can't find the misspelled 'skinns' that you show in your error message. (I've reattached the file to this e-mail for your comparison.) I also deinstalled NuxDocument, and then reinstalled it again according to the instructions I originally posted, and I didn't get any errors, and the product functions normally. Perhaps you are running patch from within the NuxDocument product directory? Your working directory must be the lib/python/Products directory of your Zope installation (unless you wish to edit the patchfile extensively), one level above NuxDocument's directory itself. --Damon On Thu, 2003-03-06 at 04:15, Gerhard Venter wrote: > I get the message below when trying to apply Luca's patch. I have no > idea why I should want to "strip lines" (or how many), and I don't think > that this is the solution. > (I saw and corrected the 'skinns' spelling mistake in the diff file) > Any ideas would be welcome. > > Gerhard > > > File to patch: > www:/opt/zope/lib/python/Products/NuxDocument # patch < NuxDocument.diff > patching file CMFNuxDocument.py > patching file NuxDocument.py > can't find file to patch at input line 63 > Perhaps you should have used the -p or --strip option? > The text leading up to this was: > -------------------------- > |diff --unified --exclude=*.pyc --exclude=*~ --recursive > NuxDocument.orig/skins/zpt_NuxDocument/NuxDocument_edit.py > NuxDocument/skinns/zpt_NuxDocument/NuxDocument_edit.py > |--- NuxDocument.orig/skins/zpt_NuxDocument/NuxDocument_edit.py Mon Dec > 2 15:33:37 2002 > |+++ NuxDocument/skins/zpt_NuxDocument/NuxDocument_edit.py Fri Jan > 10 15:40:55 2003 > -------------------------- > File to patch: |