FileNotFoundError: [Errno 2] No such file or directory: 'low-poly-fox-by-pixelmannen.mtl' [closed]

asked 2020-09-21 07:51:23 -0600

hoseinimage gravatar image

hi i used Pywavefront Module for importing OBJ files as:

import pywavefront

fox = pywavefront.Wavefront('fox.obj', collect_faces=False)

but pycharm gave this error:

**FileNotFoundError: [Errno 2] No such file or directory: 'low-poly-fox-by-pixelmannen.mtl'**

i want import fox.obj only into my project NOT 'low-poly-fox-by-pixelmannen.mtl' that is 3d Model and Non_FREE

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2020-09-21 08:24:31.274877

Comments

please stop spamming this site with unrelated, arbitrary python posts

berak gravatar imageberak ( 2020-09-21 08:25:19 -0600 )edit