Python Forum

Full Version: i need help with an error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(May-30-2017, 05:36 PM)buran Wrote: [ -> ]OP is using Windows and IDLE
If you have access, save this, as is, in a py file:
Python Code: (Double-click to select all)
1
2
3
Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print ("Hello, World")
and run it.

Wow. Well that explains things. Thank you for the insight.
Thank you so so much folks, it works Dance ! Thanks again for your time and for your sharing knowledge.
My wife walks in a moment ago and asks me if I know of any screen recording software. I did not. So she asks me to find something and test it, she needs it for some tutorial videos she wants to make. So I find a program and needed a way to test its efficiency. So I decided to use this post as a basis to create a small tutorial to see if it will fit my wife's needs. It seems she is happy with the program and I will be installing it to her PC soon.

The video shows the python code on Page 1, my pasting it into Notepad++ then removing the output markers, then running it from cmd.

My rig is an Intel Core i7 4771, 16GB DDR3 2400 and an Nvidia GeForce GTX 770X with two Seagate 1TB 7200RPM drives. It is nothing special, but it does everything I need it to do, especially when it comes to VMs I love to test.

Here is the video, I hope it helps others that come across this post visualize the process:


Sent from my Sheikah Slate,
-Rod
Pages: 1 2 3