From: Michael K. <mic...@ya...> - 2015-04-02 21:39:57
|
My distribution as built by py2exe includes the file win32com.shell.shell.pyd, which appears to be a py2exe-ification of C:\Python27\Lib\site-packages\win32comext\shell\shell.pyd (same file contents). Webroot security software is telling a this user that the file is carrying a trojan, and deletes the file, breaking the app. I haven't heard of this problem from any other user, and we have thousands of installs. I imagine that shell.pyd has references to lots of system calls that look potentially dangerous and maybe that's why it's getting flagged? Has anyone else run into this? |