Stoq no Mageia!

Espaço reservado para desenvolvimento de empacotamento de softwares Mageia no Brasil.

Re: Stoq no Mageia!

Mensagempor macxi » Qua Mai 20, 2015 2:39 pm

Pessoal,
Ontem eu baixei os três pacotes fontes:


Segui a dica do Thiago Bellini Ribeiro e da Wiki Stoq para instalar os três e tentar rodar o Stoq na Mageia 4.1 atualizada.

1 - Primeiro verifiquei a lista de dependências e instalei pela CCM - Centro de Contole Mageia, vários os pacotes considerados dependências (ver lista aqui, aqui, aqui ou aqui) .

2 - Depois fui no diretório de cada um e como usuário root dei o comando python setup.py install e instalou muita coisa.

    stoqdriver
        Código: Selecionar todos
        [root@localhost stoqdrivers-0.9.22]# python setup.py install
        running install
        running bdist_egg
        running egg_info
        writing requirements to stoqdrivers.egg-info/requires.txt
        writing stoqdrivers.egg-info/PKG-INFO
        writing top-level names to stoqdrivers.egg-info/top_level.txt
        writing dependency_links to stoqdrivers.egg-info/dependency_links.txt
        Not SVN Repository
        reading manifest file 'stoqdrivers.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        writing manifest file 'stoqdrivers.egg-info/SOURCES.txt'
        installing library code to build/bdist.linux-x86_64/egg
        running install_lib
        running build_py
        creating build
        creating build/lib
        creating build/lib/stoqdrivers
        copying stoqdrivers/base.py -> build/lib/stoqdrivers
        copying stoqdrivers/__init__.py -> build/lib/stoqdrivers
        copying stoqdrivers/interfaces.py -> build/lib/stoqdrivers
        copying stoqdrivers/translation.py -> build/lib/stoqdrivers
        copying stoqdrivers/configparser.py -> build/lib/stoqdrivers
        copying stoqdrivers/exceptions.py -> build/lib/stoqdrivers
        copying stoqdrivers/constants.py -> build/lib/stoqdrivers
        copying stoqdrivers/escp.py -> build/lib/stoqdrivers
        copying stoqdrivers/serialbase.py -> build/lib/stoqdrivers
        copying stoqdrivers/enum.py -> build/lib/stoqdrivers
        copying stoqdrivers/utils.py -> build/lib/stoqdrivers
        copying stoqdrivers/abicomp.py -> build/lib/stoqdrivers
        creating build/lib/stoqdrivers/printers
        copying stoqdrivers/printers/base.py -> build/lib/stoqdrivers/printers
        copying stoqdrivers/printers/__init__.py -> build/lib/stoqdrivers/printers
        copying stoqdrivers/printers/fiscal.py -> build/lib/stoqdrivers/printers
        copying stoqdrivers/printers/cheque.py -> build/lib/stoqdrivers/printers
        copying stoqdrivers/printers/capabilities.py -> build/lib/stoqdrivers/printers
        creating build/lib/stoqdrivers/printers/fiscnet
        copying stoqdrivers/printers/fiscnet/__init__.py -> build/lib/stoqdrivers/printers/fiscnet
        copying stoqdrivers/printers/fiscnet/FiscNetECF.py -> build/lib/stoqdrivers/printers/fiscnet
        creating build/lib/stoqdrivers/printers/epson
        copying stoqdrivers/printers/epson/__init__.py -> build/lib/stoqdrivers/printers/epson
        copying stoqdrivers/printers/epson/FBIII.py -> build/lib/stoqdrivers/printers/epson
        copying stoqdrivers/printers/epson/FBII.py -> build/lib/stoqdrivers/printers/epson
        creating build/lib/stoqdrivers/printers/elgin
        copying stoqdrivers/printers/elgin/__init__.py -> build/lib/stoqdrivers/printers/elgin
        copying stoqdrivers/printers/elgin/KFiscal.py -> build/lib/stoqdrivers/printers/elgin
        creating build/lib/stoqdrivers/printers/bematech
        copying stoqdrivers/printers/bematech/__init__.py -> build/lib/stoqdrivers/printers/bematech
        copying stoqdrivers/printers/bematech/DP20C.py -> build/lib/stoqdrivers/printers/bematech
        copying stoqdrivers/printers/bematech/MP25.py -> build/lib/stoqdrivers/printers/bematech
        copying stoqdrivers/printers/bematech/MP2100.py -> build/lib/stoqdrivers/printers/bematech
        copying stoqdrivers/printers/bematech/MP20.py -> build/lib/stoqdrivers/printers/bematech
        creating build/lib/stoqdrivers/printers/dataregis
        copying stoqdrivers/printers/dataregis/__init__.py -> build/lib/stoqdrivers/printers/dataregis
        copying stoqdrivers/printers/dataregis/EP375.py -> build/lib/stoqdrivers/printers/dataregis
        copying stoqdrivers/printers/dataregis/Quick.py -> build/lib/stoqdrivers/printers/dataregis
        creating build/lib/stoqdrivers/printers/perto
        copying stoqdrivers/printers/perto/__init__.py -> build/lib/stoqdrivers/printers/perto
        copying stoqdrivers/printers/perto/Pay2023.py -> build/lib/stoqdrivers/printers/perto
        creating build/lib/stoqdrivers/printers/daruma
        copying stoqdrivers/printers/daruma/__init__.py -> build/lib/stoqdrivers/printers/daruma
        copying stoqdrivers/printers/daruma/FS2100.py -> build/lib/stoqdrivers/printers/daruma
        copying stoqdrivers/printers/daruma/FS345.py -> build/lib/stoqdrivers/printers/daruma
        copying stoqdrivers/printers/daruma/FS600MFD.py -> build/lib/stoqdrivers/printers/daruma
        creating build/lib/stoqdrivers/printers/virtual
        copying stoqdrivers/printers/virtual/Simple.py -> build/lib/stoqdrivers/printers/virtual
        copying stoqdrivers/printers/virtual/__init__.py -> build/lib/stoqdrivers/printers/virtual
        creating build/lib/stoqdrivers/readers
        copying stoqdrivers/readers/__init__.py -> build/lib/stoqdrivers/readers
        creating build/lib/stoqdrivers/readers/barcode
        copying stoqdrivers/readers/barcode/base.py -> build/lib/stoqdrivers/readers/barcode
        copying stoqdrivers/readers/barcode/__init__.py -> build/lib/stoqdrivers/readers/barcode
        copying stoqdrivers/readers/barcode/reader.py -> build/lib/stoqdrivers/readers/barcode
        creating build/lib/stoqdrivers/readers/barcode/metrologic
        copying stoqdrivers/readers/barcode/metrologic/__init__.py -> build/lib/stoqdrivers/readers/barcode/metrologic
        copying stoqdrivers/readers/barcode/metrologic/MC630.py -> build/lib/stoqdrivers/readers/barcode/metrologic
        creating build/lib/stoqdrivers/scales
        copying stoqdrivers/scales/base.py -> build/lib/stoqdrivers/scales
        copying stoqdrivers/scales/__init__.py -> build/lib/stoqdrivers/scales
        copying stoqdrivers/scales/scales.py -> build/lib/stoqdrivers/scales
        creating build/lib/stoqdrivers/scales/toledo
        copying stoqdrivers/scales/toledo/PrixIII.py -> build/lib/stoqdrivers/scales/toledo
        copying stoqdrivers/scales/toledo/__init__.py -> build/lib/stoqdrivers/scales/toledo
        creating build/lib/stoqdrivers/devices
        copying stoqdrivers/devices/__init__.py -> build/lib/stoqdrivers/devices
        creating build/bdist.linux-x86_64
        creating build/bdist.linux-x86_64/egg
        creating build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/base.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/interfaces.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/translation.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/configparser.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/exceptions.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/constants.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/escp.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/serialbase.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        copying build/lib/stoqdrivers/enum.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers
        copying build/lib/stoqdrivers/printers/base.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers
        copying build/lib/stoqdrivers/printers/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers
        copying build/lib/stoqdrivers/printers/fiscal.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscnet
        copying build/lib/stoqdrivers/printers/fiscnet/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscnet
        copying build/lib/stoqdrivers/printers/fiscnet/FiscNetECF.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscnet
        copying build/lib/stoqdrivers/printers/cheque.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson
        copying build/lib/stoqdrivers/printers/epson/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson
        copying build/lib/stoqdrivers/printers/epson/FBIII.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson
        copying build/lib/stoqdrivers/printers/epson/FBII.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/elgin
        copying build/lib/stoqdrivers/printers/elgin/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/elgin
        copying build/lib/stoqdrivers/printers/elgin/KFiscal.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/elgin
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        copying build/lib/stoqdrivers/printers/bematech/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        copying build/lib/stoqdrivers/printers/bematech/DP20C.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        copying build/lib/stoqdrivers/printers/bematech/MP25.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        copying build/lib/stoqdrivers/printers/bematech/MP2100.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        copying build/lib/stoqdrivers/printers/bematech/MP20.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis
        copying build/lib/stoqdrivers/printers/dataregis/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis
        copying build/lib/stoqdrivers/printers/dataregis/EP375.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis
        copying build/lib/stoqdrivers/printers/dataregis/Quick.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis
        copying build/lib/stoqdrivers/printers/capabilities.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/perto
        copying build/lib/stoqdrivers/printers/perto/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/perto
        copying build/lib/stoqdrivers/printers/perto/Pay2023.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/perto
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma
        copying build/lib/stoqdrivers/printers/daruma/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma
        copying build/lib/stoqdrivers/printers/daruma/FS2100.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma
        copying build/lib/stoqdrivers/printers/daruma/FS345.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma
        copying build/lib/stoqdrivers/printers/daruma/FS600MFD.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma
        creating build/bdist.linux-x86_64/egg/stoqdrivers/printers/virtual
        copying build/lib/stoqdrivers/printers/virtual/Simple.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/virtual
        copying build/lib/stoqdrivers/printers/virtual/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/printers/virtual
        creating build/bdist.linux-x86_64/egg/stoqdrivers/readers
        copying build/lib/stoqdrivers/readers/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode
        copying build/lib/stoqdrivers/readers/barcode/base.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode
        copying build/lib/stoqdrivers/readers/barcode/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode
        copying build/lib/stoqdrivers/readers/barcode/reader.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode
        creating build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/metrologic
        copying build/lib/stoqdrivers/readers/barcode/metrologic/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/metrologic
        copying build/lib/stoqdrivers/readers/barcode/metrologic/MC630.py -> build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/metrologic
        copying build/lib/stoqdrivers/utils.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/scales
        copying build/lib/stoqdrivers/scales/base.py -> build/bdist.linux-x86_64/egg/stoqdrivers/scales
        copying build/lib/stoqdrivers/scales/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/scales
        creating build/bdist.linux-x86_64/egg/stoqdrivers/scales/toledo
        copying build/lib/stoqdrivers/scales/toledo/PrixIII.py -> build/bdist.linux-x86_64/egg/stoqdrivers/scales/toledo
        copying build/lib/stoqdrivers/scales/toledo/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/scales/toledo
        copying build/lib/stoqdrivers/scales/scales.py -> build/bdist.linux-x86_64/egg/stoqdrivers/scales
        copying build/lib/stoqdrivers/abicomp.py -> build/bdist.linux-x86_64/egg/stoqdrivers
        creating build/bdist.linux-x86_64/egg/stoqdrivers/devices
        copying build/lib/stoqdrivers/devices/__init__.py -> build/bdist.linux-x86_64/egg/stoqdrivers/devices
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/base.py to base.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/translation.py to translation.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/configparser.py to configparser.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/exceptions.py to exceptions.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/constants.py to constants.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/escp.py to escp.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/serialbase.py to serialbase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/enum.py to enum.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/base.py to base.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscal.py to fiscal.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscnet/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/fiscnet/FiscNetECF.py to FiscNetECF.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/cheque.py to cheque.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson/FBIII.py to FBIII.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/epson/FBII.py to FBII.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/elgin/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/elgin/KFiscal.py to KFiscal.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech/DP20C.py to DP20C.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech/MP25.py to MP25.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech/MP2100.py to MP2100.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/bematech/MP20.py to MP20.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis/EP375.py to EP375.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/dataregis/Quick.py to Quick.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/capabilities.py to capabilities.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/perto/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/perto/Pay2023.py to Pay2023.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma/FS2100.py to FS2100.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma/FS345.py to FS345.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/daruma/FS600MFD.py to FS600MFD.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/virtual/Simple.py to Simple.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/printers/virtual/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/base.py to base.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/reader.py to reader.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/metrologic/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/readers/barcode/metrologic/MC630.py to MC630.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/utils.py to utils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/scales/base.py to base.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/scales/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/scales/toledo/PrixIII.py to PrixIII.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/scales/toledo/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/scales/scales.py to scales.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/abicomp.py to abicomp.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/devices/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqdrivers/__installed__.py to __installed__.pyc
        installing package data to build/bdist.linux-x86_64/egg
        running install_data
        creating locale/pt_BR/LC_MESSAGES
        compiled po/pt_BR.po -> locale/pt_BR/LC_MESSAGES/stoqdrivers.mo
        creating locale/es_ES/LC_MESSAGES
        compiled po/es_ES.po -> locale/es_ES/LC_MESSAGES/stoqdrivers.mo
        creating build/bdist.linux-x86_64/egg/share
        creating build/bdist.linux-x86_64/egg/share/stoqdrivers
        creating build/bdist.linux-x86_64/egg/share/stoqdrivers/conf
        copying stoqdrivers/conf/bematech.ini -> build/bdist.linux-x86_64/egg/share/stoqdrivers/conf
        copying stoqdrivers/conf/dataregis.ini -> build/bdist.linux-x86_64/egg/share/stoqdrivers/conf
        copying stoqdrivers/conf/perto.ini -> build/bdist.linux-x86_64/egg/share/stoqdrivers/conf
        creating build/bdist.linux-x86_64/egg/share/locale
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        copying locale/pt_BR/LC_MESSAGES/stoqdrivers.mo -> build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        copying locale/es_ES/LC_MESSAGES/stoqdrivers.mo -> build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoqdrivers.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoqdrivers.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoqdrivers.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoqdrivers.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoqdrivers.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        zip_safe flag not set; analyzing archive contents...
        stoqdrivers.configparser: module references __file__
        /usr/lib/python2.7/site-packages/setuptools/command/bdist_egg.py:440: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
          symbols = dict.fromkeys(iter_symbols(code))
        stoqdrivers.__installed__: module references __file__
        creating dist
        creating 'dist/stoqdrivers-0.9.22-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
        removing 'build/bdist.linux-x86_64/egg' (and everything under it)
        Processing stoqdrivers-0.9.22-py2.7.egg
        removing '/usr/lib/python2.7/site-packages/stoqdrivers-0.9.22-py2.7.egg' (and everything under it)
        creating /usr/lib/python2.7/site-packages/stoqdrivers-0.9.22-py2.7.egg
        Extracting stoqdrivers-0.9.22-py2.7.egg to /usr/lib/python2.7/site-packages
        stoqdrivers 0.9.22 is already the active version in easy-install.pth

        Installed /usr/lib/python2.7/site-packages/stoqdrivers-0.9.22-py2.7.egg
        Processing dependencies for stoqdrivers==0.9.22
        Searching for kiwi-gtk>=1.9.28
        Reading https://pypi.python.org/simple/kiwi-gtk/
        Best match: kiwi-gtk 1.9.40
        Downloading https://pypi.python.org/packages/source/k/kiwi-gtk/kiwi-gtk-1.9.40.tar.gz#md5=5ca7b139f963ba7e110714e306d0a8c6
        Processing kiwi-gtk-1.9.40.tar.gz
        Writing /root/tmp/easy_install-uYIoAb/kiwi-gtk-1.9.40/setup.cfg
        Running kiwi-gtk-1.9.40/setup.py -q bdist_egg --dist-dir /root/tmp/easy_install-uYIoAb/kiwi-gtk-1.9.40/egg-dist-tmp-oAZn2q
        /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_requires'
          warnings.warn(msg)
        Not SVN Repository
        warning: no previously-included files matching '*.pyc' found under directory 'tests'
        warning: no previously-included files matching '*.pyo' found under directory 'tests'
        zip_safe flag not set; analyzing archive contents...
        kiwi.environ: module references __file__
        kiwi.ui.views: module references __file__
        kiwi-gtk.__installed__: module references __file__
        Adding kiwi-gtk 1.9.38 to easy-install.pth file
        Installing kiwi-ui-test script to /usr/bin
        Installing kiwi-i18n script to /usr/bin

        Installed /usr/lib/python2.7/site-packages/kiwi_gtk-1.9.38-py2.7.egg
        Searching for PyGTK>=2.24.0
        Reading https://pypi.python.org/simple/PyGTK/
        Reading http://ftp.acc.umu.se/pub/gnome/binaries/win32/pygtk/2.24/
        Reading http://www.daa.com.au/~james/pygtk/
        Reading http://www.daa.com.au/~james/software/pygtk/
        Reading http://www.pygtk.org
        Reading http://www.pygtk.org/
        Best match: pygtk 2.24.0
        Downloading https://pypi.python.org/packages/source/P/PyGTK/pygtk-2.24.0.tar.bz2#md5=a1051d5794fd7696d3c1af6422d17a49
        Processing pygtk-2.24.0.tar.bz2
        Writing /root/tmp/easy_install-I6eQzJ/pygtk-2.24.0/setup.cfg
        Running pygtk-2.24.0/setup.py -q bdist_egg --dist-dir /root/tmp/easy_install-I6eQzJ/pygtk-2.24.0/egg-dist-tmp-tkY_BH
        error: Setup script exited with ********************************************************************
        * Building PyGTK using distutils is only supported on windows. *
        * To build PyGTK in a supported way, read the INSTALL file.    *
        ********************************************************************
        [root@localhost stoqdrivers-0.9.22]#

    kiwi
        Código: Selecionar todos
        [root@localhost kiwi-master]# python setup.py install
        /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_requires'
          warnings.warn(msg)
        running install
        running bdist_egg
        running egg_info
        writing requirements to kiwi.egg-info/requires.txt
        writing kiwi.egg-info/PKG-INFO
        writing top-level names to kiwi.egg-info/top_level.txt
        writing dependency_links to kiwi.egg-info/dependency_links.txt
        Not SVN Repository
        reading manifest file 'kiwi.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        warning: no previously-included files matching '*.pyc' found under directory 'tests'
        warning: no previously-included files matching '*.pyo' found under directory 'tests'
        writing manifest file 'kiwi.egg-info/SOURCES.txt'
        installing library code to build/bdist.linux-x86_64/egg
        running install_lib
        running build_py
        creating build/bdist.linux-x86_64/egg
        creating build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/datatypes.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/controllers.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/decorators.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/desktopparser.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/currency.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/__init__.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/enums.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/interfaces.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/__version__.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/environ.py -> build/bdist.linux-x86_64/egg/kiwi
        creating build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/cellrenderer.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/__init__.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/comboentry.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/hyperlink.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/proxywidget.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/views.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/signal.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/dialogs.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/proxy.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/gaxmlloader.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        creating build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/__init__.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/colorbutton.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/spinbutton.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/contextmenu.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/filechooser.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/radiobutton.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/button.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/scale.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/fontbutton.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/checkbutton.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/label.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/combo.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/textview.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/widgets/entry.py -> build/bdist.linux-x86_64/egg/kiwi/ui/widgets
        copying build/lib/kiwi/ui/gadgets.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/builderloader.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/forms.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/delegates.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/dateentry.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/objectlist.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/pixbufutils.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        creating build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/test/__init__.py -> build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/test/recorder.py -> build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/test/main.py -> build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/test/runner.py -> build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/test/common.py -> build/bdist.linux-x86_64/egg/kiwi/ui/test
        copying build/lib/kiwi/ui/libgladeloader.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/entry.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/listdialog.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/tooltip.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/ui/entrycompletion.py -> build/bdist.linux-x86_64/egg/kiwi/ui
        copying build/lib/kiwi/tasklet.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/model.py -> build/bdist.linux-x86_64/egg/kiwi
        creating build/bdist.linux-x86_64/egg/kiwi/i18n
        copying build/lib/kiwi/i18n/__init__.py -> build/bdist.linux-x86_64/egg/kiwi/i18n
        copying build/lib/kiwi/i18n/msgfmt.py -> build/bdist.linux-x86_64/egg/kiwi/i18n
        copying build/lib/kiwi/i18n/i18n.py -> build/bdist.linux-x86_64/egg/kiwi/i18n
        copying build/lib/kiwi/utils.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/accessor.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/python.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/log.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/dist.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/argcheck.py -> build/bdist.linux-x86_64/egg/kiwi
        copying build/lib/kiwi/component.py -> build/bdist.linux-x86_64/egg/kiwi
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/datatypes.py to datatypes.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/controllers.py to controllers.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/decorators.py to decorators.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/desktopparser.py to desktopparser.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/currency.py to currency.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/enums.py to enums.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/__version__.py to __version__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/environ.py to environ.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/cellrenderer.py to cellrenderer.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/comboentry.py to comboentry.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/hyperlink.py to hyperlink.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/proxywidget.py to proxywidget.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/views.py to views.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/signal.py to signal.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/dialogs.py to dialogs.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/proxy.py to proxy.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/gaxmlloader.py to gaxmlloader.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/colorbutton.py to colorbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/spinbutton.py to spinbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/contextmenu.py to contextmenu.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/filechooser.py to filechooser.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/radiobutton.py to radiobutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/button.py to button.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/scale.py to scale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/fontbutton.py to fontbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/checkbutton.py to checkbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/label.py to label.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/combo.py to combo.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/textview.py to textview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/widgets/entry.py to entry.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/gadgets.py to gadgets.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/builderloader.py to builderloader.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/forms.py to forms.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/delegates.py to delegates.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/dateentry.py to dateentry.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/objectlist.py to objectlist.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/pixbufutils.py to pixbufutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/test/recorder.py to recorder.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/test/main.py to main.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/test/runner.py to runner.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/test/common.py to common.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/libgladeloader.py to libgladeloader.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/entry.py to entry.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/listdialog.py to listdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/tooltip.py to tooltip.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/ui/entrycompletion.py to entrycompletion.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/tasklet.py to tasklet.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/model.py to model.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/i18n/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/i18n/msgfmt.py to msgfmt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/i18n/i18n.py to i18n.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/utils.py to utils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/accessor.py to accessor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/python.py to python.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/log.py to log.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/dist.py to dist.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/argcheck.py to argcheck.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/component.py to component.pyc
        byte-compiling build/bdist.linux-x86_64/egg/kiwi/__installed__.py to __installed__.pyc
        installing package data to build/bdist.linux-x86_64/egg
        running install_data
        creating build/bdist.linux-x86_64/egg/share
        creating build/bdist.linux-x86_64/egg/share/glade3
        creating build/bdist.linux-x86_64/egg/share/glade3/catalogs
        copying data/kiwiwidgets/kiwiwidgets.xml -> build/bdist.linux-x86_64/egg/share/glade3/catalogs
        creating build/bdist.linux-x86_64/egg/lib
        creating build/bdist.linux-x86_64/egg/lib/glade3
        creating build/bdist.linux-x86_64/egg/lib/glade3/modules
        copying data/kiwiwidgets/kiwiwidgets.py -> build/bdist.linux-x86_64/egg/lib/glade3/modules
        creating build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwientry.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwicombobox.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwidateentry.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwispinbutton.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwilabel.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwicolorbutton.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwicomboboxentry.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwicomboentry.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwivscale.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/hyperlink.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwicheckbutton.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwiradiobutton.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwihscale.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwitextview.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/kiwibutton.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/objecttree.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        copying data/kiwiwidgets/glade-plugin/resources/kiwiwidgets/objectlist.png -> build/bdist.linux-x86_64/egg/share/glade3/pixmaps
        creating build/bdist.linux-x86_64/egg/share/doc
        creating build/bdist.linux-x86_64/egg/share/doc/kiwi
        copying AUTHORS -> build/bdist.linux-x86_64/egg/share/doc/kiwi
        copying NEWS -> build/bdist.linux-x86_64/egg/share/doc/kiwi
        copying README -> build/bdist.linux-x86_64/egg/share/doc/kiwi
        creating build/bdist.linux-x86_64/egg/share/doc/kiwi/howto
        creating build/bdist.linux-x86_64/egg/share/doc/kiwi/api
        creating build/bdist.linux-x86_64/egg/share/locale
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        copying locale/pt_BR/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        copying locale/es_ES/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/sv
        creating build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES
        copying locale/sv/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/fr
        creating build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES
        copying locale/fr/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/pl
        creating build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES
        copying locale/pl/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/it
        creating build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES
        copying locale/it/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/es_CL
        creating build/bdist.linux-x86_64/egg/share/locale/es_CL/LC_MESSAGES
        copying locale/es_CL/LC_MESSAGES/kiwi.mo -> build/bdist.linux-x86_64/egg/share/locale/es_CL/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/EGG-INFO
        installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        running install_scripts
        running build_scripts
        creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/kiwi-i18n -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/kiwi-ui-test -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/kiwi-i18n to 755
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/kiwi-ui-test to 755
        copying kiwi.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying kiwi.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying kiwi.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying kiwi.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying kiwi.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        zip_safe flag not set; analyzing archive contents...
        kiwi.environ: module references __file__
        kiwi.ui.views: module references __file__
        creating 'dist/kiwi-1.9.40-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
        removing 'build/bdist.linux-x86_64/egg' (and everything under it)
        Processing kiwi-1.9.40-py2.7.egg
        removing '/usr/lib/python2.7/site-packages/kiwi-1.9.40-py2.7.egg' (and everything under it)
        creating /usr/lib/python2.7/site-packages/kiwi-1.9.40-py2.7.egg
        Extracting kiwi-1.9.40-py2.7.egg to /usr/lib/python2.7/site-packages
        kiwi 1.9.40 is already the active version in easy-install.pth
        Installing kiwi-ui-test script to /usr/bin
        Installing kiwi-i18n script to /usr/bin

        Installed /usr/lib/python2.7/site-packages/kiwi-1.9.40-py2.7.egg
        Processing dependencies for kiwi==1.9.40
        Searching for PyGTK>=2.24.0
        Reading https://pypi.python.org/simple/PyGTK/
        Reading http://ftp.acc.umu.se/pub/gnome/binaries/win32/pygtk/2.24/
        Reading http://www.daa.com.au/~james/pygtk/
        Reading http://www.daa.com.au/~james/software/pygtk/
        Reading http://www.pygtk.org
        Reading http://www.pygtk.org/
        Best match: pygtk 2.24.0
        Downloading https://pypi.python.org/packages/source/P/PyGTK/pygtk-2.24.0.tar.bz2#md5=a1051d5794fd7696d3c1af6422d17a49
        Processing pygtk-2.24.0.tar.bz2
        Writing /root/tmp/easy_install-pZ2eRa/pygtk-2.24.0/setup.cfg
        Running pygtk-2.24.0/setup.py -q bdist_egg --dist-dir /root/tmp/easy_install-pZ2eRa/pygtk-2.24.0/egg-dist-tmp-lq7aei
        error: Setup script exited with ********************************************************************
        * Building PyGTK using distutils is only supported on windows. *
        * To build PyGTK in a supported way, read the INSTALL file.    *
        ********************************************************************
        [root@localhost kiwi-master]#

    Stoq
        Código: Selecionar todos
        [root@localhost stoq-1.8.0]# python setup.py install
        running install
        running bdist_egg
        running egg_info
        writing requirements to stoq.egg-info/requires.txt
        writing stoq.egg-info/PKG-INFO
        writing top-level names to stoq.egg-info/top_level.txt
        writing dependency_links to stoq.egg-info/dependency_links.txt
        Not SVN Repository
        reading manifest file 'stoq.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        writing manifest file 'stoq.egg-info/SOURCES.txt'
        installing library code to build/bdist.linux-x86_64/egg
        running install_lib
        running build_py
        creating build/bdist.linux-x86_64/egg
        creating build/bdist.linux-x86_64/egg/stoqlib
        creating build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/purchasereceival.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/service.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/sale.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/financial.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/loanreceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/salereturn.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/stockdecreasereceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/product.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/till.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/utils.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/workorder.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/transferreceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/purchase.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/clientcredit.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/labelreport.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/booklet.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/inventory.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/callsreport.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/paymentsreceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        creating build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_workorderreport.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_financialreport.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_utils.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_transferreceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/reporttest.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_reporting.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_loanreceipt.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/test/test_booklet.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting/test
        copying build/lib/stoqlib/reporting/boleto.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/production.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/report.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/reporting/payment.py -> build/bdist.linux-x86_64/egg/stoqlib/reporting
        copying build/lib/stoqlib/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib
        copying build/lib/stoqlib/enums.py -> build/bdist.linux-x86_64/egg/stoqlib
        copying build/lib/stoqlib/exceptions.py -> build/bdist.linux-x86_64/egg/stoqlib
        creating build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/xmlrpcservice.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/webserver.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/socketutils.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/gtk2reactor.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        copying build/lib/stoqlib/net/calendarevents.py -> build/bdist.linux-x86_64/egg/stoqlib/net
        creating build/bdist.linux-x86_64/egg/stoqlib/exporters
        copying build/lib/stoqlib/exporters/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/exporters
        copying build/lib/stoqlib/exporters/xlsutils.py -> build/bdist.linux-x86_64/egg/stoqlib/exporters
        copying build/lib/stoqlib/exporters/xlsexporter.py -> build/bdist.linux-x86_64/egg/stoqlib/exporters
        creating build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/loan.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/devices.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/base.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/event.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/service.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/invoice.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/synchronization.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/fiscal.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/sale.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/interfaces.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/exampledata.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/costcenter.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/transfer.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/plugin.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/attachment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/views.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        creating build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/method.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/renegotiation.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/views.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/group.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/comment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/operation.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/card.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/category.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/payment/payment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/payment
        copying build/lib/stoqlib/domain/product.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/till.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/profile.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/station.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/system.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/sellable.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/uiform.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/workorder.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/purchase.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/commission.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/events.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/parameter.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/inventory.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/image.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/person.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/address.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/taxes.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        creating build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_invoice.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_views.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_transfer.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_product.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_person.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_image.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_costcenter.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_card.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_renegotiations.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_domain.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_inventory.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_returnedsale.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_synchronization.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/domaintest.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_category.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_devices.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_method.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_sellable.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_fiscal.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_purchase.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_production.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_profile.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_transaction.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_attachment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_stockdecrease.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_event.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_taxes.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_operation.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_till.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_loan.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_station.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_workorder.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_system.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_views.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_receiving.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_address.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_payment_group.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_comment.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_service.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_account.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_sale.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_userbranchaccess.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/test/test_base_domain.py -> build/bdist.linux-x86_64/egg/stoqlib/domain/test
        copying build/lib/stoqlib/domain/returnedsale.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/production.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/stockdecrease.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/account.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        copying build/lib/stoqlib/domain/receiving.py -> build/bdist.linux-x86_64/egg/stoqlib/domain
        creating build/bdist.linux-x86_64/egg/stoqlib/migration
        copying build/lib/stoqlib/migration/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/migration
        copying build/lib/stoqlib/migration/domainv1.py -> build/bdist.linux-x86_64/egg/stoqlib/migration
        copying build/lib/stoqlib/migration/parameter.py -> build/bdist.linux-x86_64/egg/stoqlib/migration
        copying build/lib/stoqlib/migration/domainv2.py -> build/bdist.linux-x86_64/egg/stoqlib/migration
        copying build/lib/stoqlib/migration/domainv3.py -> build/bdist.linux-x86_64/egg/stoqlib/migration
        creating build/bdist.linux-x86_64/egg/stoqlib/gui
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/costcentereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/personeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/workordereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/baseeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/profileeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/loanitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/paymenteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/deviceseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/serviceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/invoiceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/contacteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/saleeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/inventoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/categoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/creditcheckhistoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/accounteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/fiscaleditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/workordercategoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/stationeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/deliveryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/preferenceseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/discounteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/parameterseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/accounttransactioneditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/crediteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/addresseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/paymentmethodeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/shortcutseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/tilleditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/purchaseeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/noteeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/sellableeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/paymentseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/formfieldeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/productioneditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/inventoryadjustmenteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/producteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/sellableuniteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/callseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/clientcategoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/paymentcategoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/editors/taxclasseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/editors
        copying build/lib/stoqlib/gui/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        copying build/lib/stoqlib/gui/fields.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        copying build/lib/stoqlib/gui/fiscalprinter.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        copying build/lib/stoqlib/gui/interfaces.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/templates
        copying build/lib/stoqlib/gui/templates/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/templates
        copying build/lib/stoqlib/gui/templates/individualtemplate.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/templates
        copying build/lib/stoqlib/gui/templates/companytemplate.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/templates
        copying build/lib/stoqlib/gui/templates/persontemplate.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/templates
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/cashchangeslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/paymentconfirmslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/taxslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/productionslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/userslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/clientslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/addressslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/productslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/domainslavemapper.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/paymentmethodslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/branchslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/transporterslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/workorderslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/employeeslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/tillslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/receivingslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/saleslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/userbranchaccessslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/imageslaveslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/paymentslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/commissionslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/sellableslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        copying build/lib/stoqlib/gui/slaves/supplierslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/slaves
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/commissionsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/paymentreceivingsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/stationsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/categorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/fiscalsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/workordersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/costcentersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/purchasesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/returnedsalesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/stockdecreasesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/receivingsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/deliverysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/productsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/consignmentsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/paymentsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/transfersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/personsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/sellableunitsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/productionsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchcolumns.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/taxclasssearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchextension.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchoptions.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/salespersonsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/eventsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/callsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/profilesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/servicesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchresultview.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/sellablesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searcheditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/creditcheckhistorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchfilters.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/salesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/parametersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/clientsalaryhistorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/loansearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/searchslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        copying build/lib/stoqlib/gui/search/tillsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/search
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/gtkadds.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/lists.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/wizards.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/messagebar.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/dialogs.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/columns.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        copying build/lib/stoqlib/gui/base/slaves.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/base
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/toolmenuaction.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/processview.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/kanbanview.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/hintedentry.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/accounttree.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/lazyobjectlist.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/searchfilterbutton.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/calculator.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/notebookbutton.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/fieldgrid.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/splash.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/widgets/webview.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/widgets
        copying build/lib/stoqlib/gui/events.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/salereturnwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/productwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/consignmentwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/productionwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/purchasewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/salequotewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/workorderpackagewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/stockdecreasewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/renegotiationwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/purchasequotewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/purchasefinishwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/receivingwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/stocktransferwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/workorderquotewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/salewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/inventorywizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/abstractwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/personwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/wizards/loanwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/wizards
        copying build/lib/stoqlib/gui/stockicons.py -> build/bdist.linux-x86_64/egg/stoqlib/gui
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/logo.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/databaseform.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/printing.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/aptpackageinstaller.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/workorderutils.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/help.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/openbrowser.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/idle.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/login.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/introspection.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/keyboardhandler.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/filters.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        copying build/lib/stoqlib/gui/utils/keybindings.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/utils
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/progressbardialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/devices.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/missingitemsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentchangedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/productiondetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/credentialsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/inventorydetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/costcenterdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/transferorderdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/daterangedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/clientcategorydialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/renegotiationdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/saledetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/spreadsheetexporterdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/progressdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/labeldialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/pluginsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/productstockdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentcommentsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/importerdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/sellableimage.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/batchselectiondialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/stockdecreasedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/invoicedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentcategorydialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/addressdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentflowhistorydialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/branchdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/productionquotedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/initialstockdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/financialreportdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/sellabledialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/paymentmethod.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/manufacturerdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/creditdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/receivingdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/tillhistory.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/loandetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/sintegradialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/supplierdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/crashreportdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/contactsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/stockcostdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/clientdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/feedbackdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/quotedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/sellablepricedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/workordercategorydialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/startproduction.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        copying build/lib/stoqlib/gui/dialogs/purchasedetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs
        creating build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_financialreport_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_contacteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_addressdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_costcenterdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionproducteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellablepricedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productiondetailsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_commissionsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_fields.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_account_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasequotewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionmateriallosteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_servicesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stocktransferwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasedetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_preferenceseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionitemproducededitor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellabletaxconstanteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionquote_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_inventorywizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_taxclasssearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchaseitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_crashreportdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_credit_check_history_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_receivingorderwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sale_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasefinish_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_workorderslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_personsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_client_details.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_fiscalbookentryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_inconsignmentitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_cardpaymentmethodeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_plugins_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_branchdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_loandetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_lists.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_cfopeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_supplierdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_saleinvoiceprinterdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_invoicelayouteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_tilleditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salereturnwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_invoiceprintereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_payment_slave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_serviceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_personeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stockdecreasesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchase_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentchangedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentmethodeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_daterangedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_spreadsheet_exporter.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_categorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salespersonsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_wizarditemsteps.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasequoteitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stockcost_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_userbranchaccessslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productmanufacturereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_inventoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stockdecrease_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_personwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_workordereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_account_transaction_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_categorypriceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_transferorder_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_transfersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_loanitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionmaterialallocateeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_discounteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellableunitsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_devicesettingseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_renegotiation_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_calculator.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellableuniteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_run_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_quote_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_workorderpackagewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salessearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_receivingsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_address_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_loansearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salepaymentseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_creditcheckhistorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_calls_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_crediteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_saledetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_baseeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_receiving_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentmethoddialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentcategoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stockdecreasewizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_costcentereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productstockdetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_importer_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_search.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salequote_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellablepriceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_payment_editor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_costcentersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_missingitemsdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_tillhistory.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellablecategoryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_loanwizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_salequoteitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentcategory_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_stationeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_userprofileeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_cashouteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_fiscalsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionmaterialeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_invoicedialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_consignment_wizard.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productionserviceeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_initialstockdialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sellablesearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentreceivingsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/uitestutils.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_widgets_webview.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_purchasepaymentseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_shortcutseditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_formfieldeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productstockeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_inventorydetails.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_noteeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_inventoryadjustmenteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_renegotiationdetails_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_productsuppliereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_payment_confirm_slave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_batchselectiondialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_clientcategory.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_feedback_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_callsearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_deliverysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_deliveryeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_producteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_sintegra_dialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_client_slave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentmethodslave.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_paymentflowhistorydialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_labeldialog.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_parametersearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_clientsalaryhistorysearch.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_serviceitemeditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_qualitytesteditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        copying build/lib/stoqlib/gui/test/test_systemparametereditor.py -> build/bdist.linux-x86_64/egg/stoqlib/gui/test
        creating build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/dateutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/ibpt.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/uptime.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/decorators.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/console.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/message.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/event.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/cookie.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/kiwilibrary.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/invoice.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/osutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/formatters.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/barcode.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/defaults.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/interfaces.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/translation.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/configparser.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/environment.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/template.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/webservice.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/validators.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/daemonutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/process.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/diffutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/autoreload.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/permissions.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/pdf.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/sintegra.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/pgpass.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/unittestutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/crashreport.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/appinfo.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/parameters.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/pluginmanager.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/distutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/stringutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/latscii.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/settings.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/countries.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/threadutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        creating build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_invoice.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_formatters.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_pluginmanager.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_dateutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_sintegragenerator.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_cookiefile.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_sintegra.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_cardinals_generic.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_cardinals_pt.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_ibpt.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_event.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_payment.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_colorutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_boleto.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_parameters.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_xlsexporter.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_ofximporter.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_stringutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/test/test_validators.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/test
        copying build/lib/stoqlib/lib/colorutils.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/introspection.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/sintegragenerator.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/boleto.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        creating build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals
        copying build/lib/stoqlib/lib/cardinals/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals
        copying build/lib/stoqlib/lib/cardinals/generic.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals
        copying build/lib/stoqlib/lib/cardinals/pt.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals
        copying build/lib/stoqlib/lib/cardinals/cardinals.py -> build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals
        copying build/lib/stoqlib/lib/devicemanager.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/payment.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        copying build/lib/stoqlib/lib/algorithms.py -> build/bdist.linux-x86_64/egg/stoqlib/lib
        creating build/bdist.linux-x86_64/egg/stoqlib/l10n
        copying build/lib/stoqlib/l10n/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n
        copying build/lib/stoqlib/l10n/l10n.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n
        creating build/bdist.linux-x86_64/egg/stoqlib/l10n/sv
        copying build/lib/stoqlib/l10n/sv/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/sv
        copying build/lib/stoqlib/l10n/sv/sv.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/sv
        creating build/bdist.linux-x86_64/egg/stoqlib/l10n/generic
        copying build/lib/stoqlib/l10n/generic/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/generic
        copying build/lib/stoqlib/l10n/generic/generic.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/generic
        creating build/bdist.linux-x86_64/egg/stoqlib/l10n/br
        copying build/lib/stoqlib/l10n/br/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/br
        copying build/lib/stoqlib/l10n/br/br.py -> build/bdist.linux-x86_64/egg/stoqlib/l10n/br
        creating build/bdist.linux-x86_64/egg/stoqlib/drivers
        copying build/lib/stoqlib/drivers/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/drivers
        copying build/lib/stoqlib/drivers/cheque.py -> build/bdist.linux-x86_64/egg/stoqlib/drivers
        copying build/lib/stoqlib/drivers/scale.py -> build/bdist.linux-x86_64/egg/stoqlib/drivers
        creating build/bdist.linux-x86_64/egg/stoqlib/drivers/test
        copying build/lib/stoqlib/drivers/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/drivers/test
        creating build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/branchimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/purchaseimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/saleimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/transferimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/transporterimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/clientimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/gnucashimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/creditproviderimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/accounttransactionimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/productimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/invoiceimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/accountimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/importer.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/ofximporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/serviceimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/stoqlibexamples.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/csvimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/employeeimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/importers/supplierimporter.py -> build/bdist.linux-x86_64/egg/stoqlib/importers
        copying build/lib/stoqlib/api.py -> build/bdist.linux-x86_64/egg/stoqlib
        creating build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/admin.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/orm.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/interfaces.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/exceptions.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/tables.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/testsuite.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/properties.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/migration.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/runtime.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/viewable.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/queryexecuter.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/debug.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        copying build/lib/stoqlib/database/settings.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        creating build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_database.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_expr.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_viewable.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_runtime.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_settings.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/test/test_queryexecuter.py -> build/bdist.linux-x86_64/egg/stoqlib/database/test
        copying build/lib/stoqlib/database/expr.py -> build/bdist.linux-x86_64/egg/stoqlib/database
        creating build/bdist.linux-x86_64/egg/stoqlib/test
        copying build/lib/stoqlib/test/__init__.py -> build/bdist.linux-x86_64/egg/stoqlib/test
        copying build/lib/stoqlib/test/test_api.py -> build/bdist.linux-x86_64/egg/stoqlib/test
        copying build/lib/stoqlib/test/tests_runner.py -> build/bdist.linux-x86_64/egg/stoqlib/test
        creating build/bdist.linux-x86_64/egg/stoq
        copying build/lib/stoq/__init__.py -> build/bdist.linux-x86_64/egg/stoq
        copying build/lib/stoq/main.py -> build/bdist.linux-x86_64/egg/stoq
        copying build/lib/stoq/dbadmin.py -> build/bdist.linux-x86_64/egg/stoq
        creating build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/admin.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/accounts.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/__init__.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/welcomedialog.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/financial.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/receivable.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/till.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/pos.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/stock.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/update.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/payable.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/purchase.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/config.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/services.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/inventory.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/sales.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/calendar.py -> build/bdist.linux-x86_64/egg/stoq/gui
        creating build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_receivable.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_payable.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/__init__.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_inventory.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_admin.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/baseguitest.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_launcher.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_purchase.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_production.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_main.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_till.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_calendar.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_financial.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_config_wizard.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_sales.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_pos.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_services.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/test/test_stock.py -> build/bdist.linux-x86_64/egg/stoq/gui/test
        copying build/lib/stoq/gui/production.py -> build/bdist.linux-x86_64/egg/stoq/gui
        copying build/lib/stoq/gui/launcher.py -> build/bdist.linux-x86_64/egg/stoq/gui
        creating build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/shellapp.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/__init__.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/shellwindow.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/statusbar.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/shell.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        copying build/lib/stoq/gui/shell/bootstrap.py -> build/bdist.linux-x86_64/egg/stoq/gui/shell
        creating build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/options.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/__init__.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/gicompat.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/startup.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/applist.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/dependencies.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/lib/generictreemodel.py -> build/bdist.linux-x86_64/egg/stoq/lib
        copying build/lib/stoq/daemonmain.py -> build/bdist.linux-x86_64/egg/stoq
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/purchasereceival.py to purchasereceival.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/service.py to service.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/sale.py to sale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/financial.py to financial.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/loanreceipt.py to loanreceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/salereturn.py to salereturn.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/stockdecreasereceipt.py to stockdecreasereceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/product.py to product.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/till.py to till.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/utils.py to utils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/workorder.py to workorder.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/transferreceipt.py to transferreceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/purchase.py to purchase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/clientcredit.py to clientcredit.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/labelreport.py to labelreport.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/booklet.py to booklet.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/inventory.py to inventory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/callsreport.py to callsreport.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/paymentsreceipt.py to paymentsreceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_workorderreport.py to test_workorderreport.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_financialreport.py to test_financialreport.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_utils.py to test_utils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_transferreceipt.py to test_transferreceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/reporttest.py to reporttest.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_reporting.py to test_reporting.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_loanreceipt.py to test_loanreceipt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/test/test_booklet.py to test_booklet.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/boleto.py to boleto.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/production.py to production.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/report.py to report.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/reporting/payment.py to payment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/enums.py to enums.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/exceptions.py to exceptions.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/xmlrpcservice.py to xmlrpcservice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/webserver.py to webserver.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/socketutils.py to socketutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/gtk2reactor.py to gtk2reactor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/net/calendarevents.py to calendarevents.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/exporters/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/exporters/xlsutils.py to xlsutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/exporters/xlsexporter.py to xlsexporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/loan.py to loan.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/devices.py to devices.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/base.py to base.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/event.py to event.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/service.py to service.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/invoice.py to invoice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/synchronization.py to synchronization.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/fiscal.py to fiscal.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/sale.py to sale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/exampledata.py to exampledata.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/costcenter.py to costcenter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/transfer.py to transfer.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/plugin.py to plugin.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/attachment.py to attachment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/views.py to views.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/method.py to method.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/renegotiation.py to renegotiation.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/views.py to views.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/group.py to group.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/comment.py to comment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/operation.py to operation.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/card.py to card.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/category.py to category.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/payment/payment.py to payment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/product.py to product.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/till.py to till.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/profile.py to profile.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/station.py to station.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/system.py to system.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/sellable.py to sellable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/uiform.py to uiform.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/workorder.py to workorder.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/purchase.py to purchase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/commission.py to commission.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/events.py to events.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/parameter.py to parameter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/inventory.py to inventory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/image.py to image.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/person.py to person.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/address.py to address.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/taxes.py to taxes.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_invoice.py to test_invoice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_views.py to test_views.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_transfer.py to test_transfer.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_product.py to test_product.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_person.py to test_person.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_image.py to test_image.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_costcenter.py to test_costcenter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_card.py to test_card.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_renegotiations.py to test_payment_renegotiations.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_domain.py to test_domain.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_inventory.py to test_inventory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_returnedsale.py to test_returnedsale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_synchronization.py to test_synchronization.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/domaintest.py to domaintest.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_category.py to test_payment_category.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_devices.py to test_devices.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_method.py to test_payment_method.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_sellable.py to test_sellable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_fiscal.py to test_fiscal.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_purchase.py to test_purchase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_production.py to test_production.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_profile.py to test_profile.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_transaction.py to test_transaction.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_attachment.py to test_attachment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_stockdecrease.py to test_stockdecrease.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_event.py to test_event.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment.py to test_payment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_taxes.py to test_taxes.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_operation.py to test_payment_operation.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_till.py to test_till.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_loan.py to test_loan.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_station.py to test_station.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_workorder.py to test_workorder.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_system.py to test_system.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_views.py to test_payment_views.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_receiving.py to test_receiving.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_address.py to test_address.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_payment_group.py to test_payment_group.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_comment.py to test_comment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_service.py to test_service.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_account.py to test_account.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_sale.py to test_sale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_userbranchaccess.py to test_userbranchaccess.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/test/test_base_domain.py to test_base_domain.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/returnedsale.py to returnedsale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/production.py to production.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/stockdecrease.py to stockdecrease.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/account.py to account.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/domain/receiving.py to receiving.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/migration/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/migration/domainv1.py to domainv1.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/migration/parameter.py to parameter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/migration/domainv2.py to domainv2.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/migration/domainv3.py to domainv3.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/costcentereditor.py to costcentereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/personeditor.py to personeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/workordereditor.py to workordereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/baseeditor.py to baseeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/profileeditor.py to profileeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/loanitemeditor.py to loanitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/paymenteditor.py to paymenteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/deviceseditor.py to deviceseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/serviceeditor.py to serviceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/invoiceeditor.py to invoiceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/contacteditor.py to contacteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/saleeditor.py to saleeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/inventoryeditor.py to inventoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/categoryeditor.py to categoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/creditcheckhistoryeditor.py to creditcheckhistoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/accounteditor.py to accounteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/fiscaleditor.py to fiscaleditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/workordercategoryeditor.py to workordercategoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/stationeditor.py to stationeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/deliveryeditor.py to deliveryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/preferenceseditor.py to preferenceseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/discounteditor.py to discounteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/parameterseditor.py to parameterseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/accounttransactioneditor.py to accounttransactioneditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/crediteditor.py to crediteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/addresseditor.py to addresseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/paymentmethodeditor.py to paymentmethodeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/shortcutseditor.py to shortcutseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/tilleditor.py to tilleditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/purchaseeditor.py to purchaseeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/noteeditor.py to noteeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/sellableeditor.py to sellableeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/paymentseditor.py to paymentseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/formfieldeditor.py to formfieldeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/productioneditor.py to productioneditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/inventoryadjustmenteditor.py to inventoryadjustmenteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/producteditor.py to producteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/sellableuniteditor.py to sellableuniteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/callseditor.py to callseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/clientcategoryeditor.py to clientcategoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/paymentcategoryeditor.py to paymentcategoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/editors/taxclasseditor.py to taxclasseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/fields.py to fields.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/fiscalprinter.py to fiscalprinter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/templates/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/templates/individualtemplate.py to individualtemplate.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/templates/companytemplate.py to companytemplate.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/templates/persontemplate.py to persontemplate.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/cashchangeslave.py to cashchangeslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/paymentconfirmslave.py to paymentconfirmslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/taxslave.py to taxslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/productionslave.py to productionslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/userslave.py to userslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/clientslave.py to clientslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/addressslave.py to addressslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/productslave.py to productslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/domainslavemapper.py to domainslavemapper.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/paymentmethodslave.py to paymentmethodslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/branchslave.py to branchslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/transporterslave.py to transporterslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/workorderslave.py to workorderslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/employeeslave.py to employeeslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/tillslave.py to tillslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/receivingslave.py to receivingslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/saleslave.py to saleslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/userbranchaccessslave.py to userbranchaccessslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/imageslaveslave.py to imageslaveslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/paymentslave.py to paymentslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/commissionslave.py to commissionslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/sellableslave.py to sellableslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/slaves/supplierslave.py to supplierslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/commissionsearch.py to commissionsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/paymentreceivingsearch.py to paymentreceivingsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/stationsearch.py to stationsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/categorysearch.py to categorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/fiscalsearch.py to fiscalsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/workordersearch.py to workordersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/costcentersearch.py to costcentersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/purchasesearch.py to purchasesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/returnedsalesearch.py to returnedsalesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/stockdecreasesearch.py to stockdecreasesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/receivingsearch.py to receivingsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/deliverysearch.py to deliverysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/productsearch.py to productsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/consignmentsearch.py to consignmentsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/paymentsearch.py to paymentsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/transfersearch.py to transfersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/personsearch.py to personsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/sellableunitsearch.py to sellableunitsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/productionsearch.py to productionsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchcolumns.py to searchcolumns.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/taxclasssearch.py to taxclasssearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchextension.py to searchextension.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchoptions.py to searchoptions.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/salespersonsearch.py to salespersonsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/eventsearch.py to eventsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/callsearch.py to callsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/profilesearch.py to profilesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/servicesearch.py to servicesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchresultview.py to searchresultview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/sellablesearch.py to sellablesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searcheditor.py to searcheditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/creditcheckhistorysearch.py to creditcheckhistorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchfilters.py to searchfilters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/salesearch.py to salesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/parametersearch.py to parametersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/clientsalaryhistorysearch.py to clientsalaryhistorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/loansearch.py to loansearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchdialog.py to searchdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/searchslave.py to searchslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/search/tillsearch.py to tillsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/gtkadds.py to gtkadds.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/lists.py to lists.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/wizards.py to wizards.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/messagebar.py to messagebar.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/dialogs.py to dialogs.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/columns.py to columns.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/base/slaves.py to slaves.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/toolmenuaction.py to toolmenuaction.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/processview.py to processview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/kanbanview.py to kanbanview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/hintedentry.py to hintedentry.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/accounttree.py to accounttree.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/lazyobjectlist.py to lazyobjectlist.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/searchfilterbutton.py to searchfilterbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/calculator.py to calculator.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/notebookbutton.py to notebookbutton.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/fieldgrid.py to fieldgrid.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/splash.py to splash.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/widgets/webview.py to webview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/events.py to events.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/salereturnwizard.py to salereturnwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/productwizard.py to productwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/consignmentwizard.py to consignmentwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/productionwizard.py to productionwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/purchasewizard.py to purchasewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/salequotewizard.py to salequotewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/workorderpackagewizard.py to workorderpackagewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/stockdecreasewizard.py to stockdecreasewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/renegotiationwizard.py to renegotiationwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/purchasequotewizard.py to purchasequotewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/purchasefinishwizard.py to purchasefinishwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/receivingwizard.py to receivingwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/stocktransferwizard.py to stocktransferwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/workorderquotewizard.py to workorderquotewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/salewizard.py to salewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/inventorywizard.py to inventorywizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/abstractwizard.py to abstractwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/personwizard.py to personwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/wizards/loanwizard.py to loanwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/stockicons.py to stockicons.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/logo.py to logo.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/databaseform.py to databaseform.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/printing.py to printing.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/aptpackageinstaller.py to aptpackageinstaller.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/workorderutils.py to workorderutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/help.py to help.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/openbrowser.py to openbrowser.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/idle.py to idle.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/login.py to login.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/introspection.py to introspection.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/keyboardhandler.py to keyboardhandler.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/filters.py to filters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/utils/keybindings.py to keybindings.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/progressbardialog.py to progressbardialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/devices.py to devices.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/missingitemsdialog.py to missingitemsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentdetails.py to paymentdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentchangedialog.py to paymentchangedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/productiondetails.py to productiondetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/credentialsdialog.py to credentialsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/inventorydetails.py to inventorydetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/costcenterdialog.py to costcenterdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/transferorderdialog.py to transferorderdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/daterangedialog.py to daterangedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/clientcategorydialog.py to clientcategorydialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/renegotiationdetails.py to renegotiationdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/saledetails.py to saledetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/spreadsheetexporterdialog.py to spreadsheetexporterdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/progressdialog.py to progressdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/labeldialog.py to labeldialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/pluginsdialog.py to pluginsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/productstockdetails.py to productstockdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentcommentsdialog.py to paymentcommentsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/importerdialog.py to importerdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/sellableimage.py to sellableimage.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/batchselectiondialog.py to batchselectiondialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/stockdecreasedialog.py to stockdecreasedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/invoicedialog.py to invoicedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentcategorydialog.py to paymentcategorydialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/addressdialog.py to addressdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentflowhistorydialog.py to paymentflowhistorydialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/branchdialog.py to branchdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/productionquotedialog.py to productionquotedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/initialstockdialog.py to initialstockdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/financialreportdialog.py to financialreportdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/sellabledialog.py to sellabledialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/paymentmethod.py to paymentmethod.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/manufacturerdialog.py to manufacturerdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/creditdialog.py to creditdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/receivingdialog.py to receivingdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/tillhistory.py to tillhistory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/loandetails.py to loandetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/sintegradialog.py to sintegradialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/supplierdetails.py to supplierdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/crashreportdialog.py to crashreportdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/contactsdialog.py to contactsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/stockcostdialog.py to stockcostdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/clientdetails.py to clientdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/feedbackdialog.py to feedbackdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/quotedialog.py to quotedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/sellablepricedialog.py to sellablepricedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/workordercategorydialog.py to workordercategorydialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/startproduction.py to startproduction.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/dialogs/purchasedetails.py to purchasedetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_financialreport_dialog.py to test_financialreport_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_contacteditor.py to test_contacteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_addressdialog.py to test_addressdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionitemeditor.py to test_productionitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_costcenterdialog.py to test_costcenterdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionproducteditor.py to test_productionproducteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellablepricedialog.py to test_sellablepricedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productiondetailsdialog.py to test_productiondetailsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_commissionsearch.py to test_commissionsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_fields.py to test_fields.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_account_editor.py to test_account_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasequotewizard.py to test_purchasequotewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionmateriallosteditor.py to test_productionmateriallosteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_servicesearch.py to test_servicesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stocktransferwizard.py to test_stocktransferwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasedetails.py to test_purchasedetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_preferenceseditor.py to test_preferenceseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionitemproducededitor.py to test_productionitemproducededitor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellabletaxconstanteditor.py to test_sellabletaxconstanteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionquote_dialog.py to test_productionquote_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasesearch.py to test_purchasesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_inventorywizard.py to test_inventorywizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_taxclasssearch.py to test_taxclasssearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchaseitemeditor.py to test_purchaseitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_crashreportdialog.py to test_crashreportdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_credit_check_history_editor.py to test_credit_check_history_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_receivingorderwizard.py to test_receivingorderwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sale_wizard.py to test_sale_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasefinish_wizard.py to test_purchasefinish_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_workorderslave.py to test_workorderslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_personsearch.py to test_personsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_client_details.py to test_client_details.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_fiscalbookentryeditor.py to test_fiscalbookentryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_inconsignmentitemeditor.py to test_inconsignmentitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_cardpaymentmethodeditor.py to test_cardpaymentmethodeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_plugins_dialog.py to test_plugins_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_branchdialog.py to test_branchdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_loandetails.py to test_loandetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_lists.py to test_lists.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_cfopeditor.py to test_cfopeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_supplierdetails.py to test_supplierdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_saleinvoiceprinterdialog.py to test_saleinvoiceprinterdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_invoicelayouteditor.py to test_invoicelayouteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_tilleditor.py to test_tilleditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salereturnwizard.py to test_salereturnwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_invoiceprintereditor.py to test_invoiceprintereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_payment_slave.py to test_payment_slave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_serviceeditor.py to test_serviceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_personeditor.py to test_personeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stockdecreasesearch.py to test_stockdecreasesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchase_wizard.py to test_purchase_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentchangedialog.py to test_paymentchangedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentmethodeditor.py to test_paymentmethodeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_daterangedialog.py to test_daterangedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_spreadsheet_exporter.py to test_spreadsheet_exporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_categorysearch.py to test_categorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentsearch.py to test_paymentsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salespersonsearch.py to test_salespersonsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_wizarditemsteps.py to test_wizarditemsteps.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasequoteitemeditor.py to test_purchasequoteitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stockcost_dialog.py to test_stockcost_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_userbranchaccessslave.py to test_userbranchaccessslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productmanufacturereditor.py to test_productmanufacturereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_inventoryeditor.py to test_inventoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stockdecrease_dialog.py to test_stockdecrease_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productsearch.py to test_productsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_personwizard.py to test_personwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_workordereditor.py to test_workordereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_account_transaction_editor.py to test_account_transaction_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_categorypriceeditor.py to test_categorypriceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_transferorder_dialog.py to test_transferorder_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_transfersearch.py to test_transfersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_loanitemeditor.py to test_loanitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionmaterialallocateeditor.py to test_productionmaterialallocateeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_discounteditor.py to test_discounteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellableunitsearch.py to test_sellableunitsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_devicesettingseditor.py to test_devicesettingseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionwizard.py to test_productionwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_renegotiation_wizard.py to test_renegotiation_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_calculator.py to test_calculator.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellableuniteditor.py to test_sellableuniteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_run_dialog.py to test_run_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_quote_dialog.py to test_quote_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_workorderpackagewizard.py to test_workorderpackagewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salessearch.py to test_salessearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_receivingsearch.py to test_receivingsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_address_editor.py to test_address_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_loansearch.py to test_loansearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salepaymentseditor.py to test_salepaymentseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_creditcheckhistorysearch.py to test_creditcheckhistorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_calls_editor.py to test_calls_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_crediteditor.py to test_crediteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_saledetails.py to test_saledetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_baseeditor.py to test_baseeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_receiving_dialog.py to test_receiving_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentseditor.py to test_paymentseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentmethoddialog.py to test_paymentmethoddialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentcategoryeditor.py to test_paymentcategoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stockdecreasewizard.py to test_stockdecreasewizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_costcentereditor.py to test_costcentereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productstockdetails.py to test_productstockdetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_importer_dialog.py to test_importer_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_search.py to test_search.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salequote_wizard.py to test_salequote_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellablepriceeditor.py to test_sellablepriceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_payment_editor.py to test_payment_editor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_costcentersearch.py to test_costcentersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_missingitemsdialog.py to test_missingitemsdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_tillhistory.py to test_tillhistory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellablecategoryeditor.py to test_sellablecategoryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_loanwizard.py to test_loanwizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_salequoteitemeditor.py to test_salequoteitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentcategory_dialog.py to test_paymentcategory_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionsearch.py to test_productionsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_stationeditor.py to test_stationeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_userprofileeditor.py to test_userprofileeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_cashouteditor.py to test_cashouteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_fiscalsearch.py to test_fiscalsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionmaterialeditor.py to test_productionmaterialeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_invoicedialog.py to test_invoicedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_consignment_wizard.py to test_consignment_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productionserviceeditor.py to test_productionserviceeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_initialstockdialog.py to test_initialstockdialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sellablesearch.py to test_sellablesearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentreceivingsearch.py to test_paymentreceivingsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/uitestutils.py to uitestutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_widgets_webview.py to test_widgets_webview.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_purchasepaymentseditor.py to test_purchasepaymentseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_shortcutseditor.py to test_shortcutseditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_formfieldeditor.py to test_formfieldeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productstockeditor.py to test_productstockeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_inventorydetails.py to test_inventorydetails.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_noteeditor.py to test_noteeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_inventoryadjustmenteditor.py to test_inventoryadjustmenteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_renegotiationdetails_dialog.py to test_renegotiationdetails_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_productsuppliereditor.py to test_productsuppliereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_payment_confirm_slave.py to test_payment_confirm_slave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_batchselectiondialog.py to test_batchselectiondialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_clientcategory.py to test_clientcategory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_feedback_dialog.py to test_feedback_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_callsearch.py to test_callsearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_deliverysearch.py to test_deliverysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_deliveryeditor.py to test_deliveryeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_producteditor.py to test_producteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_sintegra_dialog.py to test_sintegra_dialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_client_slave.py to test_client_slave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentmethodslave.py to test_paymentmethodslave.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_paymentflowhistorydialog.py to test_paymentflowhistorydialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_labeldialog.py to test_labeldialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_parametersearch.py to test_parametersearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_clientsalaryhistorysearch.py to test_clientsalaryhistorysearch.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_serviceitemeditor.py to test_serviceitemeditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_qualitytesteditor.py to test_qualitytesteditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/gui/test/test_systemparametereditor.py to test_systemparametereditor.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/dateutils.py to dateutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/ibpt.py to ibpt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/uptime.py to uptime.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/decorators.py to decorators.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/console.py to console.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/message.py to message.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/event.py to event.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/cookie.py to cookie.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/kiwilibrary.py to kiwilibrary.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/invoice.py to invoice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/osutils.py to osutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/formatters.py to formatters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/barcode.py to barcode.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/defaults.py to defaults.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/translation.py to translation.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/configparser.py to configparser.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/environment.py to environment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/template.py to template.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/webservice.py to webservice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/validators.py to validators.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/daemonutils.py to daemonutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/process.py to process.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/diffutils.py to diffutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/autoreload.py to autoreload.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/permissions.py to permissions.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/pdf.py to pdf.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/sintegra.py to sintegra.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/pgpass.py to pgpass.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/unittestutils.py to unittestutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/crashreport.py to crashreport.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/appinfo.py to appinfo.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/parameters.py to parameters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/pluginmanager.py to pluginmanager.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/distutils.py to distutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/stringutils.py to stringutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/latscii.py to latscii.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/settings.py to settings.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/countries.py to countries.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/threadutils.py to threadutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_invoice.py to test_invoice.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_formatters.py to test_formatters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_pluginmanager.py to test_pluginmanager.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_dateutils.py to test_dateutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_sintegragenerator.py to test_sintegragenerator.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_cookiefile.py to test_cookiefile.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_sintegra.py to test_sintegra.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_cardinals_generic.py to test_cardinals_generic.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_cardinals_pt.py to test_cardinals_pt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_ibpt.py to test_ibpt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_event.py to test_event.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_payment.py to test_payment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_colorutils.py to test_colorutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_boleto.py to test_boleto.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_parameters.py to test_parameters.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_xlsexporter.py to test_xlsexporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_ofximporter.py to test_ofximporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_stringutils.py to test_stringutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/test/test_validators.py to test_validators.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/colorutils.py to colorutils.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/introspection.py to introspection.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/sintegragenerator.py to sintegragenerator.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/boleto.py to boleto.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals/generic.py to generic.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals/pt.py to pt.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/cardinals/cardinals.py to cardinals.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/devicemanager.py to devicemanager.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/payment.py to payment.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/lib/algorithms.py to algorithms.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/l10n.py to l10n.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/sv/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/sv/sv.py to sv.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/generic/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/generic/generic.py to generic.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/br/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/l10n/br/br.py to br.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/drivers/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/drivers/cheque.py to cheque.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/drivers/scale.py to scale.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/drivers/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/branchimporter.py to branchimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/purchaseimporter.py to purchaseimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/saleimporter.py to saleimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/transferimporter.py to transferimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/transporterimporter.py to transporterimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/clientimporter.py to clientimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/gnucashimporter.py to gnucashimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/creditproviderimporter.py to creditproviderimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/accounttransactionimporter.py to accounttransactionimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/productimporter.py to productimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/invoiceimporter.py to invoiceimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/accountimporter.py to accountimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/importer.py to importer.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/ofximporter.py to ofximporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/serviceimporter.py to serviceimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/stoqlibexamples.py to stoqlibexamples.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/csvimporter.py to csvimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/employeeimporter.py to employeeimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/importers/supplierimporter.py to supplierimporter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/api.py to api.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/admin.py to admin.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/orm.py to orm.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/interfaces.py to interfaces.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/exceptions.py to exceptions.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/tables.py to tables.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/testsuite.py to testsuite.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/properties.py to properties.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/migration.py to migration.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/runtime.py to runtime.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/viewable.py to viewable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/queryexecuter.py to queryexecuter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/debug.py to debug.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/settings.py to settings.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_database.py to test_database.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_expr.py to test_expr.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_viewable.py to test_viewable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_runtime.py to test_runtime.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_settings.py to test_settings.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/test/test_queryexecuter.py to test_queryexecuter.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/database/expr.py to expr.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/test/test_api.py to test_api.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoqlib/test/tests_runner.py to tests_runner.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/main.py to main.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/dbadmin.py to dbadmin.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/admin.py to admin.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/accounts.py to accounts.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/welcomedialog.py to welcomedialog.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/financial.py to financial.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/receivable.py to receivable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/till.py to till.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/pos.py to pos.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/stock.py to stock.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/update.py to update.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/payable.py to payable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/purchase.py to purchase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/config.py to config.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/services.py to services.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/inventory.py to inventory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/sales.py to sales.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/calendar.py to calendar.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_receivable.py to test_receivable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_payable.py to test_payable.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_inventory.py to test_inventory.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_admin.py to test_admin.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/baseguitest.py to baseguitest.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_launcher.py to test_launcher.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_purchase.py to test_purchase.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_production.py to test_production.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_main.py to test_main.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_till.py to test_till.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_calendar.py to test_calendar.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_financial.py to test_financial.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_config_wizard.py to test_config_wizard.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_sales.py to test_sales.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_pos.py to test_pos.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_services.py to test_services.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/test/test_stock.py to test_stock.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/production.py to production.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/launcher.py to launcher.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/shellapp.py to shellapp.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/shellwindow.py to shellwindow.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/statusbar.py to statusbar.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/shell.py to shell.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/gui/shell/bootstrap.py to bootstrap.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/options.py to options.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/__init__.py to __init__.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/gicompat.py to gicompat.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/startup.py to startup.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/applist.py to applist.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/dependencies.py to dependencies.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/lib/generictreemodel.py to generictreemodel.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/daemonmain.py to daemonmain.pyc
        byte-compiling build/bdist.linux-x86_64/egg/stoq/__installed__.py to __installed__.pyc
        installing package data to build/bdist.linux-x86_64/egg
        running install_data
        creating build/bdist.linux-x86_64/egg/share
        creating build/bdist.linux-x86_64/egg/share/stoq
        creating build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/branches.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/products.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/accounts.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/tabela_ibpt.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/transporters.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/suppliers.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/invoices.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/purchases.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/transfers.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/sales.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/clients.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/creditproviders.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/services.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/employees.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        copying data/csv/transactions.csv -> build/bdist.linux-x86_64/egg/share/stoq/csv
        creating build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ParameterSearch.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SystemParameterEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableImageViewer.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchaseFinishPaymentAdjustStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SalesPersonStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WelcomeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CostCenterDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ImageHolder.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StationEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductStockEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SupplierDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CreditProviderEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableItemSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CashAdvanceEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/HolderTemplate.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchaseDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BasePaymentDataEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StockCostDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PersonEditorTemplate.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SelectPaymentMethodSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CreditProviderMethodSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/QuoteGroupItemsSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BranchDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductionDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchaseFinishProductListStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AdditionListSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/EmployeeDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/receivable.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductTaxTemplateEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/launcher.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductTaxSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableUnitEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/pos.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/UserProfileEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ServiceItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BaseCashSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderQuoteSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/EmployeeRoleSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/QualityTestResultSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PaymentRenegotiationPaymentListStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PluggableWizard.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/DeliveryEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/DeviceSettingsEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BranchDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StockTransferInitialStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SalesPersonQuoteWizardStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BatchSelectionDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CompanyDocumentsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProgressDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SearchDialogDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PaymentListSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/till.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CashChangeSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderQuoteStartStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InventoryAdjustmentEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductQualityTestSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PaymentConfirmSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PersonRoleTypeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderPackageSendEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AddressEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleReturnSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/admin.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ReceivingOrderDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InstallationModeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StartPurchaseStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/QuoteSupplierStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SearchDialogPrintSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/FinishInstallationStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InventoryCountTypeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SearchEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleListToolbar.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AdminPasswordStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleDiscountSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CardOperationCostEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/UserDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchasePaymentStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductStockHistoryDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/financial.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InvoicePrinterEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AccountEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/LoginDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderPackageReceiveSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/DatabaseLocationStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/production.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/payable.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ClientCreditSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderOpeningSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TaxIPISlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TaxICMSSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PaymentMethodEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/QuoteGroupSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CallsEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TillFiscalOperationsToolbar.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ReceivingOrderItemStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellablePriceDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/LonelyPaymentDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/LoanItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/inventory.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ConfirmSaleBatchStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StockDecreaseDetails.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TefStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InitialStockDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/purchase.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TransferOrderDetails.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/DatabaseSettingsStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CardDeviceEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/RelationshipEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AccountTransactionEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CreateDeliveryEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CardMethodEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/stock.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleReturnInvoiceStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/calendar.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BasePaymentMethodSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PaymentChangeDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ReceivingItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductionQuoteDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InventoryOpenEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderExecutionSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchaseSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InstallPostgresStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StartStockDecreaseStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ReceivingInvoiceSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleQuoteItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CreateDatabaseStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/services.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductComponentSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ClientStatusSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/FeedbackDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/UserStatusSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PasswordEditorSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/MultipleMethodSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/FiscalMemoryEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/RenegotiationDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleClientEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderPackageReceiveOrdersStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/DeviceConstantEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/NoteSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductionMaterialListSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InvoiceLayoutEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/UpdateWelcomeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductSupplierEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableCategoryEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TillClosing.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductInformationSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PasswordEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/EmployeeRoleHistorySlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/UpdateSchemaStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CashOutEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/OpenProductionOrderStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/IndividualDocuments.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BankDataSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/LoanDetails.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellablePriceEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SearchDialogButtonSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/OnSaleInfoSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/sales_app.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CommissionDataSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/FinishPurchaseStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/AddressSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/InventoryDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PurchaseItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductionItemEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TillOpening.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SupplierDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProducedItemSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductTypeStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/StartQuoteStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderQuoteWorkOrderStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/BaseTemplate.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ClientDetailsDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/TransporterDataSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/IndividualDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/CashInEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/FiscalBookEntryEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ProductComponentEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PreferencesEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/QualityTestEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/ConsignmentItemSelectionStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/WorkOrderHistorySlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/PluginStep.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/EmployeeStatusSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SellableEditor.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        copying data/glade/SaleInvoicePrinterDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/glade
        creating build/bdist.linux-x86_64/egg/share/stoq/misc
        copying data/misc/stoq.gtkrc -> build/bdist.linux-x86_64/egg/share/stoq/misc
        creating build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-admin-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-products-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-bills-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calc-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-plugin-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-users-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-delivery-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-users-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-hr-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-delivery-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-receiving-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-inventory-app-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-admin-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-services-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-add-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-today-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-devices-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-hr-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calc-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-edit-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-products-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-till-app-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-purchase-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-taxes-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-stock-app-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-stock-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-pos-app-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-production-app.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-stock-app-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-inventory-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-till-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-suppliers-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-admin-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-month-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-list-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-services-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-till-app-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-pos-app-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-week-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-forms-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-week-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-system-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-admin-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-delivery-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-plugin-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-products-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-feedback-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-add-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-clients-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-purchase-app-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-list-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-funnel-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-documents-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-remove-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/splash.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-remove-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-money-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-sales-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-month-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-today-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-plugin-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-user-profiles-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-pos-app-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-payable-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-stock-app-16x16.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-till-app-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-pos-app-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-hr-48x48.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-products-32x32.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq_logo_bgwhite.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-plugin-22x22.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-hr-24x24.png -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-keyboard-48x48.svg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-24x24.svg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq_logo.svg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq-calendar-48x48.svg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_bancobradesco.jpg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_bancoreal.jpg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_banrisul.jpg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_bancocaixa.jpg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_santander.jpg -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_bb.gif -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/logo_itau.gif -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        copying data/pixmaps/stoq_logo.bmp -> build/bdist.linux-x86_64/egg/share/stoq/pixmaps
        creating build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-12.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-35.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-24.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-26.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-26.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-40.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-05-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-48.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-17.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-30.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-15.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-38.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-11.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-06.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-15.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-11.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-09.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-41.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-05.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-36.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-11.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-26.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-37.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-15.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-43.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-37.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-17.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-19.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-27.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-36.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-21.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-36.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-46.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-23.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-08.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-18.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-06.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-20.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-19.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-19.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-05.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-34.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-43.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-10.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-31.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-13.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-07.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-34.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-28.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-12.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-39.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/functions.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-29.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-09.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-41.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-15.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-33.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-33.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-44.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-40.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-39.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-16.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-28.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-19.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-31.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-32.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-25.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-26.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-14.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-47.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-20.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-42.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-05.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-22.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-20.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-10.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-34.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-13.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-37.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-10.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-16.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-27.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-46.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-28.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-21.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-21.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-11.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-24.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-23.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-24.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-29.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-32.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-25.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-25.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-20.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-31.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-05-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-33.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-30.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/initial.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-16.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-42.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-18.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-50.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-12.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-44.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-38.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-22.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-17.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/schema-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-07.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-05.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-08.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-22.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-30.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-00.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-25.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-22.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-12.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-07.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-18.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-16.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-29.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-21.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-32.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-10.sql -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-35.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-06.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-49.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-07.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-08.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-31.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-14.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-13.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-35.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-08.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-23.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-30.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-29.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-45.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-27.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-09.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-13.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-05.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-18.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-04-14.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-28.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-01-27.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-24.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-06.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-23.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-09.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-01.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-45.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-02-14.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        copying data/sql/patch-03-17.py -> build/bdist.linux-x86_64/egg/share/stoq/sql
        creating build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/stock.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/services.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/payable.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/financial.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/receivable.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/calendar.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/pos.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/shellwindow.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/inventory.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/till.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/production.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/purchase.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/sales.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        copying data/uixml/admin.xml -> build/bdist.linux-x86_64/egg/share/stoq/uixml
        creating build/bdist.linux-x86_64/egg/share/stoq/html
        copying data/html/welcome-pt_BR.html -> build/bdist.linux-x86_64/egg/share/stoq/html
        copying data/html/calendar-app.html -> build/bdist.linux-x86_64/egg/share/stoq/html
        copying data/html/welcome.html -> build/bdist.linux-x86_64/egg/share/stoq/html
        copying data/html/chart.html -> build/bdist.linux-x86_64/egg/share/stoq/html
        creating build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/fullcalendar.print.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/jquery.qtip.min.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/calendar.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/fullcalendar.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/jquery.jqplot.min.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        copying data/html/css/welcome.css -> build/bdist.linux-x86_64/egg/share/stoq/html/css
        creating build/bdist.linux-x86_64/egg/share/stoq/html/images
        copying data/html/images/stoq.png -> build/bdist.linux-x86_64/egg/share/stoq/html/images
        copying data/html/images/media-cdrom.png -> build/bdist.linux-x86_64/egg/share/stoq/html/images
        copying data/html/images/top.png -> build/bdist.linux-x86_64/egg/share/stoq/html/images
        creating build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jqplot.categoryAxisRenderer.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jqplot.barRenderer.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/fullcalendar-1.5.2.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jquery.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jqplot.pointLabels.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jquery.jqplot.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        copying data/html/js/jquery.qtip.min.js -> build/bdist.linux-x86_64/egg/share/stoq/html/js
        creating build/bdist.linux-x86_64/egg/share/stoq/template
        copying data/template/chart-time.html -> build/bdist.linux-x86_64/egg/share/stoq/template
        copying data/template/objectlist.html -> build/bdist.linux-x86_64/egg/share/stoq/template
        copying data/template/sold_items_by_branch.html -> build/bdist.linux-x86_64/egg/share/stoq/template
        creating build/bdist.linux-x86_64/egg/share/stoq/template/loan
        copying data/template/loan/loan.html -> build/bdist.linux-x86_64/egg/share/stoq/template/loan
        copying data/template/loan/loan.css -> build/bdist.linux-x86_64/egg/share/stoq/template/loan
        creating build/bdist.linux-x86_64/egg/share/stoq/template/return_sale
        copying data/template/return_sale/return_sale.html -> build/bdist.linux-x86_64/egg/share/stoq/template/return_sale
        copying data/template/return_sale/sale-notes.html -> build/bdist.linux-x86_64/egg/share/stoq/template/return_sale
        copying data/template/return_sale/return_sale-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/return_sale
        copying data/template/return_sale/return_sale-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/return_sale
        creating build/bdist.linux-x86_64/egg/share/stoq/template/payment_flow_history
        copying data/template/payment_flow_history/history-table.html -> build/bdist.linux-x86_64/egg/share/stoq/template/payment_flow_history
        copying data/template/payment_flow_history/payment_flow_history.html -> build/bdist.linux-x86_64/egg/share/stoq/template/payment_flow_history
        creating build/bdist.linux-x86_64/egg/share/stoq/template/payment_receipt
        copying data/template/payment_receipt/payment_receipt.html -> build/bdist.linux-x86_64/egg/share/stoq/template/payment_receipt
        copying data/template/payment_receipt/receipt.html -> build/bdist.linux-x86_64/egg/share/stoq/template/payment_receipt
        creating build/bdist.linux-x86_64/egg/share/stoq/template/production
        copying data/template/production/production-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/production
        copying data/template/production/production-material.html -> build/bdist.linux-x86_64/egg/share/stoq/template/production
        copying data/template/production/production.html -> build/bdist.linux-x86_64/egg/share/stoq/template/production
        copying data/template/production/production-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/production
        copying data/template/production/production-services.html -> build/bdist.linux-x86_64/egg/share/stoq/template/production
        creating build/bdist.linux-x86_64/egg/share/stoq/template/transfer
        copying data/template/transfer/transfer.html -> build/bdist.linux-x86_64/egg/share/stoq/template/transfer
        copying data/template/transfer/transfer.css -> build/bdist.linux-x86_64/egg/share/stoq/template/transfer
        creating build/bdist.linux-x86_64/egg/share/stoq/template/workorder
        copying data/template/workorder/quote.html -> build/bdist.linux-x86_64/egg/share/stoq/template/workorder
        copying data/template/workorder/workorder-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/workorder
        copying data/template/workorder/receipt.html -> build/bdist.linux-x86_64/egg/share/stoq/template/workorder
        copying data/template/workorder/workorder.css -> build/bdist.linux-x86_64/egg/share/stoq/template/workorder
        creating build/bdist.linux-x86_64/egg/share/stoq/template/purchase
        copying data/template/purchase/purchase.html -> build/bdist.linux-x86_64/egg/share/stoq/template/purchase
        copying data/template/purchase/purchase-notes.html -> build/bdist.linux-x86_64/egg/share/stoq/template/purchase
        copying data/template/purchase/purchase-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/purchase
        copying data/template/purchase/purchase-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/purchase
        creating build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/promissory-note.html -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/base.html -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/payment-list.html -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/base.css -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/promissory-note.css -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        copying data/template/base/payment-list.css -> build/bdist.linux-x86_64/egg/share/stoq/template/base
        creating build/bdist.linux-x86_64/egg/share/stoq/template/client_credit
        copying data/template/client_credit/client_credit-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/client_credit
        copying data/template/client_credit/client_credit.html -> build/bdist.linux-x86_64/egg/share/stoq/template/client_credit
        copying data/template/client_credit/client_credit-transactions.html -> build/bdist.linux-x86_64/egg/share/stoq/template/client_credit
        creating build/bdist.linux-x86_64/egg/share/stoq/template/stock_decrease
        copying data/template/stock_decrease/stock_decrease-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/stock_decrease
        copying data/template/stock_decrease/stock_decrease-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/stock_decrease
        copying data/template/stock_decrease/stock_decrease.html -> build/bdist.linux-x86_64/egg/share/stoq/template/stock_decrease
        creating build/bdist.linux-x86_64/egg/share/stoq/template/quote
        copying data/template/quote/quote-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/quote
        copying data/template/quote/quote-notes.html -> build/bdist.linux-x86_64/egg/share/stoq/template/quote
        copying data/template/quote/quote.html -> build/bdist.linux-x86_64/egg/share/stoq/template/quote
        copying data/template/quote/quote-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/quote
        creating build/bdist.linux-x86_64/egg/share/stoq/template/sale
        copying data/template/sale/sale.html -> build/bdist.linux-x86_64/egg/share/stoq/template/sale
        copying data/template/sale/sale-items.html -> build/bdist.linux-x86_64/egg/share/stoq/template/sale
        copying data/template/sale/sale-notes.html -> build/bdist.linux-x86_64/egg/share/stoq/template/sale
        copying data/template/sale/sale-details.html -> build/bdist.linux-x86_64/egg/share/stoq/template/sale
        creating build/bdist.linux-x86_64/egg/share/stoq/template/booklet
        copying data/template/booklet/bill.html -> build/bdist.linux-x86_64/egg/share/stoq/template/booklet
        copying data/template/booklet/report.html -> build/bdist.linux-x86_64/egg/share/stoq/template/booklet
        copying data/template/booklet/receipt.html -> build/bdist.linux-x86_64/egg/share/stoq/template/booklet
        copying data/template/booklet/report.css -> build/bdist.linux-x86_64/egg/share/stoq/template/booklet
        creating build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/workorderdetails.html -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/prescription.html -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/optical.html -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/opticaldetails.html -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/saledetails.html -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        copying data/template/optical/optical.css -> build/bdist.linux-x86_64/egg/share/stoq/template/optical
        creating build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/lonely-payments.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/purchases.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/summary.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/supplies.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/till.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/return-sales.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/sales.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/removals.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/card-summary.html -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        copying data/template/till/till.css -> build/bdist.linux-x86_64/egg/share/stoq/template/till
        creating build/bdist.linux-x86_64/egg/share/applications
        copying stoq.desktop -> build/bdist.linux-x86_64/egg/share/applications
        creating build/bdist.linux-x86_64/egg/share/doc
        creating build/bdist.linux-x86_64/egg/share/doc/stoq
        copying AUTHORS -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying CONTRIBUTORS -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying COPYING -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying COPYING.pt_BR -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying COPYING.stoqlib -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying README -> build/bdist.linux-x86_64/egg/share/doc/stoq
        copying docs/copyright -> build/bdist.linux-x86_64/egg/share/doc/stoq
        creating build/bdist.linux-x86_64/egg/share/gnome
        creating build/bdist.linux-x86_64/egg/share/gnome/help
        creating build/bdist.linux-x86_64/egg/share/gnome/help/stoq
        creating build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-receivable.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-payable-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transporter.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/workorder.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-remove-money.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/loan.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/costs-center-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/supplier-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-production.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/tax-class-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-admin.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-receivable.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-confirm.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/supplier-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/supplier.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/workorder-quote.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-open.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/plugin-ecf.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-receivable-receive.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/faq.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-trade.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/purchase-receival.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/branch-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/workorder-finish.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/purchase-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/loan-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-payable.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-receivable-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/costs-center-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/purchase-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-return.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-inventory.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-profile-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-profile.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/costs-center-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/card-device.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-profile-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-receivable-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/stock-decrease.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-close.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-payable-pay.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-call-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/branch.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-maintenance.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-close.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/overview.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/stock-register-initial.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-purchase.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/index.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-remove.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/installation.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/stock-transfer.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/plugin.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transaction.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-history.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-change-profile.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/changelog.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/account-payable-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-profile-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/plugin-nfe.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/branch-set-main.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-call-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/sale-quote.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/tax-class-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/branch-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/purchase-confirm.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-call-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/payment-method.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/loan-finish.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-change-password.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production-start.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory-count.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/loan-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/bill.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/loan-item-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/workorder-execution.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production-product.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/workorder-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/branch-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-financial.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/stock.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transporter-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-add-money.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/tax-class.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-login.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/purchase.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/about.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-stock.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service-remove.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transaction-import.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-till.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/receipt.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transporter-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/supplier-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-pos.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-calendar.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/costs-center.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/user-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/plugin-books.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/param.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/plugin-tef.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transaction-new.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-sales.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-print-label.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/app-payable.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/service-close.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/production-finish.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory-print-counting.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till-verify.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/tax-class-edit.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-add-supplier.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/till.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/client-call.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/product-add-tax-class.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/transporter-search.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/inventory-adjust.page -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        copying docs/manual/pt_BR/legal.xml -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C
        creating build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_main.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_results_popup.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_validation_before.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_new_receival.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_search_search.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_launcher.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_search_new_edit.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_new_sale.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_toolbar.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/color-729fcf.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_new_purchase.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/color-4e9a06.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_report.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/color-ef2929.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_search_filter.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_installation.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_wizard_buttons.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_new_product.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_validation_after.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_required_field.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_splash.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/color-fcaf3e.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_search_column_visibility.png -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        copying docs/manual/pt_BR/figures/stoq_logo.svg -> build/bdist.linux-x86_64/egg/share/gnome/help/stoq/C/figures
        creating build/bdist.linux-x86_64/egg/share/icons
        creating build/bdist.linux-x86_64/egg/share/icons/hicolor
        creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48
        creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
        copying data/pixmaps/stoq.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/apps
        creating build/bdist.linux-x86_64/egg/share/polkit-1
        creating build/bdist.linux-x86_64/egg/share/polkit-1/actions
        copying data/br.com.stoq.createdatabase.policy -> build/bdist.linux-x86_64/egg/share/polkit-1/actions
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins
        copying plugins/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/deviceconstanteditor.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfprinterdialog.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/catgenerator.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfplugin.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/cat52.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/paulistainvoicedialog.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfui.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfdomain.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/couponprinter.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfmemorydialog.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecfprinterstatus.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        copying plugins/ecf/ecf.plugin -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/test_device.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/ecftest.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/test_fiscalprinter.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/test_paulistainvoicedialog.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        copying plugins/ecf/test/test_cat52.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/test
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        copying plugins/nfe/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        copying plugins/nfe/nfegenerator.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        copying plugins/nfe/nfeui.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        copying plugins/nfe/nfeplugin.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        copying plugins/nfe/nfe.plugin -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/test
        copying plugins/nfe/test/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/test
        copying plugins/nfe/test/test_nfe.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/test
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/publishersearch.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/booksui.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/bookssearch.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/booksslave.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/booksplugin.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/booksdomain.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        copying plugins/books/books.plugin -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalreport.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalui.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalslave.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalwizard.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalhistory.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/medicssearch.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticaldomain.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticaleditor.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/opticalplugin.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        copying plugins/optical/optical.plugin -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_editor.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/__init__.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_plugin.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_ui.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_domain.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_slave.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_search.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_history.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_report.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        copying plugins/optical/tests/test_optical_wizard.py -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/tests
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/glade
        copying plugins/ecf/glade/FiscalPrinterDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/glade
        copying plugins/ecf/glade/PaulistaInvoice.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/glade
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-05.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-07.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-04.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        copying plugins/ecf/sql/patch-00-06.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/ecf/sql
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/sql
        copying plugins/nfe/sql/patch-00-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/sql
        copying plugins/nfe/sql/patch-00-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/nfe/sql
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/books/glade
        copying plugins/books/glade/ProductBookSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books/glade
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/books/sql
        copying plugins/books/sql/patch-00-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books/sql
        copying plugins/books/sql/patch-00-03.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books/sql
        copying plugins/books/sql/patch-00-02.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/books/sql
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/PatientVisualAcuity.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/MedicDetailsSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/PatientHistory.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/PatientTest.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/ProductOpticSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/WorkOrderOpticalSlave.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/PatientHistoryDialog.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        copying plugins/optical/glade/PatientMeasures.ui -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/glade
        creating build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/sql
        copying plugins/optical/sql/patch-00-01.sql -> build/bdist.linux-x86_64/egg/share/stoq/plugins/optical/sql
        creating build/bdist.linux-x86_64/egg/share/locale
        creating build/bdist.linux-x86_64/egg/share/locale/ru
        creating build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES
        copying locale/ru/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/hr
        creating build/bdist.linux-x86_64/egg/share/locale/hr/LC_MESSAGES
        copying locale/hr/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/hr/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/pt
        creating build/bdist.linux-x86_64/egg/share/locale/pt/LC_MESSAGES
        copying locale/pt/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/pt/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/en_CA
        creating build/bdist.linux-x86_64/egg/share/locale/en_CA/LC_MESSAGES
        copying locale/en_CA/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/en_CA/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/nl
        creating build/bdist.linux-x86_64/egg/share/locale/nl/LC_MESSAGES
        copying locale/nl/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/nl/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR
        creating build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        copying locale/pt_BR/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/pt_BR/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES
        creating build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        copying locale/es_ES/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/es_ES/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/sv
        creating build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES
        copying locale/sv/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/sv/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/el
        creating build/bdist.linux-x86_64/egg/share/locale/el/LC_MESSAGES
        copying locale/el/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/el/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/bs
        creating build/bdist.linux-x86_64/egg/share/locale/bs/LC_MESSAGES
        copying locale/bs/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/bs/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/de
        creating build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES
        copying locale/de/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/fr
        creating build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES
        copying locale/fr/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/fr/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/en_AU
        creating build/bdist.linux-x86_64/egg/share/locale/en_AU/LC_MESSAGES
        copying locale/en_AU/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/en_AU/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/fi
        creating build/bdist.linux-x86_64/egg/share/locale/fi/LC_MESSAGES
        copying locale/fi/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/fi/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/tr
        creating build/bdist.linux-x86_64/egg/share/locale/tr/LC_MESSAGES
        copying locale/tr/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/tr/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/ar
        creating build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES
        copying locale/ar/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/es
        creating build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES
        copying locale/es/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/pl
        creating build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES
        copying locale/pl/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/pl/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/it
        creating build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES
        copying locale/it/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/it/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/hu
        creating build/bdist.linux-x86_64/egg/share/locale/hu/LC_MESSAGES
        copying locale/hu/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/hu/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/ja
        creating build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES
        copying locale/ja/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/share/locale/en_GB
        creating build/bdist.linux-x86_64/egg/share/locale/en_GB/LC_MESSAGES
        copying locale/en_GB/LC_MESSAGES/stoq.mo -> build/bdist.linux-x86_64/egg/share/locale/en_GB/LC_MESSAGES
        creating build/bdist.linux-x86_64/egg/EGG-INFO
        installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        running install_scripts
        running build_scripts
        creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/stoqdbadmin -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/stoq-daemon -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/stoqcreatedbuser -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        copying build/scripts-2.7/stoq -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/stoqdbadmin to 755
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/stoq-daemon to 755
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/stoqcreatedbuser to 755
        changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/stoq to 755
        copying stoq.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoq.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoq.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoq.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoq.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        copying stoq.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
        creating 'dist/stoq-1.8.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
        removing 'build/bdist.linux-x86_64/egg' (and everything under it)
        Processing stoq-1.8.0-py2.7.egg
        removing '/usr/lib/python2.7/site-packages/stoq-1.8.0-py2.7.egg' (and everything under it)
        creating /usr/lib/python2.7/site-packages/stoq-1.8.0-py2.7.egg
        Extracting stoq-1.8.0-py2.7.egg to /usr/lib/python2.7/site-packages
        stoq 1.8.0 is already the active version in easy-install.pth
        Installing stoq script to /usr/bin
        Installing stoqdbadmin script to /usr/bin
        Installing stoqcreatedbuser script to /usr/bin
        Installing stoq-daemon script to /usr/bin

        Installed /usr/lib/python2.7/site-packages/stoq-1.8.0-py2.7.egg
        Processing dependencies for stoq==1.8.0
        Searching for pypoppler>=0.12.1
        Reading https://pypi.python.org/simple/pypoppler/
        Best match: pypoppler 0.12.2
        Downloading https://pypi.python.org/packages/source/p/pypoppler/pypoppler-0.12.2.tar.gz#md5=ab598155bab328917d9ab77fd20a9172
        Processing pypoppler-0.12.2.tar.gz
        Writing /root/tmp/easy_install-hlHvIt/pypoppler-0.12.2/setup.cfg
        Running pypoppler-0.12.2/setup.py -q bdist_egg --dist-dir /root/tmp/easy_install-hlHvIt/pypoppler-0.12.2/egg-dist-tmp-fHvFzv
        Package poppler-glib was not found in the pkg-config search path.
        Perhaps you should add the directory containing `poppler-glib.pc'
        to the PKG_CONFIG_PATH environment variable
        No package 'poppler-glib' found
        Package pygobject-2.0 was not found in the pkg-config search path.
        Perhaps you should add the directory containing `pygobject-2.0.pc'
        to the PKG_CONFIG_PATH environment variable
        No package 'pygobject-2.0' found
        Package pycairo was not found in the pkg-config search path.
        Perhaps you should add the directory containing `pycairo.pc'
        to the PKG_CONFIG_PATH environment variable
        No package 'pycairo' found
        Traceback (most recent call last):
          File "setup.py", line 211, in <module>
            zip_safe=building_egg)
          File "/usr/lib/python2.7/site-packages/kiwi_gtk-1.9.38-py2.7.egg/kiwi/dist.py", line 387, in setup
            DS_setup(**kwargs)
          File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup
            dist.run_commands()
          File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
            self.run_command(cmd)
          File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
            cmd_obj.run()
          File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 73, in run
            self.do_egg_install()
          File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 101, in do_egg_install
            cmd.run()
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 374, in run
            self.easy_install(spec, not self.no_deps)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 590, in easy_install
            return self.install_item(None, spec, tmpdir, deps, True)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 641, in install_item
            self.process_distribution(spec, dist, deps)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 687, in process_distribution
            [requirement], self.local_index, self.easy_install
          File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 568, in resolve
            dist = best[req.key] = env.best_match(req, self, installer)
          File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 806, in best_match
            return self.obtain(req, installer) # try and download/install
          File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 818, in obtain
            return installer(requirement)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 609, in easy_install
            return self.install_item(spec, dist.location, tmpdir, deps)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 639, in install_item
            dists = self.install_eggs(spec, download, tmpdir)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 825, in install_eggs
            return self.build_and_install(setup_script, setup_base)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1031, in build_and_install
            self.run_setup(setup_script, setup_base, args)
          File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1016, in run_setup
            run_setup(setup_script, args)
          File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 69, in run_setup
            lambda: execfile(
          File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 120, in run
            return func()
          File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 71, in <lambda>
            {'__file__':setup_script, '__name__':'__main__'}
          File "setup.py", line 80, in <module>
            def list_templates():
          File "setup.py", line 38, in __init__
           
          File "setup.py", line 30, in pkgconfig
            dc = DependencyChecker()
          File "/usr/lib64/python2.7/subprocess.py", line 573, in check_output
            raise CalledProcessError(retcode, cmd, output=output)
        subprocess.CalledProcessError: Command '['pkg-config', '--libs', '--cflags', 'poppler-glib pygobject-2.0 pycairo']' returned non-zero exit status 1
        [root@localhost stoq-1.8.0]#

3 - Depois, digitei stoq como usuário comum "mageia-4" e deu erro:

      Código: Selecionar todos
      [mageia4@localhost ~]$ stoq
      Traceback (most recent call last):
        File "/usr/bin/stoq", line 4, in <module>
          import pkg_resources
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in <module>
          working_set.require(__requires__)
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in require
          needed = self.resolve(parse_requirements(requirements))
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve
          raise DistributionNotFound(req)
      pkg_resources.DistributionNotFound: stoqdrivers>=0.9.21
      [mageia4@localhost ~]$

4 - Digitei stoq como usuário root e deu erro:

      Código: Selecionar todos
      [root@localhost stoq-1.8.0]# stoq
      Traceback (most recent call last):
        File "/usr/bin/stoq", line 4, in <module>
          import pkg_resources
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in <module>
          working_set.require(__requires__)
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in require
          needed = self.resolve(parse_requirements(requirements))
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve
          raise DistributionNotFound(req)
      pkg_resources.DistributionNotFound: pypoppler>=0.12.1
      [root@localhost stoq-1.8.0]#


5 - Numa outra tentativa, instalei o pacote python-pip-6.1.1-2.mga5.noarch.rpm, entrei em cada um das três pastas e digitei o comando pip install stoqdrivers, depois pip install kiwi e por fim pip install stoq:

    pip install stoqdrivers
        Código: Selecionar todos
        [root@localhost stoqdrivers-0.9.22]# pip install stoqdrivers
        Requirement already satisfied (use --upgrade to upgrade): stoqdrivers in /usr/lib/python2.7/site-packages/stoqdrivers-0.9.22-py2.7.egg
        Requirement already satisfied (use --upgrade to upgrade): kiwi-gtk>=1.9.28 in /usr/lib/python2.7/site-packages/kiwi_gtk-1.9.38-py2.7.egg (from stoqdrivers)
        Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.0 in /usr/lib64/python2.7/site-packages (from stoqdrivers)
        Requirement already satisfied (use --upgrade to upgrade): pyserial>=2.2 in /usr/lib/python2.7/site-packages (from stoqdrivers)
        Collecting PyGTK>=2.24.0 (from kiwi-gtk>=1.9.28->stoqdrivers)
          Using cached pygtk-2.24.0.tar.bz2
            Complete output from command python setup.py egg_info:
            ********************************************************************
            * Building PyGTK using distutils is only supported on windows. *
            * To build PyGTK in a supported way, read the INSTALL file.    *
            ********************************************************************
           
            ----------------------------------------
            Command "python setup.py egg_info" failed with error code 1 in /root/tmp/pip-build-wnMwVz/PyGTK
        [root@localhost stoqdrivers-0.9.22]#

        Aqui parece que foi OK

    pip install kiwi
        Código: Selecionar todos
        [root@localhost kiwi-master]# pip install kiwi
        Requirement already satisfied (use --upgrade to upgrade): kiwi in /usr/lib/python2.7/site-packages/kiwi-1.9.40-py2.7.egg
        Collecting PyGTK>=2.24.0 (from kiwi)
          Downloading pygtk-2.24.0.tar.bz2 (2.4MB)
            100% |████████████████████████████████| 2.4MB 98kB/s
            Complete output from command python setup.py egg_info:
            ********************************************************************
            * Building PyGTK using distutils is only supported on windows. *
            * To build PyGTK in a supported way, read the INSTALL file.    *
            ********************************************************************
           
            ----------------------------------------
            Command "python setup.py egg_info" failed with error code 1 in /root/tmp/pip-build-1oM8e5/PyGTK
        [root@localhost kiwi-master]#

        Aqui deu erro

    pip install stoq:
        Código: Selecionar todos
        [root@localhost stoq-1.8.0]# pip install stoq
        Requirement already satisfied (use --upgrade to upgrade): stoq in /usr/lib/python2.7/site-packages/stoq-1.8.0-py2.7.egg
        Requirement already satisfied (use --upgrade to upgrade): Mako>=0.2.5 in /usr/lib/python2.7/site-packages (from stoq)
        Collecting PIL>=1.1.5 (from stoq)
          Could not find a version that satisfies the requirement PIL>=1.1.5 (from stoq) (from versions: )
          Some externally hosted files were ignored as access to them may be unreliable (use --allow-external PIL to allow).
          No matching distribution found for PIL>=1.1.5 (from stoq)
        [root@localhost stoq-1.8.0]#

        Aqui deu erro, não foi encontado o PIL - Python Imaging Library. A Mageia tem um fork que é python-pillow: python image processing library

6 - Depois, voltei a dar o comando stoq como usuário comum e root, e continuou não abrindo e dando os mesmos erros anteriores.

7 - Seguindo a dica do wiki do Stoq (onfigurando o postgresql), tentei criar, como root, um usuário do postgres e não consegui:

      Código: Selecionar todos
      [root@localhost stoq-1.8.0]# createuser stoqmageia
      A nova role poderá criar um super-usuário? (s/n) n
      A nova role poderá criar bancos de dados? (s/n) s
      A nova role poderá criar novas roles? (s/n) s
      createuser: não pôde conectar ao banco de dados postgres: não pôde conectar ao servidor: Arquivo ou diretório não encontrado
              O servidor está executando localmente e aceitando
              conexões no soquete de domínio Unix "/tmp/.s.PGSQL.5432"?
      [root@localhost stoq-1.8.0]#

8 - CONCLUSÃO:
Avatar do usuário
macxi
Suporte Wiki Mageia Brasil
Suporte Wiki Mageia Brasil
 
Mensagens: 1565
Registrado em: Qua Abr 17, 2013 10:09 pm

Re: Stoq no Mageia!

Mensagempor Elfon » Qua Mai 20, 2015 5:44 pm

Olá pessoal,

Atualmente tenho o stoq 1.9.0. Ele está na versão 1.9.1 (esta última é capaz de gerar um arquivo txt compatível com xml 3.1 do emissor de NFe da Sefaz). Um amigo empacotou pra mim. Iria colocar os créditos, mas ele disse que não tem muito tempo disponível e fez em intervalos, o que, em minha opinião, impossibilitaria uma maior atenção à comunidade :).

Vou verificar se tenho uma resposta e um possível tuto aos empacotadores :).

macxi, você poderia tentar rodar no terminal $ stoq --wizard

Se não der erro ele vai rodar pela primeira vez o instalador. Lembrando que na versão 1.9 ele cria a base de dados sozinho pelo instalador. Talvez ajude. Espero ter novas informações em breve.

Abraço a todos!
Elfon
Colaborador Mageia
Colaborador Mageia
 
Mensagens: 8
Registrado em: Qua Mar 25, 2015 10:37 am

Re: Stoq no Mageia!

Mensagempor macxi » Qua Mai 20, 2015 6:31 pm

Elfon escreveu:Olá pessoal,
Atualmente tenho o stoq 1.9.0. Ele está na versão 1.9.1 (esta última é capaz de gerar um arquivo txt compatível com xml 3.1 do emissor de NFe da Sefaz). Um amigo empacotou pra mim. Iria colocar os créditos, mas ele disse que não tem muito tempo disponível e fez em intervalos, o que, em minha opinião, impossibilitaria uma maior atenção à comunidade :).
Vou verificar se tenho uma resposta e um possível tuto aos empacotadores :).
macxi, você poderia tentar rodar no terminal $ stoq --wizard
Se não der erro ele vai rodar pela primeira vez o instalador. Lembrando que na versão 1.9 ele cria a base de dados sozinho pelo instalador. Talvez ajude. Espero ter novas informações em breve.
Abraço a todos!

Elfon,
Obrigado pelas dicas. Tentei usar o comando stoq --wizard, mas deu erro:
      Código: Selecionar todos
      [root@localhost stoq-1.8.0]# stoq --wizard
      Traceback (most recent call last):
        File "/usr/bin/stoq", line 4, in <module>
          import pkg_resources
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in <module>
          working_set.require(__requires__)
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in require
          needed = self.resolve(parse_requirements(requirements))
        File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve
          raise DistributionNotFound(req)
      pkg_resources.DistributionNotFound: pypoppler>=0.12.1
      [root@localhost stoq-1.8.0]#

Acho uma das coisas é que falta fazer o postgresql funcionar e criar um usuáro.
Você sabe onde baixar os fontes da versão Stoq 1.9.0 e do Stoq 1.9.1?
Obrigado por ajudar.
Abraço,
Macxi


      Editado: :
      1 - Tem uma discussão na lista de email do Stoq sobre esse assunto em 2012, mas sem uma solução:[Stoq-users] baixando codigo fonte.
      2 - Há outros tópicos sobre esse erro ImportError na internet e dicas interessantes de como corrigir:

      3 - Tem que fazer um tuto para os comandos do postgres na Mageia, porque os que estão no wiki Stoq são para o Ubuntu/Debian.
      Um comando que achei para o postgres na Mageia, mas que não sei se está correto , para criar usuário:
        [mageia5@localhost ~]$ psql -d template1 -U postgres
        psql (9.4.1, servidor 9.3.6)
        Digite "help" para ajuda.
        template1=# CREATE USER mageia5_stoq WITH PASSWORD '123';
        CREATE ROLE
        template1=#
        template1=# \q
        [mageia5@localhost ~]$

      4 - tem uma dica para corrogir esse erro aqui: Fabric FAQ, para atualizar o setuptoos com o comando pip install -U setuptools. Rodei como root, atualizou, mas o erro continouo com pequenas modificações.

      5 - Possível lista de dependência para o Stoq na Mageia:
        a) Fiz algumas lista de instalação de dependências do stoq na Mageia, com base na lista do wiki stoq, corrigi alguns nomes que são da Mageia, mas que não sei se estão certas:
          urpmi python python-zope-interface python-psycopg2 python-imaging python-reportlab postgresql python-dateutil python-mako python-gudev python-poppler-qt4 python-webkitgtk python-twisted-core python-twisted-web librsvg2 python-xlwt gettext intltool git git-review python-setuptools python-pep8 pyflakes python-mock pylint python-storm python-kiwi
        b) Instalando o python-pip:
          urpmi python-pip
        c) Uma outra lista baseada no comentário da lista do Stoq de 2012: [Stoq-users] Fwd: baixando codigo fonte, mas ctambém não sei se é necessária:
          urpmi bzrtools python-paramiko openssh python-pycrypto python-celementtree python-pyrex

      6 - Acho que há um importante aviso de erro na instalação do Kiwi, stoqdrivers e stoq, e depois ao se tentar rodar. Parece que é erro de compilação do pacote 'PyGTK>=2.24.0'. Parece que ele está sendo importado, mas não está sendo compilado corretamente para a Mageia:
        a) Aviso de erro:
          Collecting PyGTK>=2.24.0 (from kiwi-gtk>=1.9.40->stoq)
          Using cached pygtk-2.24.0.tar.bz2
          Complete output from command python setup.py egg_info:
          ********************************************************************
          * Building PyGTK using distutils is only supported on windows. *
          * To build PyGTK in a supported way, read the INSTALL file. *
          ********************************************************************
        b)Parece que este pacote 'PyGTK>=2.24.0' não está sendo intalado corretamente. O aviso diz "Para construir PyGTK de forma suportada, leia o arquivo INSTALAR" e não sei se é isso, mas vi que para instalar, ele usa comandos que não são da Mageia, como ./configure, make e make install. Teria que ver se é isso mesmo. Assunto que não é prá mim, mas pra desenvolvedores. :)
Avatar do usuário
macxi
Suporte Wiki Mageia Brasil
Suporte Wiki Mageia Brasil
 
Mensagens: 1565
Registrado em: Qua Abr 17, 2013 10:09 pm

Re: Stoq no Mageia!

Mensagempor Elfon » Qui Mai 21, 2015 9:25 am

Olá pessoal.

Conversei com o empacotador. É o gmoro. Ele se mostrou bem disposto a dar algumas dicas. Provavelmente não terão muitos problemas, pois a maior parte já está disponível nos repositórios do mageia.

Podem entrar no #openamandriva-br e conversar com o gmoro. Em breve teremos a versão 1.9.1 nos repositórios do ROSA.

Abraço a todos.
Elfon
Colaborador Mageia
Colaborador Mageia
 
Mensagens: 8
Registrado em: Qua Mar 25, 2015 10:37 am

Re: Stoq no Mageia!

Mensagempor Visitante 953 » Qui Mai 21, 2015 11:06 am

Pronto pessoal e te agradeço em particular, muito obrigado por sua colaboração e disponibilidade Elfon

Mesmo não sendo nenhum empacotador já estou indo lá tagarelar com o gmoro
;)

T+
Visitante 953
 

Re: Stoq no Mageia!

Mensagempor macxi » Qui Mai 21, 2015 11:32 am

Elfon escreveu:Olá pessoal.
Conversei com o empacotador. É o gmoro. Ele se mostrou bem disposto a dar algumas dicas. Provavelmente não terão muitos problemas, pois a maior parte já está disponível nos repositórios do mageia.
Podem entrar no #openamandriva-br e conversar com o gmoro. Em breve teremos a versão 1.9.1 nos repositórios do ROSA.
Abraço a todos.


Elfon,
Muito boa notícia. Acho que estamos no caminho. Eu procurei o erro, mas foram vários dias para achar um erro "ImportError: cannot import name currency" que o Florian Hubold (Doktor500) já achou em 2014 e ainda não há reposta para a pergunta dele: "Ele não inicia, por que deve ser importado, então?"

Não sou desenvolvedor, por isso, peço licença para que entende do assunto, mas dou os seguintes palpites:
    a) as várias dicas atuais que estão direcionadas para o Ubuntu/Debian e pacotes DEB precisam ser adaptadas para a Mageia.
    b) talvez seja preciso adequar a localização de algumas pastas do Ubuntu/Debian para a Mageia.
    c) penso q precisa fazer o postgres funcionar, pra isso traduzir os comandos do Ubuntu/Debian para a Mageia.
    d) uma possível solução do erro "ImportError: cannot import name currency" talvez seja corrigir a localização da pasta ~/.local/lib/python2.7/site-packages/
    e) penso que o erro mais importante é o erro de instalação do 'PyGTK>=2.24.0' , mesmo tendo instalado na Mageia-5-RC todos esses pacotes:
        pygtk2.0-2.24.0-8.mga5.x86_64.rpm
        gtk+2.0-2.24.26-3.mga5.x86_64.rpm
        gtk+3.0-3.14.8-5.mga5.x86_64.rpm
      Ou seja, mesmo com esses 3 pacotes instalados, o python importa o pacote pygtk e depois dá erro de instalação do 'PyGTK>=2.24.0'.
    f) RESUMO: três coisa me parecem importantes:
      1 - corrigir a instalação desse pacote 'PyGTK>=2.24.0';
      2 - fazer rodar o postgres rodar corretamente.
      3 - Se isso não corrigir o erro o "ImportError", então ver se tem q corrigir a localização da pasta ~/.local/lib/python2.7/site-packages/
Elfon, muito obrigado por seu apoio. :)
Abraço
Macxi

creto escreveu:Pronto pessoal e te agradeço em particular, muito obrigado por sua colaboração e disponibilidade Elfon
Mesmo não sendo nenhum empacotador já estou indo lá tagarelar com o gmoro
;)
T+


Creto,
Se você puder fazer este contato com o gmoro (Guilherme) da OpenMandriva, seria bem interessante, por que eu não vou ter tempo nas proximas semanas. Valeu! :)

        Obs: Will e Creto, obrigado por comentar positivamente sobre minha organização, mas lembro que eu não sou desenvolvedor, tudo isso é muito complicado, por isso tento organizar o texto para eu mesmo conseguir entender quando ler o texto daqui a um mês ou mais. Isso facilita que os outros entendam para ajudar a procurar a solução também. Eu gosto de editar documentação para iniciante desde os tempos da Mandriva, mas não entendo de programação ou desenvolvimento, só dou palpite mesmo. :)
Avatar do usuário
macxi
Suporte Wiki Mageia Brasil
Suporte Wiki Mageia Brasil
 
Mensagens: 1565
Registrado em: Qua Abr 17, 2013 10:09 pm

Re: Stoq no Mageia!

Mensagempor Visitante 953 » Qui Mai 21, 2015 11:53 am

Ok, Macxi o contato eu já rapidamente me apresentei ao gmoro na rede freenode canal #openmandriva-br e fui muito bem recebido.

Há um porém comigo também né Macxi?!! Eu, assim mesmo tão suscetivel a ver erros e em muitas das vezes conseguir por mérito proprio solucioná-los, ainda assim não sou desenvolvedor e com bem pouco conhecimento técnico. Sei que há quem pense pela minha participação que sei um pouco a mais, mas não é meu caso.

Apenas sou muito curioso e sempre tento achar tempo para investir nisso.

Vou fazer tudo que posso ao meu alcance, já que também senão fui o primeiro fui um dos primeiros a querer ver esse excelente software de gestão comercial na Mageia. Pode contar comigo!

T+
Visitante 953
 

Re: Stoq no Mageia!

Mensagempor macxi » Qui Mai 21, 2015 11:57 am

creto escreveu:Ok, Macxi o contato eu já rapidamente me apresentei ao gmoro na rede freenode canal #openmandriva-br e fui muito bem recebido.

Q ótimo, é um bom começo.
creto escreveu:Apenas sou muito curioso e sempre tento achar tempo para investir nisso.

Eu tb.
E o Gmoro fala português? Isso ajudaria bastante.
Avatar do usuário
macxi
Suporte Wiki Mageia Brasil
Suporte Wiki Mageia Brasil
 
Mensagens: 1565
Registrado em: Qua Abr 17, 2013 10:09 pm

Re: Stoq no Mageia!

Mensagempor Visitante 953 » Qui Mai 21, 2015 12:11 pm

macxi escreveu:Eu tb.
E o Gmoro fala português? Isso ajudaria bastante.

Sim, creio ser um brasileiro usuário da Open Mandriva - OM, ou Rosa desktop não sei ao certo.

T+
Visitante 953
 

Re: Stoq no Mageia!

Mensagempor macxi » Qui Mai 21, 2015 12:18 pm

creto escreveu:
macxi escreveu:Eu tb.
E o Gmoro fala português? Isso ajudaria bastante.

Sim, creio ser um brasileiro usuário da Open Mandriva - OM, ou Rosa desktop não sei ao certo.
T+

Creto,
Desculpe acabei editando meu texto depois que vi o "BR" do canal #openmandriva-br. Q ótimo que ele fala portuguẽs.
E pelo que diz no wiki da OpenMandriva, o Gmoro é membro do Conselho da OpenMandriva, e desenvolvedor avançado da OpenMandriva e deve ter ótimas dicas.
Avatar do usuário
macxi
Suporte Wiki Mageia Brasil
Suporte Wiki Mageia Brasil
 
Mensagens: 1565
Registrado em: Qua Abr 17, 2013 10:09 pm

AnteriorPróximo

Voltar para Empacotamento de software

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 3 visitantes

cron