I'm trying to create an installer that bundles in custom widgets and
modifications for those widgets. I was trying to execute create_exe.py.
Is that the correct way to generate the windows installer? If so I got
this Traceback:
Traceback (most recent call last):
File "D:\Devel\garmin-spyderlib.v21\create_exe.py", line 46, in <module>
create_executable()
File "D:\Devel\garmin-spyderlib.v21\create_exe.py", line 26, in
create_executa
ble
target_dir="%s-win32-sa-%s" % (name, ver))
File "C:\Python27\lib\site-packages\guidata\disthelpers.py", line 238, in
setu
p
self.add_executable(self.script, self.target_name, icon=self.icon)
File "C:\Python27\lib\site-packages\guidata\disthelpers.py", line 494, in
add_
executable
from cx_Freeze import Executable
ImportError: No module named cx_Freeze
Any ideas how to fix this?
Thanks,
Steve
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/spyderlib/-/kQRxRXL6j0kJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.