> 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
The strange thing is, before I used kiwi.environ.environ.add_resource directly, and it worked ok. I switched to use kiwi.environ.Application (so I can use the translate features) and now I get this error... I am using py2exe 0.6.9 -- 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
