<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all<br>
    <br>
    I recently ported PyQt4 to OS/2 (yes it's still alive :) ). When I
    did so I had to shorten the names of some pyd, as a dll on OS/2 must
    be in 8.3 format.<br>
    Of course I also ported SIP in advance to get all build nicely.<br>
    <br>
    But now I have one issue, which I don't know how to solve.<br>
    <br>
    When a app uses as example:<br>
    from PyQt4 import QtNetwork<br>
    <br>
    this does not work, as my pyd is called QtNet.pyd.<br>
    So if I change the above import it runs.<br>
    <br>
    My question is, is there a way to work this around? As changing the
    apps using PyQt4 looks like a wrong way to me.<br>
    <br>
    regards and many thanks for an answer<br>
    Silvan<br>
    <br>
    <div class="moz-signature">-- <br>
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td><i><font face="Arial">
                  Silvan Scherrer<br>
                  AROA Informatik AG<br>
                  Tel. +41 71 243 55 77<br>
                  Fax +41 71 243 55 70<br>
                  <a href="http://www.aroa.ch">www.aroa.ch</a>
                </font></i></td>
            <td> </td>
            <td><img src="cid:part2.05010201.00000906@aroa.ch"
                width="150"></td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>