[pyar] Impresora Fiscal

Mariano Reingart reingart en gmail.com
Vie Jul 22 12:29:47 ART 2011


2011/7/22 Daniel <dmlistapython en gmail.com>:
> El día 22 de julio de 2011 11:56, Mariano Reingart
> <reingart en gmail.com> escribió:
>> 2011/7/22 Daniel <dmlistapython en gmail.com>:
>>> Hola Gente:
>>>  ¿alguien implementó impresión fiscal con python?
>>>
>>> Estoy intentando implementar http://code.google.com/p/pyfiscalprinter/
>>> Pero no logro hacerlo andar.
>>>
>>
>> Si bien es un poco rebuscado, doy fe que funciona, cual es el problema?
>
>>~/pyfiscalprinter-read-only> python ejemplo.py
>
> Traceback (most recent call last):
>  File "ejemplo.py", line 2, in <module>
>    from epsonFiscal import EpsonPrinter
>  File "/home/daniel/pyfiscalprinter-read-only/epsonFiscal.py", line
> 4, in <module>
>    from fiscalGeneric import PrinterInterface, PrinterException
> ImportError: cannot import name PrinterException
>

Mmm, la clase PrinterExcepcion y demas deberian estar en
fiscalGeneric, podes borrarla del import porque no se usa:

from fiscalGeneric import PrinterInterface

Sds

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



More information about the pyar mailing list