temporarily comment out INSTALL_PYTHON_SOURCE

This commit is contained in:
David Rose 2004-06-03 17:43:27 +00:00
parent b9cb0516aa
commit 94ac41108d
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
// directory (presumably so you can develop them and make changes
// without having to reinstall), comment out this definition and put
// your source directory on your PYTHONPATH.
#define INSTALL_PYTHON_SOURCE 1
//#define INSTALL_PYTHON_SOURCE 1
// Do you want to enable the "in_interpreter" global variable? This
// will enable some callbacks, particularly the MemoryUsage object, to