[pyar] consulta wsfev1!

Mariano Reingart reingart en gmail.com
Sab Mar 19 21:30:01 ART 2011


Tenes una versión vieja de httplib2 que no soporta timeouts.
Removele el timeout=60

No se porque no te deja importar pysimplesoap (lo esta esperando en la
carpeta pysimplesoap, archivo client.py)
Igual pysimplesoap podes instalarlo con
python setup.py install

Más info en:
http://code.google.com/p/pysimplesoap/wiki/Installation


Sds

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com



2011/3/19 matias matias <matias371 en gmail.com>:
>
> hola mariano! -
>
> gracias por responderme!, tengo un problema y es que no puedo cargar el
> modulo pysimplesoap.client me tira el siguiente error:
>
> Fetching url https://wswhomo.afip.gov.ar/wsfev1/service.asmx?WSDL using
> urllib2
> Writing file /home/buanzo/test/cache/273d9007b7636f93fada0091c091a5d3.xml
> Traceback (most recent call last):
>   File "wsfev1.py", line 970, in <module>
>     main()
>   File "wsfev1.py", line 813, in main
>     wsfev1.Conectar()
>   File "wsfev1.py", line 61, in capturar_errores_wrapper
>     return func(self, *args, **kwargs)
>   File "wsfev1.py", line 192, in Conectar
>     trace = "--trace" in sys.argv)
>   File "/home/buanzo/test/client.py", line 77, in __init__
>     self.http = Http(timeout=60)
> TypeError: __init__() got an unexpected keyword argument 'timeout'
>
> eso modificando la fuente!
>
> sin modificar!
>
> Traceback (most recent call last):
>   File "wsfev1.py", line 29, in <module>
>     from pysimplesoap.client import SimpleXMLElement, SoapClient, SoapFault,
> parse_proxy
> ImportError: No module named client
>
> no se porque no puedo cargar el modulo!
>
> uso bash!!
>
> recibo opiniones!! gracias saludos!!
>
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>



More information about the pyar mailing list