. , pyside QtWebKit, dev , , py2exe .
setup.py PySide.QtNetwork:
...
setup(
...
options = {
'py2exe': {
...
'includes': ['PySide.QtNetwork'],
...
}
}
...
DLL openSSL:
go win32openssl ( )
libeay32.dll ssleay32.dll setup.py :
...
setup(data_files=[('', ['libeay32.dll','ssleay32.dll'])],
...
, , :
, :
...
setup(data_files=[("imageformats", glob(r'C:\Python27\Lib\site-packages\PySide\plugins\*.*')),('', ['libeay32.dll','ssleay32.dll'])],
...