D33wakar 36 Posting Whiz in Training

I used py2exe to make an executable,works fine.But even for a simple app I've got 18 other files(.pyd and dlls includinf pythonxy.dll) in the dist folder.
I've heard that these files can be compressed into the executable using Gui2exe.
I have Gui2exe installed already but haven't quite used it due to a problem.
The problem is - in "gui"window of gui2exe the locations for python modules does not accept the given modules separated by commas
i.e.(tkinter,zipfile,fnmatch...)
Am i really a moron or what?!