Thanks, I was reading to fast. The tutorial is saying this : We can refactor our startup code from the previous step's app.py into ini/tutorial/__init__.py
Op woensdag 24 juni 2015 20:14:50 UTC+2 schreef Oliver Berger: > You have no module `tutorial`. > > You declared your project dir to be a package (by putting a __init__.py > there), but I guess your PYTHONPATH does not > point to this (if it is even named `tutorial`) > > > My feeling is, that you have to dig into a couple of python tutorials > about modules and packages first, to get an > understanding of the really basic idea how python finds and imports its > code: > > so in your case you may either create a file (module): > > pwd/ > | > +--- tutorial.py > > or you create a dir (package): > > pwd/ > | > +--- tutorial/ > | > +--- __init__.py > > > > > > > On 24.06.2015 17:46, r/ Wobben wrote: > > Hello, > > > > I redo the quick tutorial on another box and when I am at chapter 3 I > see the above error. > > My code can be found here: https://github.com/rwobben/test_pyramid > > > > Roelof > > > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "pylons-discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to > > [email protected] <javascript:> <mailto: > [email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> <mailto:[email protected] <javascript:>>. > > Visit this group at http://groups.google.com/group/pylons-discuss. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
