demberto/FL-PluginDB-Organiser

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'output\\Effects'

Closed this issue · 3 comments

Every time I run the script I keep getting the error above. Below is what I am running. Any assistance yo get this work would be great.

C:\Temp>fl-plugindb-organiser.exe output
Creating ←[32mEffects←[0m folder
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1776.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1776.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Temp\fl-plugindb-organiser.exe_main
.py", line 7, in
File "C:\Users\Wolf Jones\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\fl_plugin_db_organiser_init
.py", line 249, in main
fl_plugin_db_organiser(output_dir, log, args.no_color)
File "C:\Users\Wolf Jones\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\fl_plugin_db_organiser_init
.py", line 89, in fl_plugin_db_organiser
effects.mkdir()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1776.0_x64__qbz5n2kfra8p0\lib\pathlib.py", line 1175, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'output\Effects'

How did you run it? In which folder?

After reading the steps over again I was able to figure out what I was doing wrong. Thank you for reaching back out to me.

Glad, that you worked it out :)