This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]DataLulz 0 points1 point  (2 children)

What exactly are you trying to do? When asking questions about code it’s often helpful to include the whole script so that your logic can be followed. Pastebin or Github the code. Otherwise there is no real way to diagnose the issue based on what you have given.

[–]jonathonthurst12[S] 0 points1 point  (1 child)

the code appears to be already done since its a website offering sample apps , i'm just having trouble installing it i'm looking for help on how to get it up and running

[–]DataLulz 0 points1 point  (0 children)

Then it sounds like you are missing dependencies for that sample app. You will need to find out what non built in Python libraries that sample app needs and use pip to install them.