Ok, again, curious issue on my end.<br><br>It turns out these requests *were* working, just really really slowly...like 60 seconds for a simple GET.  I&#39;m inside a different network today, so I turned off my wireless, retried this and the reqeusts to localhost performed as expected.<br>
<br>BZ<br><br><div class="gmail_quote">On Tue, Aug 18, 2009 at 12:16 PM, Brian Zambrano <span dir="ltr">&lt;<a href="mailto:brianz@gmail.com">brianz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is a curious issue....I have two Macs, both of which I&#39;ve upgradef from PyQt 4.5.1 to 4.5.4.  Running my application on my MacMini was just fine this morning.  Just now, I fired up the exact same code on the MacBook Pro for the first time after the PyQt update and the QtNetwork calls seem to have just died.<br>

<br>The behavior that I&#39;m seeing is the QNetworkReply get request isn&#39;t firing at all.  I&#39;m connecting to localhost, and I can see that no request is being made.  The spot this is occuring is here:<br><br>            mgr = QNetworkAccessManager(self.__parent)<br>

            mgr.connect(mgr, SIGNAL(&#39;finished(QNetworkReply*)&#39;),<br>                    self.auth_request_finished)<br>            qurl = QUrl(&#39;<a href="http://localhost:8000/authenticate/" target="_blank">http://localhost:8000/authenticate/</a>&#39;)<br>

            qurl.addQueryItem(&#39;username&#39;, user)<br>            qurl.addQueryItem(&#39;passwd&#39;, passwd)<br>            mgr.get(QNetworkRequest(qurl))<br><br>It gets through this code block just fine, but the GET request isn&#39;t being made.  Any insights or hot spots I can dig in to?<br>
<font color="#888888">
<br>BZ<br>
</font></blockquote></div><br>