This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Exception when running python 3 on windows 7 #54
Comments
@sbauer322 Thanks for the help! Well... I wouldn't mind helping out but I only begun programming a month ago. Is there anything I could do at this level? |
Sure, there are few ways to help out at that stage! Since you are still learning programming, the biggest help would reporting any bugs you might come across. Attempting to reproduce new issues would be beneficial also, but of lesser importance. Another helpful thing would be testing out pull requests to make sure they work and do not introduce any new problem. |
Great, I'll keep reporting anything I find. I'll also check for pull requests later. By the way, the solution you suggested works, so in case anyone is experiencing this bug just refer to PR #47. |
Thanks for confirming the PR works! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just installed LightTable and used it fine with JavaScript, but when I tried using python 3 I got this exception:
What I did was assign
a = 3
just to see if there were no problems, and I got this after running with ctr+shift+enter.The text was updated successfully, but these errors were encountered: