... but in my .cnxml there are only the MsSQL and the PostgreSQL connections 
definition.
There is nothing redundant.
"""
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<connectiondefs xmlns="http://www.dabodev.com";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.dabodev.com conn.xsd"
xsi:noNamespaceSchemaLocation = "http://dabodev.com/schema/conn.xsd";>

    <connection dbtype="PostgreSQL">
        <name>PostgreSQL-default</name>
        <host>10.0.0.30</host>
        <database>costo</database>
        <user>postgres</user>
        <password>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</password>
        <port>5432</port>
    </connection>

    <connection dbtype="MsSQL">
        <name>InazTest</name>
        <host>192.168.0.97</host>
        <database>TestPaghenet</database>
        <user>paghero</user>
        <password>yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy</password>
        <port>1433</port>
    </connection>


</connectiondefs>
"""
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
                                          

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
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/dub108-w3162c613f9066d7639b5a7aa...@phx.gbl

Reply via email to