Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10744 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-08-02 17:20 +0100 |
| Last post | 2011-08-02 17:20 +0100 |
| 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: python import error, what's wrong? Chris Angelico <rosuav@gmail.com> - 2011-08-02 17:20 +0100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-08-02 17:20 +0100 |
| Subject | Re: python import error, what's wrong? |
| Message-ID | <mailman.1785.1312302009.1164.python-list@python.org> |
On Tue, Aug 2, 2011 at 4:52 PM, smith jack <thinke365@gmail.com> wrote: > from org.test.A import A This is going to look for org/test/A.py but not for org.test/A.py - are you able to rename your directories to not have dots? ChrisA
Back to top | Article view | comp.lang.python
csiph-web