On Fri, Aug 20, 2010 at 7:59 AM, Bradlee Landis <bradleelan...@gmail.com> wrote: > On Fri, Aug 20, 2010 at 8:41 AM, Anthony Tuininga > <anthony.tuini...@gmail.com> wrote: >> On Thu, Aug 19, 2010 at 9:18 PM, Bradlee Landis <bradleelan...@gmail.com> >> wrote: >> Hmm, that error seems to be related to a problem that someone else >> noticed. If you can grab the latest from Subversion for >> cx_Freeze/dist.py then this problem should go away. You can also just >> add "None," to the end of line 80 in that file. > > Ok, I will give it a try. > >> Once that is done, things might work out for you. If not, you can take >> a look at the include_files option which will place files in the build >> directory. I believe data_files might only be intended for >> documentation or other files that are included with the distribution >> but not actually used in the application -- but I might be wrong. :) > > I took code from our regular setup.py file, assuming that I could use > "setup_cx.py" to create a package. > > The setup.py for cxFreeze can do the same as a standard setup.py, > right? I assumed that I could create a .exe package, as well as a > program executable since cxFreeze inherits from the standard dist > module.
Not sure if we are using the same terms, but yes, cx_Freeze inherits from the standard distutils. It simply adds the ability to freeze an executable (build_exe) and tweaks the bdist_msi, bdist_rpm and install commands to handle those frozen executables. So, provided the tweaks don't override what you were expecting from the standard distutils you should be okay. Anthony ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users