Re: [Pyobjc-dev] depythonify_c_value rejects non-ascii, non-unicode strings
Brought to you by:
ronaldoussoren
From: Marc-Antoine P. <map...@ac...> - 2004-01-21 20:52:50
|
>>> BTW. If you build .app bundles you can completely replace the >>> site.py inside your application >> >> Ah? How, out of curiosity? > > http://pythonmac.org/wiki/BundleBuilder > > The bootstrap script sets your PYTHONPATH to the Resources folder, so > you can put a sitecustomize.py there and it will just work OK, I did not realize this. I had tried in one case, but the Python had been segregated in a subfolder, so it failed for me. I should have tried harder. Thanks |