pipimport icon indicating copy to clipboard operation
pipimport copied to clipboard

Broken for python 3

Open wisehackermonkey opened this issue 6 years ago • 2 comments

it crashes, when i try to import in my program it has alot of errors. im running windows 10 i think its a python 3 lang thing screen

wisehackermonkey avatar Dec 18 '18 21:12 wisehackermonkey

Same problem with python 3.6.7 I have used that version: https://pypi.org/project/pipimport/0.2.5/ It seems it has been corrected only in the github version: https://github.com/chaosct/pipimport/commit/54111183d7e83a65778047531419505677a61f8d#diff-8341889baead3bceb63efa1313b7ec2f

vmagnin avatar Apr 16 '19 16:04 vmagnin

i know it's ages after your comment, but it's pretty simple to fix. print "blah blah gets edited to print(blah blah) and builtin gets edited to builtins change all occurances in the script and it works.

captainkyd avatar Oct 01 '23 00:10 captainkyd