Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57898
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-10-29 02:46 -0700 |
| Message-ID | <79476abe-0eff-481b-9160-fbab4fbbcb55@googlegroups.com> (permalink) |
| Subject | problem importing |
| From | "C. Ng" <ngcbmy@gmail.com> |
Hi all, So I cloned a package xyz from github. OS is ubuntu 12.04. Then install successfully using "sudo python setup.py install" Now when I try to import xyz, I get "ImportError: No module named xyz" unless my current working directory is in xyz. Appreciate your help. Thanks.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
problem importing "C. Ng" <ngcbmy@gmail.com> - 2013-10-29 02:46 -0700
Re: problem importing Peter Otten <__peter__@web.de> - 2013-10-29 11:40 +0100
Re: problem importing "C. Ng" <ngcbmy@gmail.com> - 2013-10-29 20:08 -0700
csiph-web