On Nov 28, 2006, at 5:39 PM, Steve Rose wrote:
> Last message:
> File "C:\Python24\lib\gettext.py", line 217, in ugettext
> return unicode(message)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in
> position 2:
> ordinal not in range(128)
> Script terminated.
This indicates an issue with non-ASCII text. What was the table(s)
from webtest that you created the app on? Also, are you running in an
English environment, or with some other language set as the default?
The best way to get debugging information is to run from a command
prompt (cmd.exe). Navigate to the directory containing the main
program for your app, and type 'python webtest.py'. At least then
when the app crashes, the traceback will be preserved. And feel free
to paste the entire traceback - at least then I might get a clue as
to the part of the app generating the problem.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users