[HELP] How to run this python script

Can anyone please make a video how to run pyinstalive on ubuntu ?

1 Like

Dude, the installation instructions are right there in the GitHub page you posted
Should be a piece of cake for a Cyberwizard :+1:

3 Likes

Already intalled but it gives error while running

But man, this “Already intalled but it gives error while running” says absolutely nothing about your issue. When asking for help with this kind of stuff you need to be precise and provide clear and detailed description of your problem; “gives error while running” could be just about anything and it makes getting help also more difficult and will also take longer because people are not mindreaders.

I’m really not trying to be an asshole but vague questions like this are seen everyday here and they are just pointless (and I also understand completely why a lot of them have 0 answers. Who wants to help when issues are posted so vaguely and all important info is missing? people know they’ll just waste a lot of time finding out the details); I think it’s time for a “How to ask questions” thread. What do you think chief @Sam?

1 Like

It says

Traceback (most recent call last):
File “/home/user/.local/bin/pyinstalive”, line 6, in
from pyinstalive.main import run
File “/home/user/.local/lib/python2.7/site-packages/pyinstalive/main.py”, line 4, in
from .startup import run
File “/home/user/.local/lib/python2.7/site-packages/pyinstalive/startup.py”, line 2, in
import configparser
File “/home/user/.local/lib/python2.7/site-packages/configparser.py”, line 11, in
from backports.configparser import (
ImportError: cannot import name ConverterMapping

It points to “configparser” module so try to Upgrade or Downgrade the Module It may work Try using PyPI to search for the module or Try python 3 it says in the repo it suppots both python 2 and 3. :face_with_monocle: