Gente, luego de instalar todo lo necesario para analizar y generar las librerias en HOMO, al hacer python setup.py py2exe, surgieron los siguientes errores que "pude corregir"
1) No encontraba ssleay32.dll, la bajé de la Web, la copie en C:\Python27\Lib\site-packages\M2Crypto y lo volví a compilar y saltó esto nuevo error
2) No encontraba libeay32.dll, la bajé de la Web, la copia en C:\Python27\Lib\site-packages\M2Crypto y lo volví a compilar y saltó esto nuevo error
3) No encontraba logo.png, hice un PNG y lo copie en c:\pyafipws-master\plantillas y lo volví a compilar y al final aparece esto que señala los módulos que no están presentes...
The following modules appear to be missing
['Carbon', 'Carbon.Files', 'ICCProfile', '_imaging_gif', '_imagingagg', '_pybsddb', '_scproxy', '_sysconfigdata', 'bsddb3.dbutils', 'ca_certs_locater', 'dbf', 'email.FeedParser', 'email.Message', 'email.Utils', 'formato_txt', 'google.appengine.api', 'google.appengine.api.urlfetch', 'google3.apphosting.api', 'google3.apphosting.api.urlfetch', 'hexdump', 'html.parser', 'pycurl', 'simplejson', 'socks', 'urllib.request', 'win32com.shell', 'win32com.shell.shell']
*** binary dependencies ***
Your executable(s) also depend on these dlls which are not included,
you may or may not need to distribute them.
Make sure you have the license if you distribute any of them, and
make sure you don't distribute files belonging to the operating system.
OLEAUT32.dll - C:\WINDOWS\system32\OLEAUT32.dll
USER32.dll - C:\WINDOWS\system32\USER32.dll
SHELL32.dll - C:\WINDOWS\system32\SHELL32.dll
ole32.dll - C:\WINDOWS\system32\ole32.dll
ADVAPI32.dll - C:\WINDOWS\system32\ADVAPI32.dll
WS2_32.dll - C:\WINDOWS\system32\WS2_32.dll
GDI32.dll - C:\WINDOWS\system32\GDI32.dll
VERSION.dll - C:\WINDOWS\system32\VERSION.dll
KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
*** creating the nsis script***
*** compiling the nsis script***
Y en el MakeNSISW, en el log aparece:
StrCmp "$0" "Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022" equal=vcredist_ok, nonequal=vcredist_install
File: "vcredist_x86.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "C:\pyafipws-master\base.nsi" on line 69 -- aborting creation process
Adjunto el base.nsi
MIS CONSULTAS:
¿Esta bien lo de los módulos que no esncuentra (['Carbon', 'Carbon.Files', 'ICCProfile', '_imaging_gif', '_imagingagg',
'_pybsddb', '_scproxy', '_sysconfigdata', 'bsddb3.dbutils',
'ca_certs_locater', 'dbf', 'email.FeedParser', 'email.Message',
'email.Utils', 'formato_txt', 'google.appengine.api',
'google.appengine.api.urlfetch', 'google3.apphosting.api',
'google3.apphosting.api.urlfetch', 'hexdump', 'html.parser', 'pycurl',
'simplejson', 'socks', 'urllib.request', 'win32com.shell',
'win32com.shell.shell'])?
Como soluciono el problema del MakeNSISW???
Yo sólo voy a usar el módulo WSAA y el WSFEv1, ¿cómo hago para generar los instaladores de esos dos webservice?
Desde ya muchas gracias.
Saludos.,
Mauricio.