SebKuzminsky / pycam

Other
341 stars 98 forks source link

Error while creating a new Process #52

Closed valeriob01 closed 7 years ago

valeriob01 commented 7 years ago

To reproduce

screenshot - 04182017 - 01 13 27 pm

sumpfralle commented 7 years ago

The top of the screenshot indicates that some plugins were not loaded. This is probably the reason for the missing "strategies", that cause the error.

Probably you should take a look at the first failing plugin and investigate, why it fails.

btw: I never heard of anyone using pypy with pycam. Thus you are entering new territory - have fun!

valeriob01 commented 7 years ago

On Tue, 2017-04-18 at 13:36 -0700, sumpfralle wrote:

The top of the screenshot indicates that some plugins were not loaded. This is probably the reason for the missing "strategies", that cause the error.

Probably you should take a look at the first failing plugin and investigate, why it fails.

I have re-cloned pycam and started it normally, The first plugin to fail is PathParameters.py, so probably you should also investigate.

btw: I never heard of anyone using pypy with pycam. Thus you are entering new territory - have fun!

valeriob01 commented 7 years ago

There are 3 plugins that fail, you should probably investigate also: PathParameters, PathPatterns, and ProcessStrategies. screenshot - 04192017 - 09 32 31 am

valeriob01 commented 7 years ago

Probably the last changes to the plugins in question "Switch POCKETINGTYPE* to enum 'PocketingType'" is the problem...

valeriob01 commented 7 years ago

On Tue, 2017-04-18 at 13:36 -0700, sumpfralle wrote:

The top of the screenshot indicates that some plugins were not loaded. This is probably the reason for the missing "strategies", that cause the error.

Probably you should take a look at the first failing plugin and investigate, why it fails.

btw: I never heard of anyone using pypy with pycam. Thus you are entering new territory - have fun!

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/SebKuzminsky/pycam/issues/52#issuecomment-294973681

3 plugins are failing: PathParameters, PathPatterns and ProcessStrategies,

The reason of the fail (I think):

https://github.com/SebKuzminsky/pycam/commit/8a9bf8bf58fb748f51081aef8b8214b5bd637636

sumpfralle commented 7 years ago

The above commit implies a new dependency on enum34. Did you install it? I guess, this problem could be hidden by the plugin loader.

valeriob01 commented 7 years ago

No I didn't install it because nowhere a message about that.

valeriob01 commented 7 years ago

On Wed, 2017-04-19 at 11:07 -0700, sumpfralle wrote:

The above commit implies a new dependency on enum34. Did you install it? I guess, this problem could be hidden by the plugin loader.

My attempt to install enum34 in Linuxcnc has failed, I switched to another machine with Debian to see if I could install the python-enum34 package, obviously also wanted python-gtkglext1 and python-opengl.

I am going to close the issue.