Re: [python-win32] py2exe win32wnet - ImportError

2011-06-10 Thread Steffen Frömer
Hello, i found out. that all works fine, if i change py2exe-option 'bundle_files' from 1 to 3. Someone know, where the problem is? Regards, Steffen setup( package_dir = { : src}, packages = packages, options={ py2exe : { includes : includes,

[python-win32] py2exe win32wnet - ImportError

2011-06-09 Thread Steffen Frömer
Hello, i am having some trouble to include win32wnet library into my code. Using this inside python, all works fine. When i make executable using py2exe, i get ImportError on importing the module win32wnet. Have someone an idea? Regards, Steffen System: Windows7 Professional x86_64 Python