New GitHub issue #93748 from christian179717:<br>

<hr>

<pre>
I hope this is the right respository to ask.

Everytime I want to run a python script or if I want to start some programs I get everytime a error:

```
  File "/usr/local/lib/python3.10/ctypes/__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
```
My OS is Mint

I've already done some research but if I try to install the mentioned package it always says it's already installed:
```
sudo apt-get install libffi-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libffi-dev is already the newest version (3.3-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
```

Do you have some help for me?
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/93748">View on GitHub</a>
<p>Labels: </p>
<p>Assignee: </p>