Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108104 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-05-04 09:14 +1000 |
| Last post | 2016-05-04 09:14 +1000 |
| Articles | 1 — 1 participant |
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: How to call a Python Class? Chris Angelico <rosuav@gmail.com> - 2016-05-04 09:14 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-05-04 09:14 +1000 |
| Subject | Re: How to call a Python Class? |
| Message-ID | <mailman.367.1462317282.32212.python-list@python.org> |
On Wed, May 4, 2016 at 8:56 AM, David Shi via Python-list <python-list@python.org> wrote: > I found a Python class within an Open Source software. > I would like to use it in my own Python script. > I tried to import it, but I got following message. > from intersection import *Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> from intersection import *ImportError: bad magic number in 'intersection': b'\x03\xf3\r\n' > Can any one help? > Regards. Did you get a .py file, or only a .pyc? Try deleting all .pyc files that you downloaded, and try again. ChrisA
Back to top | Article view | comp.lang.python
csiph-web