Użytkownik enrico secco napisał:
>
> Hi,
> I did develop an allpication with DABO and now I'm tryng to create the 
> distribution.
> The application run very well in the develop machine, using at the same time 
> two databases, MsSQL and PostgreSQL.
> My installation on the develop machine is:
> Platform: Win
> Python Version: 2.5.4 on win32
> Dabo Version: Version 0.9.3; Revision ~6449
> UI Version: 2.8.10.1 on wxMSW
> When I run my .exe, directly from the dist directory in the develop pc, the 
> application exit with error and the log is
> """
> 2011-06-08 14:00:24 - ERROR - You do not have the database module for MsSQL 
> installed
> C:\temp\dabo-odbc\prova\costo\dist\costo.exe\dabo\lib\SimpleCrypt.py:52: 
> UserWarning: WARNING: SimpleCrypt is not secure. Please see 
> http://wiki.dabodev.com/SimpleCrypt for more information
> Traceback (most recent call last):
>    File "costo.py", line 38, in<module>
>    File "dabo\dApp.pyo", line 1007, in getConnectionByName
>    File "dabo\db\dConnection.pyo", line 32, in __init__
>    File "dabo\db\dConnection.pyo", line 79, in _openConnection
> AttributeError: 'NoneType' object has no attribute 'KeepAliveInterval'
> """
> I tryed to add some info in the setup.py file like:
> "includes": ["pymssql","_mssql"]
> but the result is the same.
> I searched in the mailing list but nothig.
> Have somebody an idea?
> Thanks for help!


Hi.

If you don't intend to use backends other than MsSQL and PostgreSQL,
you could manually edit your .cnxml file and remove redundant
backend connection definitions.
Otherwise you must include referenced interfaces in your distribution.

-- 
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/4def6d7f.3040...@rz.onet.pl

Reply via email to