On Fri, Feb 20, 2009 at 6:14 PM, Jose de Paula Eufrasio Junior
<[email protected]> wrote:
> Hello. I used stoq setup.py as example to make my own setup.py. It
> works great except that my locales are not being added to the source
> dist (or any dist, to be exact). The resources dict is the same, my
> dir structure is also the same (locale/pt_BR/LC_MESSAGES/) but it does
> not work. Any idea?

To be honest, I need serious help packaging the app. I am getting
add_resource errors when trying to run it from a py2exe executable.
Even removing my add_resources is not helping, apparently the error
occurs when kiwi.environ.Application is imported:

Traceback (most recent call last):
  File "crisk.py", line 21, in <module>
  File "crisk\__init__.pyc", line 26, in <module>
  File "kiwi\__init__.pyc", line 73, in <module>
  File "kiwi\environ.pyc", line 323, in add_global_resource
  File "kiwi\environ.pyc", line 97, in add_resource
EnvironmentError: path X:\dev\Workspace\Crisk\dist\glade must be a directory

I would love to see some examples... :)

-- 
José de Paula Eufrásio Júnior (coredump)
MCSO, GRC Professional
http://core.eti.br
_______________________________________________
Kiwi mailing list
[email protected]
http://www.async.com.br/mailman/listinfo/kiwi

Reply via email to