mwasilak / txThings

CoAP library for Twisted
94 stars 43 forks source link

No module named iot.resource #4

Closed g1ra closed 8 years ago

g1ra commented 9 years ago
(coapenv)g1ra@g1ra:~/DEV/CoAP/txThings/examples/kivy_server$ python ./main.py 
[WARNING           ] [Config      ] Older configuration version detected (10 instead of 13)
[WARNING           ] [Config      ] Upgrading configuration in progress.
[INFO              ] [Logger      ] Record log in /home/g1ra/.kivy/logs/kivy_15-04-18_7.txt
[INFO              ] [Kivy        ] v1.9.0
[INFO              ] [Python      ] v2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2]
[INFO              ] [Factory     ] 173 symbols loaded
[INFO              ] [Image       ] Providers: img_tex, img_dds, img_gif, img_pygame, img_pil (img_ffpyplayer ignored)
[INFO              ] [Text        ] Provider: pygame
 Traceback (most recent call last):
   File "./main.py", line 22, in <module>
     import iot.resource as resource
 ImportError: No module named iot.resource
(coapenv)g1ra@g1ra:~/DEV/CoAP/txThings/examples/kivy_server$ 
mwasilak commented 8 years ago

Kivy examples fixed.