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


Groups > comp.lang.python > #10744 > unrolled thread

Re: python import error, what's wrong?

Started byChris Angelico <rosuav@gmail.com>
First post2011-08-02 17:20 +0100
Last post2011-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.


Contents

  Re: python import error, what's wrong? Chris Angelico <rosuav@gmail.com> - 2011-08-02 17:20 +0100

#10744 — Re: python import error, what's wrong?

FromChris Angelico <rosuav@gmail.com>
Date2011-08-02 17:20 +0100
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web