Hi Thomas,
That solves that error, but now I'm getting import errors. At first I was
getting:
File "C:\Anaconda3\envs\pyqt5\lib\site-packages\pyqtgraph\Qt.py" line 94, in
<moldule>from PySide import QtGui, QtCore, QtOpenGL, QtSVGImportError: cannot
import name QtOpenGL
Changing from:
Import Pyside
to
from PySide import QtGui, QtCore, QtOpenGL, QtSVG
in the actual application (i.e. DataViewer.py) now means I'm getting:
File
"C:\Anaconda3\envs\pyqt5\lib\site-packages\cx_Freeze\initscripts\Console.py",
line 27, in <module>exec(code, m.__dict__)File "DataViewer.py", line 5, in
<module>ImportError: cannot import name 'QtOpenGL"
I could potentially install PySide, as it won't interfere with my PyQt5
installation, although I'm not sure what overall effects that will have.
Thoughts?
Thanks again for your help,
Dan
Date: Fri, 12 Dec 2014 21:32:28 -0800
From: tak...@gmail.com
To: cx-freeze-users@lists.sourceforge.net
Subject: Re: [cx-freeze-users] Module is included on freeze, but not used
properly
Hi Daniel,
If you put an import PySide in your code before it tries to load pyqtgraph, do
you see an error?
Thomas
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users