Użytkownik enrico secco napisał:

> If I wont "include referenced interfaces" in my distribution how can I do?
> The
> "includes": ["pymssql","_mssql"]
> in the setup.py in evidently not sufficient.
> Enrico Secco


I think that your problem is that Dabo detects all connection files
placed in different locations, e.g. in "db", "data", "%USERPROFILE%/Dabo/data", 
etc.
Just try to find all .cnxml files and use the correct one (remove redundant).
Or if you have mySQL driver installed, add MySQLdb package to your distribution:
options = {
        "py2exe": {
                "packages": ["MySQLdb"]
        }
}

-- 
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4def7b32.9040...@rz.onet.pl

Reply via email to