Yes, I tried the latest at some point. But don’t worry, I figured it out.
After a day or two trying to delve into python, reinstalling, installing.. etc… Eventually I figured it out (after kicking myself for being so stupid), I just had to re-install python (and delete the old python files). I had reinstalled windows keeping some personal settings, which muddied things up apparently - so python was not registering the modules properly, or was getting confused for some reason… not sure. But here’s the fix: uninstall Python, delete residual files, reinstall Python. Thanks Miquel, your plugin is really one of my favorites. -Draise From: Miquel Campos Sent: Wednesday, April 23, 2014 17:52 To: [email protected] Hello, Can you try with the latest release?: https://github.com/miquelcampos/GEAR_mc/releases Looks like you are using the master version. Cheers, Miquel ---------------------------------------------------- Miquel Campos www.miquelTD.com On Thu, Apr 24, 2014 at 10:46 AM, Andres Stephens <[email protected]> wrote: I had to re-install to W8.1 and tried out SI 2015, but now I have an error: my PYTHONPATH and/or PATH Variables are working, but not all the GEAR modules are loading. I get the following error for most modules: Code: # ERROR : Traceback (most recent call last): # File "", line 34, in # from gear.xsi import xsi, c, lm, XSIMath, XSIFactory # ImportError: cannot import name lm # - [line 34 in X:\XX\GEAR_mc-master\workgroup\Addons\gear\Application\Plugins\gear_selectionTools.py] For the majority of the major python scripts I'd love to use, I get the traceback error... only some of them load. Why would that be? How can it be fixed? I’ve also tried it in SI 2014, and SI 2013, same issue. As far as I know, Python is installed correctly, what do you think is wrong? Thanks for the help in advance… -Draise

