imperva / incapsula-cli

This application provides a simple to use CLI that reflects industry standards (such as the AWS cli), and enables customers to easily integrate into configurations management, orchestration or automation frameworks to support the DevOps model
Other
26 stars 11 forks source link

getting started with development env #7

Closed mihaiturcu closed 3 years ago

mihaiturcu commented 4 years ago

Hello,

Trying to figure out how to work on contributing to this project. Traceback (most recent call last): File "/Users/something/incapsula-cli/cwafcli/main.py", line 2, in from .Utils import clidriver ImportError: attempted relative import with no known parent package

Seems like all packages are prefixed with a . whereas the actual subfolders where the python files live do not have that. Additionally from what I've revied in the gitignore file, you're using VSCode for development and excluding a "build" folder. How to you get to build these *.pyc files or to the result that pip3 brings you when installing.

joeymoore commented 4 years ago

Hello @mihaiturcu and sorry for the slow response, please let me know if you still need assistance with this. I use PyCharm for an IDE.