[Zope] Where Is This I/O Error?

Max M maxmcorp@worldonline.dk
Wed, 2 Jan 2002 00:23:20 +0100


Probably you are startibg zope without a terminal to output messages to?

Then you could just start Zope with "nohup".

regards Max M


Max M. W. Rasmussen,    Denmark.   New Media Director
private: maxmcorp@worldonline.dk work: maxm@normik.dk
-----------------------------------------------------
Shipping software is an unnatural act

> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Ben
> Ocean
> Sent: Tuesday, January 01, 2002 10:46 PM
> To: zope@zope.org
> Subject: [Zope] Where Is This I/O Error?
>
>
> Hi;
> I've got this traceback from a failed import of a product:
>
> Traceback (most recent call last):
>    File
> "/home/httpd/ZopeInstallation/Zope_software_home/lib/python/OFS/Ap
> plication.py",
> line 563, in import_product
>      product=__import__(pname, global_dict, global_dict, silly)
>    File
> "/home/httpd/ZopeInstallation/OtherProducts/SQLSession/__init__.py", line
> 5, in ?
>      import SQLSession
>    File
> "/home/httpd/ZopeInstallation/OtherProducts/SQLSession/SQLSession.
> py", line
> 21, in ?
>      import Globals, App.Undo, socket, regex
>    File "/usr/local/lib/python2.1/warnings.py", line 39, in warn
>      warn_explicit(message, category, filename, lineno, module, registry)
>    File "/usr/local/lib/python2.1/warnings.py", line 92, in warn_explicit
>      showwarning(message, category, filename, lineno)
>    File "/usr/local/lib/python2.1/warnings.py", line 98, in showwarning
>      file.write(formatwarning(message, category, filename, lineno))
> IOError: [Errno 5] Input/output error
>
> Where's the error? What do I do?
> TIA,
> BenO
>
>
>
> _______________________________________________
> 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 )
>