[Beta] Can't generate geometry with last commit

Issue #418 closed
Rémi Devau created an issue

Hi Marius,

Thank you again for your work!
Just to inform you I did a git pull today, and one commit introduced an issue when I try to generate an isolation geometry.

Before 2bcdeff7ef2abd54b3fa4c4255e0d024812c7fa9, it was ok.

Here is the error with Beta Head:

[ERROR] An internal error has occurred. See shell.
Object (geometry) failed because: 'AppObject' object has no attribute 'inform'

Traceback (most recent call last):
File "/home/cz/flatcam/AppObjects/AppObject.py", line 130, in new_object
return_value = initialize(obj, self)
File "/home/cz/flatcam/AppObjects/FlatCAMGerber.py", line 1063, in iso_init
app_obj.inform.emit('[success] %s: %s' %
AttributeError: 'AppObject' object has no attribute 'inform'

Step to repproduce:

-Start a new project
-Import a gerber and select it
-In selected, just click “Generate Isolation Geometry'

I tried NCC tool, and it’s the same:

[ERROR] An internal error has occurred. See shell.
Object (geometry) failed because: 'AppObject' object has no attribute 'inform'

Traceback (most recent call last):
File "/home/cz/flatcam/AppObjects/AppObject.py", line 130, in new_object
return_value = initialize(obj, self)
File "/home/cz/flatcam/AppTools/ToolNCC.py", line 2404, in gen_clear_area
app_obj.inform.emit('[success] %s = %s%s %s' % (
AttributeError: 'AppObject' object has no attribute 'inform'

Comments (3)

  1. Marius Stanciu

    Hi,
    Beta repository is not for public usage. It is a working place. Previously I updated this repo only when things were finished but some people complained that they can not see what I am doing. Perhaps willing to contribute themselves.
    Right now things are in between therefore the errors.
    Please use the source bundle for version 8.992 available on the Downloads section.
    Thanks!

  2. Marius Stanciu

    Hi Remi,
    I reverted to the previous working state. I will no longer push things here until all is finished. Sorry for the mess.

  3. Log in to comment