@@ -62,6 +62,8 @@ INSTALLATION:
62
62
63
63
1) Install the core components
64
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
+ For recent versions of Delphi, install the "Python_d" package located in the
66
+ Components folder and add the folder "...\Components\Sources\Core".
65
67
66
68
For Delphi 3, install the "Python_d3" package located in the Components folder
67
69
and add the folder "...\Components\Sources\Core".
@@ -81,6 +83,9 @@ INSTALLATION:
81
83
2) Install the VCL components (this is optional)
82
84
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
85
86
+ For recent versions of Delphi, install the "PythonVCL_d" package located in the
87
+ Components folder and add the folder "...\Components\Sources\Core".
88
+
84
89
For Delphi 3, install the "PythonVCL_d3" package located in the Components folder
85
90
and add the folder "...\Components\Sources\VCL".
86
91
@@ -120,14 +125,6 @@ NOTE:
120
125
Don't forget to look at the tutorial file (tutorial.txt) which introduces the
121
126
demos.
122
127
123
- Visit the site http://starship.python.net/crew/mhammond/ and get the last version
124
- of Pythonwin. It's a really good Python IDE, that you must have for serious
125
- Python programming and debugging !
126
-
127
- UPDATE:
128
- ~~~~~~~
129
- You'll find the latest version at http://mmm-experts.com/
130
-
131
128
DISTRIBUTION:
132
129
~~~~~~~~~~~~~
133
130
You are free to distribute your applications built with Python for Delphi,
0 commit comments