diff --git a/src/gajim.py b/src/gajim.py
index 48aba65d707c55e229bc40761d38769505ded0e6..31e2deab2887b470f3a3c4aa493b13914f326476 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -72,6 +72,7 @@ except exceptions.PysqliteNotAvailable, e:
 if os.name == 'nt':
 	try:
 		import winsound # windows-only built-in module for playing wav
+		import win32api # do NOT remove. we req this module
 	except:
 		pritext = _('Gajim needs pywin32 to run')
 		sectext = _('Please make sure that Pywin32 is installed on your system. You can get it at %s') % 'http://sourceforge.net/project/showfiles.php?group_id=78018'