I just had some programs quarantined for SONAR.TCP!gen4. Anyone else seeing 
this? I just brought a bunch of modules to the current release levels:

\Python34\python.exe -m pip list
autopep8 (1.2.1)
base36 (0.1.1)
cx-Freeze (4.3.4)
cx-Oracle (5.2)
et-xmlfile (1.0.1)
jdcal (1.2)
openpyxl (2.3.3)
pep8 (1.7.0)
pip (8.0.2)
pycallgraph (1.0.1)
PyInstaller (3.1)
pyodbc (3.0.10)
pywin32 (219)
setuptools (19.6)
virtualenv (13.1.0)
XlsxWriter (0.6.4)

I rebuilt the modules but I guess the next scan will spirit them away too.

I'm building with this spec file (three of them, all the same but for the 
script names).
# -*- mode: python -*-

block_cipher = None


a = Analysis(['DBAliasDBSize.py'],
             
pathex=['C:\\Users\\xeaa2ll\\Documents\\code\\ILMG\\python\\unitcost'],
             binaries=None,
             datas=None,
             hiddenimports=[],
             hookspath=[],
             runtime_hooks=[],
             excludes=[],
             win_no_prefer_redirects=False,
             win_private_assemblies=False,
             cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
             cipher=block_cipher)
exe = EXE(pyz,
          a.scripts,
          a.binaries,
          a.zipfiles,
          a.datas,
          name='DBAliasDBSize',
          debug=False,
          strip=False,
          upx=True,
          console=True )

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to