summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/embed.html
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Demo/embed.html')
-rw-r--r--Mac/Demo/embed.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html
index 82b5473..4e1c830 100644
--- a/Mac/Demo/embed.html
+++ b/Mac/Demo/embed.html
@@ -35,7 +35,12 @@ do for applets, by dragging your application to <code>EditPythonPrefs</code>. <p
The most logical way to embed Python is to link it against the shared
library <code>PythonCore</code>. An example project and source can be
-found in the <a href="embed">embed</a> folder.
+found in the <a href="embed">embed</a> folder. <p>
+<b>Note</b>: you may think that you do not have the project file
+<code>PythonCore</code> but actually you do: the standard installation
+process deposits it in the <code>Extensions</code> folder in the system
+folder under the name <code>PythonCore <i>version</i></code>. Add that file
+to the project replacing <code>PythonCore</code>. <p>
</BODY>
</HTML>