Skip to content

Instantly share code, notes, and snippets.

@elishowk
Created March 14, 2011 17:31
Show Gist options
  • Save elishowk/869510 to your computer and use it in GitHub Desktop.
Save elishowk/869510 to your computer and use it in GitHub Desktop.
fix the cx_Freeze 4.2.2 "no initscript named Console" error

edit the /usr/local/lib/python2.6/dist-packages/cx_Freeze-4.2.2-py2.6-linux-i686.egg/cx_Freeze/freeze.py line 182: then replace : argsSource.base = self._GetFileName("initscripts", name) by : argsSource.base = self._GetFileName("bases", name)

the initscripts directory no more exists !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment