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
>
An attempt at "pip install python-enum34" generated this log:

  Getting page http://pypi.python.org/simple/python-enum34
  Could not fetch URL http://pypi.python.org/simple/python-enum34: HTTP 
Error 404: Not Found
  Will skip URL http://pypi.python.org/simple/python-enum34 when looking 
for download links for python-enum34
  Getting page http://pypi.python.org/simple/
  URLs to search for versions for python-enum34:
  * http://pypi.python.org/simple/python-enum34/
  Getting page http://pypi.python.org/simple/python-enum34/
  Could not fetch URL http://pypi.python.org/simple/python-enum34/: HTTP 
Error 404: Not Found
  Will skip URL http://pypi.python.org/simple/python-enum34/ when looking 
for download links for python-enum34
  Could not find any downloads that satisfy the requirement python-enum34

No distributions at all found for python-enum34

Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 104, 
in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 
245, in run
    requirement_set.prepare_files(finder, 
force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 978, in 
prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 157, in 
find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % 
req)
DistributionNotFound: No distributions at all found for python-enum34
/home/gene/.pip/pip.log (END)

So how do I go about getting it?  Its seems to be made out of relatively 
pure unobtainium from here.



> ----------------------------------------------------------------------
>-------- 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


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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to