xmonader / pygundb

python gundb server and client implementation
68 stars 15 forks source link

Jetbrains Intellij IDEA / PyCharm #30

Closed bitnom closed 5 years ago

bitnom commented 5 years ago

How can I import pygundb such that IDEA and PyCharm will recognize it? I cloned the repo and tried import pygundb but it doesn't see it. I also tried to install it as a module with pip install -e but that failed.

IDEA not recognizing module

xmonader commented 5 years ago

It should be imported as gundb not pygundb I think I should rename the repo.

there're 2 files in the root of the repo we provide as example for usage/starting servers flask server app.py and gevent server geventapp.py choose the suitable one for your and run it using our Makefile or build your custom servers if you wish

bitnom commented 5 years ago

Thanks. No need to change the repo name. Would be cool if you upload to pypi and an example though.