>From eaf41a22667b58a68be4e983fb3de327b24c7b9f Mon Sep 17 00:00:00 2001 From: Philip Lorenz Date: Wed, 4 May 2011 11:35:44 +0200 Subject: [PATCH 1/6] Enable Mono config loading. This fixes an issue when Python is compiled with UCS4 Unicode strings and the Utf32Marshaler is used. --- src/monoclr/pynetinit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/monoclr/pynetinit.c b/src/monoclr/pynetinit.c index 51e44dc..70468d1 100644 --- a/src/monoclr/pynetinit.c +++ b/src/monoclr/pynetinit.c @@ -37,7 +37,7 @@ PyNet_Args* PyNet_Init(int ext) { * if you are planning on using the dllmaps defined on the * system configuration */ - //mono_config_parse(NULL); + mono_config_parse(NULL); /* I can't use this call to run the main_thread_handler. The function * runs it in another thread but *this* thread holds the Python -- 1.7.5