On Tue, Jul 1, 2008 at 1:45 PM, Paul McNett <[EMAIL PROTECTED]> wrote:

>
> The localization files need to be findable from your compiled
> application's home directory. You'll run into a similar situation with
> dabo's icons. Run the app wizard, and see the setup.py generated for
> you. Note the locale stuff in there. Pull what you need and put into
> your setup.py file.
>
> You'll get a dabo.locale which dabo knows how to look for.
>

Thanks Paul for that  advice.  I actually started with the setup.py
generated by the wizard and tried to insert my own code.  I did this because
I wasn't sure what parts I needed to pull for things to work for me.  Now
I'm getting this in the log:

Traceback (most recent call last):
  File "dabo\ui\__init__.pyo", line 44, in loadUI
  File "<string>", line 1, in <module>
  File "dabo\ui\uiwx\__init__.pyo", line 65, in <module>
  File "dabo\ui\uiwx\dSizerMixin.pyo", line 9, in <module>
  File "dabo\ui\uiwx\dSizerMixin.pyo", line 82, in dSizerMixin
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
Traceback (most recent call last):
  File "DecisionEntry.pyw", line 22, in <module>
  File "DecisionEntry.pyw", line 15, in main
  File "dabo\dApp.pyo", line 325, in start
AttributeError: 'dApp' object has no attribute 'uiApp'


Sorry to burden you with more of my debugging, but I have no idea where to
start with this.

Thanks again for your help,
Mike


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://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