Eezygzy 0 Posted July 31, 2023 (edited) I am working on a school Delphi project and I am using Python4Delphi as well as PyPDF2. I am fairly new to coding and I do not know what steps I need to take to distribute my project. Do I need to download the embeddable python file and put that into my project files? If so will Python4Delphi automatically link to that or will I have to add the directory somewhere? Should I put the PyPDF2 Files in the project files and how do I import it to Python4Delphi Edited July 31, 2023 by Eezygzy Share this post Link to post
pyscripter 689 Posted August 1, 2023 You can either install python and PyPDF2 in the target machine or distribute an embedded version of Python with your app. If you follow the second route, have a look at Embarcadero/PythonEnviroments: Components to simplify the deployment for Python environments for Delphi applications using Python4Delphi. (github.com). Share this post Link to post