jmons / ramlwrap

Wrapping Raml around Django rest-api's
MIT License
8 stars 2 forks source link

Pip Install Import issue #5

Closed Jamian closed 7 years ago

Jamian commented 7 years ago

Trying to pip install for the first time and hitting an import issue when running Django.

  File "/home/bla/bla/bla/bla/venv/lib/python3.5/site-packages/ramlwrap/__init__.py", line 1, in <module>
    from RamlWrap import ramlwrap
ImportError: No module named 'RamlWrap'
Jamian commented 7 years ago

Check out https://github.com/jmons/ramlwrap/pull/6 to see this fix

jmons commented 7 years ago

You seem to have fixed it with that pragmatic use of punctuation. +1