amitu / importd

django based mini framework inspired from sinatra. fully compatible with django.
http://amitu.com/importd/
BSD 3-Clause "New" or "Revised" License
511 stars 30 forks source link

AttributeError: 'str' object has no attribute 'joinpath' #77

Closed hitul007 closed 8 years ago

hitul007 commented 8 years ago

Getting below error when calling d.dotslash("../logs")

  File "/home/hitul/coverfox/env/rblog/local/lib/python2.7/site-packages/speaklater.py", line 186, in __getattr__
    return getattr(self.value, name)
AttributeError: 'str' object has no attribute 'joinpath'
make: *** [run] Error 1
ghost commented 8 years ago

Provide a snippet to test the error, just d.dotslash("../logs") does not make too much sense, or try to use std lib os.path or the new pathlib instead :grey_question: