Relative Content

Tag Archive for pythonlibraries

Python Libraries: where do they live. are they working?

Code that has worked is not working. I am wondering if I have ever run Python on my new computer. I am seeing the Python 3.19 (Idle) . I use libraries …. sqlite3 ..,… datetime .. os and sys
Is my sqlite3 library even there? I see indications that the code is working; “this library is not present” nothing like that. My memory is that there is a ‘Library ‘ folder.

use python libraries with cx_freeze

I am currently trying to convert a Python script into an .exe file. At first I put together a simple programme to find out how I can do this. I came across the library cx_freeze.
With this library I am able to convert a simple Python script into an .exe file. I am also able to integrate libraries such as os or subprocess without any problems.
However, I fail with the libraries Pandas, Matplotlib.pyplot and Matplotlib.tkinter. I get the following error: