On 10/01/2010 07:48 AM, Jeff Johnson wrote: > On 10/01/2010 07:13 AM, Jeff Johnson wrote: > >> I'm so close I can taste it! I get the following traceback when running >> the exe: >> >> 2010-10-01 07:07:44 - ERROR - >> No translation file found for domain 'dabo'. >> Locale dir = C:\PYTHON~1\jp\soc\dist\library.zip\dabo\locale >> Languages = ['en_US'] >> Codeset = cp1252 >> 2010-10-01 07:07:56 - ERROR - Could not bind to 'socsets.ssurl' >> Reason: 'NoneType' object has no attribute 'ssurl' >> >> I was able to troubleshoot everything else, but I am stumped on this one. >> >> >> > Ok. socsets.ssurl is a table in my sqlite database. The database is in > the same folder as the .exe and running the exe does not recognize the > database. It works fine from the .py file. > > > Jeff > > ------------------- > > Jeff Johnson > [email protected] > > >
I took data_files out of my setup.py and put the cnxml and the cdxml in the exe folder and it brings up the form but I am still having that binding problem. When running the .py the form opens up with the fields populated. When running the .exe the fields are not populated and the events on the form do not work. Jeff ------------------- Jeff Johnson [email protected] _______________________________________________ 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]
