mkf / armpen

Ramię LEGO Mindstorms trzymające pisak. Szkolny projekt na 15. Toruński Festiwal Nauki i Sztuki.
1 stars 0 forks source link

testscripts are unable to import modules from 'moduly' #2

Closed mkf closed 9 years ago

mkf commented 9 years ago
(varmpen)GieTwenti:armpen mf$ python testscripts/basictest.py 
Traceback (most recent call last):
  File "testscripts/basictest.py", line 3, in <module>
    from moduly.egzemplarze.fake import fake
ImportError: No module named moduly.egzemplarze.fake
(varmpen)GieTwenti:armpen mf$ 

occured with https://github.com/ArchieT/armpen/commit/90368554b6b015df2d332cd96080bb6a4d447904

mkf commented 9 years ago

They apparently have to be located in the main directory Other solutions are too complicated :P