-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response frame, devices cannot open - python #3
Comments
As |
Hey, the example.py which calls the payload_decoder.py does have the line which appends the integration path to the path. I am still getting the same error. When I try to check the path using the command print(os.environ['PYTHONPATH'].split(os.pathsep)) after line 15 in payload_decoder.py the response only returns the root directory address. The bit of code that adds the path as copied from payload_decode.py is |
When I try to print Python path before the append and after the append, it gives me the same result. When I try to print sys.path before and after, I do see that the integration_tests is in the path and yet response_frames cannot be imported and the error reads no module found respone_frames. I have posted both my prints below
|
Hello,
I am trying to compile this code but I keep getting the error that no module named response frame. I have checked my submodule and it has all the files required. The import is not working for some reason. I checked the path and the code is in the integration test. I have tried everything the other post has suggested regarding the same issue. However, I am not using gr-satellites and trying to compile the base code in python and facing issues. Can someone suggest what I can do?
The text was updated successfully, but these errors were encountered: