ubd-frog / frog

A server and client solution to viewing and filtering large image and video collections
MIT License
50 stars 8 forks source link

ImportError when running fresh new Frog install #134

Closed farra closed 10 years ago

farra commented 10 years ago

Following the quickstart directions gives me an ImportError: "no module named views"

https://gist.github.com/farra/8df07b4e6e63b405ef6c

theiviaxx commented 10 years ago

did you modify that line? It should just be import views:

https://github.com/theiviaxx/Frog/blob/master/urls.py#L24

farra commented 10 years ago

No. In fact, I'm using the version of Frog installed by pip.

farra commented 10 years ago

And the settings.py and urls.py are copy and pasted from the quickstart instructions.

theiviaxx commented 10 years ago

Fixed in v 1.0.1 on pypi. I had rearranged some code and didnt update the setup.py def