Zerbu / Mod-Constructor-5

The Sims 4 Mod Constructor is a downloadable program that allows users to create mods for The Sims 4 in a user-friendly environment. Version 5 is easier to use than ever!
106 stars 17 forks source link

Error while exporting package #180

Open kaerlinxila opened 9 months ago

kaerlinxila commented 9 months ago

屏幕截图 2024-03-03 233026 屏幕截图 2024-03-03 235103

I've installed the python3.7.0 successfully,and I’ve tried to repair it, but the prompt still appear. It seems like file folder "pycache" doesn't exist.

dcap0 commented 7 months ago

+1

I have also confirmed that the Registry is pointing to the correct install on python for both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE.

Maybe some way to provide the direct path to the python exe instead of through the Registry? I tried to add an option to provide the exe path whenever the export function is called and update the program settings, but I can't get the project to build with or without the changes.

errantred commented 2 months ago

HI All - this can come up because of the dash in the mod name. It's more of a python issue than MC but if you remove the dash from your project's folder name and edit the info.xml file within to do the same, you should be able to export properly.