meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
289 stars 151 forks source link

Changed References to package.path - pyinstaller support Issue #187 #188

Closed CamoDunn closed 2 years ago

CamoDunn commented 2 years ago

…r support

Changes: 1. Updated Meraki and Meraki_v0 to look back at package for reference instead of backing through folder structure. This will provide support for pyinstaller.

Updated Example "apiData2CSV_v1.py" It was still looking for package meraki_v1 which has been renamed to meraki.

Ref Issue #187

CamoDunn commented 2 years ago

Also includes reference to broken example file containing reference to meraki_v1

CamoDunn commented 2 years ago

@TKIPisalegacycipher this is my first collab, let me know if there is something I'm doing wrong as far as pushing or confirming changes were made.