On Apr 18, 2013, at 7:17 PM, Sabarish Sridhar <[email protected]> wrote:

> "D:\Python\lib\site-packages\dabo-0.9.9-py2.7.egg\dabo\ui\dialogs\Wizard.py",
> line 140, in _finish
>    ok = pg.onLeavePage("forward")
>  File "AppWizard.py", line 559, in onLeavePage
>    if not self.Form.createApp():
>  File "AppWizard.py", line 708, in createApp
>    f.write(self.getBizobj(td, table))
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xb5' in position 
> 3699: ordinal not in range(128)
> 
> What do I do in order to get it to work?

        It looks to me as if there is something in the app or table name that 
is not being properly encoded into unicode. Are there any non-ASCII characters 
in either the name of the table, or any of its fields?

        There have been some places where we have not handled non-ASCII 
characters very well, so I appreciate you reporting this problem.


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to