JustinPedersen / maya_fspy

Simple UI to import fSpy files into Autodesk Maya
MIT License
38 stars 0 forks source link

Tutorial vague for novice python user. #17

Closed metalphysique closed 10 months ago

metalphysique commented 10 months ago

image Installed as described

Running provide script:

import maya_fspy.ui as mfspy_ui
mfspy_ui.maya_fspy_ui()
# Error: ModuleNotFoundError: file <maya console> line 1: No module named 'maya_fspy'

Running each .py individually

ui.py throws error:

> # Error: ImportError: file <maya console> line 27: attempted relative import with no known parent package

Please help

metalphysique commented 10 months ago

FIXED...Cannot install to project folder, must be installed to GLOBAL scripts folder!