On 05/19/2017 07:41 AM, Gene Heskett wrote:
>>>> you need to install python-enum34
>>> Apparently not available for wheezy.  Installing python-enum breaks
>>> it completely:
>>>
>>> The installed 'enum' package lacks 'IntEnum'. Maybe you should
>>> install 'enum34' instead?
>>> Traceback (most recent call last):
>>>    File "scripts/pycam", line 723, in <module>
>>>      exit_code = execute(parser, opts, args, pycam)
>>>    File "scripts/pycam", line 303, in execute
>>>      result = show_gui(inputfile, opts.config_file)
>>>    File "scripts/pycam", line 145, in show_gui
>>>      plugin_manager.import_plugins()
>>>    File "/home/gene/bin/pycam-master/pycam/Plugins/__init__.py", line
>>> 239, in import_plugins
>>>      mod = imp.load_module(full_mod_name, mod_file, mod_filename,
>>> mod_desc)
>>>    File
>>> "/home/gene/bin/pycam-master/pycam/Plugins/PathParameters.py", line
>>> 24, in <module>
>>>      import pycam.Toolpath.MotionGrid
>>>    File "/home/gene/bin/pycam-master/pycam/Toolpath/MotionGrid.py",
>>> line 55, in <module>
>>>      class StartPosition(enum.IntEnum):
>>> AttributeError: 'module' object has no attribute 'IntEnum'

According to the script you were trying to install python-enum not 
python-enum34.

Mark

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to