Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106542

Re: Import graphics error

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.python
Subject Re: Import graphics error
Date 2016-04-05 22:05 +0200
Organization PointedEars Software (PES)
Message-ID <3505617.3kaVk0DHfX@PointedEars.de> (permalink)
References <CAO5nurPOyAzvZWE3GyPbCO3CjzpgCLjiRkmiXwPLh_1oL-du5g@mail.gmail.com> <mailman.81.1459873859.32530.python-list@python.org>

Show all headers | View raw


Nicolae Morkov wrote:

> […]
> *Following the instructions I copied The graphic modules by John Zelle in
> Python folder in Lib folder *
> **And when I installed graphic library the error was :* *
> 
> Traceback (most recent call last):
> File
> "C:/Users/Nicolae/AppData/Local/Programs/Python/Python35/pythonK/pr.py",
> line 1, in <module>
> from graphics import GraphicsWindow
> ImportError: cannot import name 'GraphicsWindow'

| >>> from email import ID10T
| Traceback (most recent call last):
|   File "<stdin>", line 1, in <module>
| ImportError: cannot import name 'ID10T'

<http://www.catb.org/esr/faqs/smart-questions.html>

-- 
PointedEars

Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Import graphics error Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-05 22:05 +0200
  Re: Import graphics error Ned Batchelder <ned@nedbatchelder.com> - 2016-04-05 16:28 -0700
  Re: Import graphics error Steven D'Aprano <steve@pearwood.info> - 2016-04-06 11:15 +1000

csiph-web