p.maker icon indicating copy to clipboard operation
p.maker copied to clipboard

stop at opening .py file

Open ShahoAzizi opened this issue 6 years ago • 1 comments

this will print and won't open file

Traceback (most recent call last): File "p.maker.py", line 11, in from colorama import init,Style,Back,Fore ImportError: No module named colorama

ShahoAzizi avatar Jan 16 '19 23:01 ShahoAzizi

Hello My friend

For Fix error with command pip install colorama module

Write in Terminal or cmd and press enter

pip install colorama

On Thu, Jan 17, 2019, 3:24 AM Shahram Azizi [email protected] wrote:

this will print and won't open file

Traceback (most recent call last): File "p.maker.py", line 11, in from colorama import init,Style,Back,Fore ImportError: No module named colorama

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShadowOfPanic/p.maker/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/Aoh-KapwSIFP_udJf4XG_ouaxasUogRGks5vD7u8gaJpZM4aEL8j .

BehzaDMagzer avatar Jan 17 '19 05:01 BehzaDMagzer