Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106542 > unrolled thread
| Started by | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| First post | 2016-04-05 22:05 +0200 |
| Last post | 2016-04-06 11:15 +1000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Date | 2016-04-05 22:05 +0200 |
| Subject | Re: Import graphics error |
| Message-ID | <3505617.3kaVk0DHfX@PointedEars.de> |
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.
[toc] | [next] | [standalone]
| From | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| Date | 2016-04-05 16:28 -0700 |
| Message-ID | <d390f471-af68-45d7-8fef-2f6f54e88e59@googlegroups.com> |
| In reply to | #106542 |
On Tuesday, April 5, 2016 at 4:06:02 PM UTC-4, Thomas 'PointedEars' Lahn wrote: > | >>> from email import ID10T > | Traceback (most recent call last): > | File "<stdin>", line 1, in <module> > | ImportError: cannot import name 'ID10T' This is uncalled for. You don't have to participate in this thread if you don't want to. This list is part of the Python community, and as such has adopted the Python CoC: https://www.python.org/psf/codeofconduct/ --Ned.
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2016-04-06 11:15 +1000 |
| Message-ID | <5704631e$0$1608$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #106542 |
On Wed, 6 Apr 2016 06:05 am, Thomas 'PointedEars' Lahn wrote: > | >>> 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> Why oh why can't somebody write "How to write smart answers" for people like "Pointed Ears"? -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web