Skip to content

Instantly share code, notes, and snippets.

View plasmoidia's full-sized avatar

plasmoidia plasmoidia

View GitHub Profile
@plasmoidia
plasmoidia / exporters__init__.py
Created October 9, 2013 21:52
Modify pyqtgraph exporters for use with pyinstaller so that exporting works.
Exporters = []
from pyqtgraph import importModules
#from .. import frozenSupport
import os
d = os.path.split(__file__)[0]
#files = []
#for f in frozenSupport.listdir(d):
#if frozenSupport.isdir(os.path.join(d, f)) and f != '__pycache__':
#files.append(f)
#elif f[-3:] == '.py' and f not in ['__init__.py', 'Exporter.py']: