Message 1 of 2
Can't import external python code in Maya

Not applicable
10-26-2017
12:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm trying to link external python code that contains 'dlib' library to Maya. I've tried the simple import way:
import sys
sys.path.append('D:\Python files\RealTimeTrack')
import landmark
landmark.shape()
but it doesn't work since Maya doesn't recognize dlib library. What should I do in this case? Please suggest and thank you in advance.