Skip to content

Commit

Permalink
Update extending FAQ for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 19, 2024
1 parent ed18c36 commit 934eb21
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Doc/faq/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,12 @@ Then, when you run GDB:
I want to compile a Python module on my Linux system, but some files are missing. Why?
--------------------------------------------------------------------------------------

Most packaged versions of Python don't include the
:file:`/usr/lib/python2.{x}/config/` directory, which contains various files
Most packaged versions of Python don't include some files
required for compiling Python extensions.

For Red Hat, install the python-devel RPM to get the necessary files.
For Red Hat, install the python3-devel RPM to get the necessary files.

For Debian, run ``apt-get install python-dev``.
For Debian, run ``apt-get install python3-dev``.

How do I tell "incomplete input" from "invalid input"?
------------------------------------------------------
Expand Down

0 comments on commit 934eb21

Please sign in to comment.