Im confused im using pfreeze.py to make a game exe and its failing
here is full error
Building the client...
couldn't import direct.extensions
couldn't import direct.extensions
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/michaelgray/Desktop/ToontownWorldclient/ToontownWorldRetro/build/direct/showutil/pfreeze.py", line 117, in <module>
freezer.done(compileToExe = compileToExe)
File "direct/showutil/FreezeTool.py", line 886, in done
self.__loadModule(mdef)
File "direct/showutil/FreezeTool.py", line 974, in __loadModule
fp = open(pathname, modulefinder.READ_MODE)
IOError: [Errno 2] No such file or directory: 'toontown.toonbase.ToontownStartDist'
im also on a mac