Jose Soares <[EMAIL PROTECTED]> writes:
Hi all,
tg gives me an error that I never saw before. here the traceback:
Any ideas?
Both looks to me like there was a problem writing to some file, not anything
inside TG...
===First Error===
(...)
File "/usr/lib/python2.4/site-packages/sqlalchemy/util.py", line 100, in write
self.logger.write(string.join([s for s in (timestamp, threadname, origin) if s is not None]) +
": " + msg + "\n")
IOError: [Errno 5] Input/output error
An I/O error...
===Second Error===
(...)
File "traceback.py", line 13, in _print
file.write(str+terminator)
IOError: [Errno 5] Input/output error
Another I/O error.
Are you with a disk full? Have you gone overquota?
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---