Forum > Packages and Libraries

Python for Lazarus and pip

<< < (2/4) > >>

AlexTP:
That is not simple question for me. Maybe ask the same at this GitHub repo:
https://github.com/pyscripter/python4delphi/issues

Maybe, 'os' is not in the sys.path ? Did you add matplotlib to sys.path not breaking old value?

superc:

--- Quote from: AlexTP on December 21, 2022, 11:32:14 am ---Did you add matplotlib to sys.path not breaking old value?

--- End quote ---

what do you mean?

AlexTP:
I mean the sys.path must be modified carefully: like this

import sys
sys.path.append(new_dir)

superc:
I saw that in delphi the components used for python are:

https://github.com/pyscripter/python4delphi

I installed and tested demo and setted the same directory into program for new path of library: now I have problem with numpy library....

AlexTP:
Can you ask at the https://github.com/pyscripter/python4delphi/issues ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version