Hi, I'm trying to make a gtalk client using python xmpp module. I used 
PyQt4 for the GUI and used threads to run the xmpp connection. The app 
is connecting to the server and working fine.
<br>But now I need to package it together for distribution. I tried 
pyinstaller, and the files were packaged without any error. But when I 
run the app from the packaged file, it returns an error 
<br>"<i>An error occurred while looking up _xmpp-client._<a href="http://tcp.gmail.com">tcp.gmail.com</a></i>" 
<br>and is unable to connect to gtalk server anymore.
<br><br>Is this because dnspython module may not be included in the 
package created by pyinstaller? What can I do to get this right and 
working?
<br clear="all"><br>-- <br><b style="color: rgb(102, 102, 102);">Read my blog:</b> <a href="http://eternalthinker.blogspot.com/" target="_blank">http://eternalthinker.blogspot.com/</a><br><a href="http://eternalthinker.blogspot.com/" target="_blank"><img src="http://lh5.ggpht.com/_AvVHNjHBeRA/TDniuASnoSI/AAAAAAAAAkw/R1fF8h1AtLk/Eternal%20Thinker.png" height="53" width="292"></a><br>
<br><b style="color: rgb(102, 102, 102);">Read my COMICS: </b><a href="http://etonfire.blogspot.com" target="_blank">http://etonfire.blogspot.com</a> <br><a href="http://etonfire.blogspot.com%20" target="_blank"><img src="http://lh4.ggpht.com/_AvVHNjHBeRA/TDniuUeprJI/AAAAAAAAAk0/I7LNJ6FIJEk/et%20on%20Fire.png" height="40" width="295"></a><br>
<br>