Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dazed and confused...
#3
First, I wouldn't put your 'personal' scripts in the same directory as the Python install. Make a new directory, say C:\python. Next right click on the 'Start' button, select 'Run' type in 'cmd.exe', this will open the command terminal. Type 'python' and hit 'Enter'. You should see something similar to :

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\>python
Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
If you do, you're environment is set up correctly. Type exit() to exit python. Navigate to where your file is, for example: cd c:\python . Type in your 'filename'.py and it should display your output (if written correctly)
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Dazed and confused... - by RodNintendeaux - May-27-2017, 04:57 AM
RE: Dazed and confused... - by snippsat - May-27-2017, 05:31 AM
RE: Dazed and confused... - by sparkz_alot - May-27-2017, 01:24 PM
RE: Dazed and confused... - by RodNintendeaux - May-27-2017, 05:25 PM
RE: Dazed and confused... - by RodNintendeaux - May-27-2017, 08:02 PM
RE: Dazed and confused... - by Kebap - May-28-2017, 06:03 AM
RE: Dazed and confused... - by snippsat - May-27-2017, 08:51 PM
RE: Dazed and confused... - by sparkz_alot - May-27-2017, 10:21 PM
RE: Dazed and confused... - by snippsat - May-27-2017, 10:32 PM
RE: Dazed and confused... - by RodNintendeaux - May-28-2017, 03:41 AM
RE: Dazed and confused... - by sparkz_alot - May-28-2017, 01:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  String int confused janeik 7 1,149 Aug-02-2023, 01:26 AM
Last Post: deanhystad
  I am confused with the key and value thing james1019 3 1,012 Feb-22-2023, 10:43 PM
Last Post: deanhystad
  Pandas confused DPaul 6 2,635 Sep-19-2021, 06:45 AM
Last Post: DPaul
  is and '==' i'm confused hshivaraj 6 2,782 Sep-15-2021, 09:45 AM
Last Post: snippsat
  Confused with 'flags' tester_V 10 5,023 Apr-12-2021, 03:03 AM
Last Post: tester_V
  Simple Tic Tac Toe but I'm confused Izith 1 2,244 Sep-26-2020, 04:42 PM
Last Post: Larz60+
  I am really confused with this error. Runar 3 3,063 Sep-14-2020, 09:27 AM
Last Post: buran
  Confused on how to go about writing this or doing this... pythonforumuser 3 2,525 Feb-10-2020, 09:15 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020