[Bf-committers] Small intern warning cleanup & python freeze questions

Maarten Gribnau bf-committers@blender.org
Wed, 19 Mar 2003 09:33:03 +0100


Hi Zr,

> Also, python freeze doesn't quite work for me - first of all the
> build_install_all
> project tries to call the freeze.bat file but that fails because python can't
> find
> freeze.py since it is being run from a different directory (is this a VS.NET
> thing?)
I am partly to blame for this construction ;-). I don't remember a working
directory problem under msvc6 and it is still working with msvc6 now for me. My
problem was the hard path to the python executable that was fixed by adding the
path to the MSVC settings. My guess is that it your problem is indeed a msvc7 thing.

> Second, even if I run freeze.bat by hand, it still doesn't work because it
> can't
> find my config directory (I don't have a build-tree of Python 2.2 on this
> machine).
> Commenting out the config-directory check in freeze.py lets freeze.py work
> (which
> is odd, why does it check for a directory it doesnt need), but I don't
> really
> understand the freezing stuff anyway.
Me neither. I was already happy to get it to work more or less...

Maarten