NVIDIAGameWorks / Falcor

Real-Time Rendering Framework
https://developer.nvidia.com/falcor
Other
2.71k stars 496 forks source link

No module named 'falcor.falcor_ext' #370

Closed Lumengine closed 1 year ago

Lumengine commented 1 year ago

On release 6.0, building is ok, but when launching either mogwai or render graph editor, No module named falcor.falcor_ext, do I need to add a specific path to PYTHON_PATH ? Thank you

skallweitNV commented 1 year ago

Works fine from VS Code. Did you run Visual Studio? Setting PYTHON_PATH manually should not be necessary, unless you want to use Falcor as a Python module, in which case there are setpath.bat scripts to set it up in the binary folder.

Lumengine commented 1 year ago

Yes, compiling and launching from Visual Studio 2022. And I don't want to use it as a python module.

skallweitNV commented 1 year ago

Did you use Build Solution? Maybe that helps.

Lumengine commented 1 year ago

I did indeed. I'm not in front of my computer right now, I'll do further test maybe next week. Do you have the path to include ?

Le jeu. 6 juil. 2023, 17:49, skallweitNV @.***> a écrit :

Did you use Build Solution? Maybe that helps.

— Reply to this email directly, view it on GitHub https://github.com/NVIDIAGameWorks/Falcor/issues/370#issuecomment-1623910775, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZMB6ZENVL7Z7UA3G62LSLXO3M73ANCNFSM6AAAAAA2AR7WUE . You are receiving this because you authored the thread.Message ID: @.***>

skallweitNV commented 1 year ago

I just tried in Visual Studio 2022 and everything works fine for me. Not sure what the problem is. Did you do a fresh clone or update an existing one? Maybe try a full clone/build.

Lumengine commented 1 year ago

I indeed used an old one, + checkout 6.0. I'll try to reclone and rebuild ! I let you know if it works. Thanks.

Envoyé à partir de Outlook pour Androidhttps://aka.ms/AAb9ysg


From: skallweitNV @.> Sent: Thursday, July 6, 2023 5:57:04 PM To: NVIDIAGameWorks/Falcor @.> Cc: Baptiste Perrin @.>; Author @.> Subject: Re: [NVIDIAGameWorks/Falcor] No module named 'falcor.falcor_ext' (Issue #370)

I just tried in Visual Studio 2022 and everything works fine for me. Not sure what the problem is. Did you do a fresh clone or update an existing one? Maybe try a full clone/build.

— Reply to this email directly, view it on GitHubhttps://github.com/NVIDIAGameWorks/Falcor/issues/370#issuecomment-1623921923, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKZMB6236ZFCMCKSOH45SATXO3N5BANCNFSM6AAAAAA2AR7WUE. You are receiving this because you authored the thread.Message ID: @.***>

Lumengine commented 1 year ago

Sorry for the late answer, I was off. I cloned again and rebuilt and everything is working now ! Thank you !