Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:192.168.178': 0.07; 'specific.': 0.09; 'python': 0.11; '"good': 0.16; 'andreas': 0.16; 'bye,': 0.16; 'enough.': 0.16; 'program?': 0.16; 'received:192.168.178.20': 0.16; 'subject:show': 0.16; 'vpython': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'command': 0.22; 'example': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'form:': 0.24; 'subject:problem': 0.24; 'header :In-Reply-To:1': 0.27; 'tried': 0.27; 'code': 0.31; 'run': 0.32; 'problem': 0.35; 'subject:with': 0.35; 'no,': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'shows': 0.36; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'stopped': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'forum': 0.61; 'more': 0.64; 'dont': 0.67; 'site?': 0.84; 'url:contents': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nyGHmUrEPnOZqTHR4zs6iHCJvdhqSiVOzchsjAfNrtY=; b=r4jlflb5aHRU89/fIJqGUjrkU0XOAvG7EA/1Pu8jP5zN4EsC1MBh7O611VEz1nc8GO Wt0aavy0on+0IGfd+vvbteoq0aKyYaXkXW0qL2Ld+JiWanIl5acyiXXAXhSUEfqEHQFg tIaScGvg7J/UT2WJ3Ul6UTeQnEagWHGxeC7k48MTWzifjizgbkkwkt0JCxkwLe0MYfi1 GPQTHLtjwVowuV9AKTAFiYS3oLvf3zWudLV+6HampDtl2FlPFDVL96hbu3mr1uSxlIxa 1/iMY89/y89GKjHPj9ImMbAr3Lbm3QiD6iq4DjC8+Rak5FYvKt8hw0DeSFTZtlrpUCTr dShg== X-Received: by 10.14.194.1 with SMTP id l1mr9983353een.103.1386699488957; Tue, 10 Dec 2013 10:18:08 -0800 (PST) Date: Tue, 10 Dec 2013 19:18:06 +0100 From: Andreas Perstinger User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: problem with graph of python(show) References: <37e8acb9-e4c7-4752-8b0f-1ca341e8d969@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386699498 news.xs4all.nl 2965 [2001:888:2000:d::a6]:56047 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61494 On 10.12.2013 18:03, Asemaneh Allame wrote: > my mean is obvios > i cont get any graph of vpython > it shows me a maseage in this form: > " pythonw.exe has stopped working" > i m sure that have a good & perfect install and i dont khnow what s problem > is that enouph?????? No, that's not enough. You need to be more specific. How do you run your program? From the command line or some IDE? Or are you using the python shell? What code are you trying to run? How do you know that you have a "good & perfect install"? Have you tried the example from the official site? http://www.vpython.org/contents/bounce_example.html There is also a forum for VPython: https://groups.google.com/forum/?fromgroups&hl=en#!forum/vpython-users Bye, Andreas