Patch for v5.2.2

Several users have reported errors occuring after they have deleted items in their project. For instance:

Error details 
-----
Traceback (most recent call last):
  File "link_planner\wxapp\bom_panel.pyc", line 420, in _on_has_extras
  File "link_planner\wxapp\bom_panel.pyc", line 380, in product_type_and_region
AttributeError: 'PMPAccessPoint' object has no attribute 'product'

The attached patch fixes this bug. All users running v5.2.2 should apply the patch.

To install the patch on Windows:

  • Download and unzip the attached patch
  • Close LINKPlanner
  • Open the LINKPlanner installation directory in Explorer (e.g. C:\Program Files\Cambium Networks\LINKPlanner)
  • Navigate to the folder "link_planner\wxapp"
  • Place the patch file in the folder
  • Start LINKPlanner

To install the patch on MacOS:

  • Download and unzip the attached patch
  • Close LINKPlanner
  • Open the "Applications" folder in Finder
  • Right-click on "LINKPlanner.app" and click "Show Package Contents"
  • Navigate to the folder "Contents/Resources/lib/python2.7"
  • Unzip "site-packages.zip"
  • Remove the "site-packages.zip" file (if it is still there) to leave a "site-packages"
  • folder
  • Navigate to "site-packages/link_planner/wxapp"
  • Place the patch file into the folder
  • Start LINKPlanner
1 Like