cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Include a module in the process of Python 2.0 extension migration

Eyad
Guide

Hello everyone,
I got an error where I had to include a module in the process of Python 2.0 extension migration. I want to make sure what I should have in terms of file structure and here where I have currently

however, am getting an error message
Screenshot 2025-02-18 145211.png


any recommendations?

2 REPLIES 2

KeeganNelson
Dynatrace Advisor
Dynatrace Advisor

Saw this slide on this video maybe it will help in your scenario. Here's the link to the video that going through building python extensions for the 2.0 framework. https://youtu.be/g-lPIZx66BA?si=LGrpDCsn_H9mqJL1
KeeganNelson_0-1739914278074.png

Hope this helps!

yes, i did watch it before. it did not help!

 

Featured Posts