Hi everyone, I'm trying to get Casey's External Editor product to work, but I'm having trouble. I've configured the browser and clicking the icon opens the file just fine, but when I save the file and exit the editor the content never gets updated on the Web. One other thing I notice is that when zopeedit.py starts up, I get a quick flash of a window that pops up and disappears in a split second. I have no idea if that window is presenting an error message or what it is. I'm running Zope 2.6.0 on Debian and my workstation is SuSE 8.1 with Mozilla. Any suggestions? -Tim -- Tim Wilson Twin Cities, Minnesota, USA Science teacher, Linux fan, Zope developer, Grad. student, Daddy mailto:wilson@visi.com | http://qwerk.org/ | public key: 0x8C0F8813
On Friday 13 December 2002 19:07, Tim Wilson wrote:
Any suggestions?
Yes. 1. Tkinter is not installed 2. Your editor is probably doing detach a file. -- Regards, Bogdan 1 + 1 = 3 -- from a Microsoft advertisement
On Friday 13 December 2002 11:22, Bo M. Maryniuck wrote:
1. Tkinter is not installed
Oops. This is a new install of SuSE and I assumed that it had installed Tkinter by default. Fixed now.
2. Your editor is probably doing detach a file.
I don't think that's the problem since I was following the examples in the ExternalEdit docs. I think I've discovered a larger problem that has been giving me trouble in another context. Upon saving the exiting my editor (called from ExternalEditor), I get the following error: Could not save to Zope. Error occurred during HTTP put: 110 Connection timed out I'm using the standard .zope-external-edit settings except that I set use_locks to false. I've recently been experimenting with using Dreamweaver to edit Zope content. So far, I've been unable to put any files into Zope using DW. I get the following error: An ftp error occurred: Cannot put index.htm. 426 Error creating file Trying to put a file via WebDAV produces: The desired action could not be completed because it was not allowed by the server. After clicking OK, the following error appeared: An error occurred - Cannot put index.htm I get nearly identical errors when attempted to put files using a regular ftp client. Here's the weird part, I can put images just fine! It's text files that cause the problem. I'm authenticated as Manager for all these operations, and I've checked to make sure that the Manager role has all permissions. I'm at a loss and I'm hoping that others might have a suggestion about how to proceed. -Tim -- Tim Wilson Twin Cities, Minnesota, USA Science teacher, Linux fan, Zope developer, Grad. student, Daddy mailto:wilson@visi.com | http://qwerk.org/ | public key: 0x8C0F8813
participants (2)
-
Bo M. Maryniuck -
Tim Wilson