Hola! estoy intentando crear un nuevo instalador desde el código fuente para realizar pruebas sobre el servicio de consultas al padron a5.
Cuando creo el instalador para windows lo hace bien sin mostrar ningún error pero al intentar instalarlo al momento de registrar los .exe falla.
Intente instalando el módulo six mediante pip y hace lo mismo.
Dejo copia del log.
Traceback (most recent call last):
File "boot_com_servers.py", line 44, in <module>
File "ws_sr_padron.pyc", line 30, in <module>
File "utils.pyc", line 41, in <module>
File "pkg_resources\__init__.pyc", line 55, in <module>
platform strings, this function should be extended accordingly.
File "pkg_resources\extern\__init__.pyc", line 61, in load_module
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
Traceback (most recent call last):
File "boot_com_servers.py", line 44, in <module>
File "ws_sr_padron.pyc", line 30, in <module>
File "utils.pyc", line 41, in <module>
File "pkg_resources\__init__.pyc", line 55, in <module>
platform strings, this function should be extended accordingly.
File "pkg_resources\extern\__init__.pyc", line 61, in load_module
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
Desde ya Traceback (most recent call last):
File "boot_com_servers.py", line 44, in <module>
File "ws_sr_padron.pyc", line 30, in <module>
File "utils.pyc", line 41, in <module>
File "pkg_resources\__init__.pyc", line 55, in <module>
platform strings, this function should be extended accordingly.
File "pkg_resources\extern\__init__.pyc", line 61, in load_module
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
Traceback (most recent call last):
File "boot_com_servers.py", line 44, in <module>
File "ws_sr_padron.pyc", line 30, in <module>
File "utils.pyc", line 41, in <module>
File "pkg_resources\__init__.pyc", line 55, in <module>
platform strings, this function should be extended accordingly.
File "pkg_resources\extern\__init__.pyc", line 61, in load_module
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
Alguna idea de donde puede estar el problema?
Desde ya muchas gracias!
Sds.
Sebastián