[PEAK] Problems with the tutorial

Driver, David DDriver at covercraft.com
Thu Jan 22 15:23:29 EST 2004


I started the tutorial and got to about page twelve. This is what I ended up
with after three lines of code

>>> from peak.api import *
>>> class Car(binding.Component):
	passengers = binding.Make(dict)

	
Traceback (most recent call last):
  File "<pyshell#4>", line 1, in ?
    class Car(binding.Component):
  File "<pyshell#4>", line 2, in Car
    passengers = binding.Make(dict)
AttributeError: 'LazyModule' object has no attribute 'Make'
>>> 
Can someone help me out here. Where do I need to go to start to understand
what peak is and how it works?
Please reply directly to me because I am not currently a member of the list.

Any help is appreciated, Thanks.



More information about the PEAK mailing list