On Friday 19 May 2017 08:05:23 Mark wrote: > 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 > Correct, python-enum34 is not available in the wheezy repo's. Question asked on python list now.
> ---------------------------------------------------------------------- >-------- 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
