30 Dec
2018
30 Dec
'18
10:06 p.m.
On 12/30/18 4:04 PM, Peter Nabbefeld wrote:
Hello,
I need to use the inspect module with python 2.7, but the imported imp module seems to be missing - how can I get that, as there's no python2-imp package?
That's categorically impossible as the imp module is a builtin in python2 and imp.py is a (deprecated!) part of the stdlib in python3. You should definitely be able to "import imp". Please explain your problem further. -- Eli Schwartz Bug Wrangler and Trusted User