It seems you need to install cx_freeze to create the installer. I've never used it so the only thing I can tell you is that you can download it here:
http://cx-freeze.sourceforge.net/ Cheers, Carlos 2012/5/16 Steve <[email protected]> > 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. > -- You received this message because you are subscribed to the Google Groups "spyder" group. 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.
