Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'broken': 0.04; 'from:addr:yahoo.co.uk': 0.04; 'importerror:': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'slow.': 0.09; 'language.': 0.14; 'random': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'work"': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'trying': 0.19; 'example': 0.22; 'import': 0.22; 'putting': 0.22; 'header:User-Agent:1': 0.23; 'math': 0.24; 'define': 0.26; 'tutorials': 0.26; 'second': 0.26; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; "doesn't": 0.30; 'work.': 0.31; 'getting': 0.31; 'ball': 0.31; 'something': 0.35; 'doing': 0.36; 'changing': 0.37; 'two': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'commands': 0.60; 'new': 0.61; 'our': 0.64; 'charset:windows-1252': 0.65; 'walking': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: CodeSkulptor Date: Mon, 04 Aug 2014 02:21:40 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-20-71.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407115315 news.xs4all.nl 2836 [2001:888:2000:d::a6]:56099 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75642 On 04/08/2014 02:06, Seymore4Head wrote: > I am very new to Python. > Right now I am using two tools. > I am trying the tutorials at codecademy.com which is walking me > through it pretty slow. > The second thing I am doing is using codeskulptor to try out a few > things I have learned at codecademy. > > I am getting a mismatch. > > The example I am working on is: > (codecademy) > from datetime import datetime > now = datetime.now() > > current_year = now.year > current_month = now.month > current_day = now.day > > Putting that in codeskulptor gets > > Line 4: ImportError: No module named datetime > > The commands I am used to in codeskulptor is something like > import random > import math > import simplegui > import datetime < Changing this to import instead of > from datetime import datetime > still doesn't work. > Please define "still doesn't work" as my crystal ball has broken down and been sent for repair. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence