cannot upload files on Win32 Zope
Hello, I recently installed Zope 2.5.1 on Windows NT 4, running as a service. I discovered that any time I try to upload a file through the ZMI, I get an error: Error Type: IOError Error Value: [Errno 2] No such file or directory: '\\TEMP\\~278-10' I don't have this problem on my Unix installations of Zope nor on a Windows 98 installation. Ideas? Thanks, Rob __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
Please ignore previous post. Zope is on a non-C partition that did not have a temp directory, creating the temp directory fixed problem. oops. Rob --- Rob Boyd <zopequest@yahoo.com> wrote:
Hello, I recently installed Zope 2.5.1 on Windows NT 4, running as a service. I discovered that any time I try to upload a file through the ZMI, I get an error: Error Type: IOError Error Value: [Errno 2] No such file or directory: '\\TEMP\\~278-10'
I don't have this problem on my Unix installations of Zope nor on a Windows 98 installation. Ideas?
Thanks, Rob
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
It looks as if there is a environment variable that needs setting. Try: set temp=c:\temp then create the temp directory on c: To test, restart zope from within the command window in which you set the temp variable. If this works, you'll want to modify the environment variables in the system settings to make this persist. Hope this helps. Kevin -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Rob Boyd Sent: Monday, December 30, 2002 11:19 AM To: zope@zope.org Subject: [Zope] cannot upload files on Win32 Zope Hello, I recently installed Zope 2.5.1 on Windows NT 4, running as a service. I discovered that any time I try to upload a file through the ZMI, I get an error: Error Type: IOError Error Value: [Errno 2] No such file or directory: '\\TEMP\\~278-10' I don't have this problem on my Unix installations of Zope nor on a Windows 98 installation. Ideas? Thanks, Rob __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Kevin Carlson -
Rob Boyd