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


Groups > comp.lang.python > #41793

Re: ImportError: No module named multipli

References <2c7cb491-62d7-43f6-a1fd-ea8ea8833cda@googlegroups.com> <CAPTjJmrxqp6_R-_9AOLjCO2+fYeGycrhO=h1pKSmKJ8ZZNNhgw@mail.gmail.com> <kin8ff$igt$1@ger.gmane.org>
Date 2013-03-25 03:15 +1100
Subject Re: ImportError: No module named multipli
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3675.1364141731.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Mar 25, 2013 at 3:10 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> On 24/03/2013 15:48, Chris Angelico wrote:
>>
>> On Mon, Mar 25, 2013 at 2:35 AM, yahya Kacem <fuj.tyoli@gmail.com> wrote:
>>>
>>> file named multipli:
>>>
>>> and file naled test:
>>>
>>>      from multipli import table
>>
>>
>> Try naming it multipli.py
>>
>> ChrisA
>>
>
> Before or after fixing the infinite loop? :)

Before. Then you run it, see it spew text to the console, and hit Ctrl-C.

Programming is iterative: once you fix one problem, you find the next.
Programming is also recursive: in fixing one problem, you sometimes
have to deal with others that it depends on. Programming is
functional, too: you take a list of problems, apply the "Code"
function to them, and keep the list of return values, which will be
hopefully-working code. And programming is object-oriented... whatever
you do, someone will object to it.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ImportError: No module named multipli yahya Kacem <fuj.tyoli@gmail.com> - 2013-03-24 08:35 -0700
  Re: ImportError: No module named multipli Kwpolska <kwpolska@gmail.com> - 2013-03-24 16:46 +0100
  Re: ImportError: No module named multipli Chris Angelico <rosuav@gmail.com> - 2013-03-25 02:48 +1100
  Re: ImportError: No module named multipli yahya Kacem <fuj.tyoli@gmail.com> - 2013-03-24 09:03 -0700
    Re: ImportError: No module named multipli Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-24 16:19 +0000
  Re: ImportError: No module named multipli Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-24 16:10 +0000
  Re: ImportError: No module named multipli Chris Angelico <rosuav@gmail.com> - 2013-03-25 03:15 +1100
  Re: ImportError: No module named multipli yahya Kacem <fuj.tyoli@gmail.com> - 2013-03-24 16:06 -0700
  Re: ImportError: No module named multipli yahya Kacem <fuj.tyoli@gmail.com> - 2013-03-24 16:12 -0700

csiph-web