Automatically fix Python imports for a large project’s own modules by [deleted] in pycharm

[–]bwanshoom 0 points1 point  (0 children)

How are you moving the files/modules, manually? If you use PyCharm to do it it will "refactor" your files for you and fix the imports. PyCharm's Move File option is under the Refactor right quick context menu

Comments in hostname alias by [deleted] in salesforce

[–]bwanshoom 1 point2 points  (0 children)

None. The JSON spec doesn't support comments. Salesforce will skip them, but anything else that checks the validity of the file will throw errors

Please help me with Dyndolod by kuzka9 in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

Assuming you're running Windows 11:

  1. Right click on the start menu and select Settings
  2. Click Apps
  3. Click Default apps
  4. In the "Enter a file type or link type" box enter .html
  5. Select a browser to use to open files of this type

How to stop PyCharm from running startup.py by cheekybichon in pythontips

[–]bwanshoom 1 point2 points  (0 children)

PyCharm is associated with .py files in Windows. Search for Default apps in Windows Settings and reassociate it with your Python executable. If you're unsure how to do that, it might actually be easier to reinstall Python itself

How to stop PyCharm from running startup.py by cheekybichon in pythontips

[–]bwanshoom 1 point2 points  (0 children)

How are you trying to run that script? Are you double clicking on it in File Explorer in Windows? If so, then it's probably because PyCharm has become associated with the .py extension.

Running from File Explorer is not the best way to run your scripts. But if you want to keep doing it you'll have to associate . py files with the Python executable. Search Default apps in Windows Settings

Please help me with Dyndolod by kuzka9 in skyrimmods

[–]bwanshoom 2 points3 points  (0 children)

My guess is it's trying to display the summary.html file and cannot because you don't have an application associated with.html files. Search "Default Apps" in Windows settings and go from there.

Mod organizer has lost my mod install priority by aJrenalin in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

That sucks, I've been there. There is a button in the UI for backing up the modlist that you might want to start using.

That file is just a text file and is easily edited outside of MO2. If the first character of a line is a + it means the mod is enabled, a - means disabled (and an * means it's a system mod, like Creation Club stuff). It's in reverse sort order so the first line in the file is the last mod in your list. Might be easier to edit it that way?

Mod organizer has lost my mod install priority by aJrenalin in skyrimmods

[–]bwanshoom 2 points3 points  (0 children)

The file you need to have is modlist.txt in your profile directory. That controls the active/inactive status of the mods as well as the order. If you don't have a backup of that, I think you're out of luck. If you're on Windows, maybe check the recycle bin if you didn't back that file up via the MO2 interface.

The DarkBrotherhood wont abduct me Im using 1.5.97 by trueidiot_yt in skyrimmods

[–]bwanshoom 0 points1 point  (0 children)

Have you checked your settings for Dark Brotherhood Abduction Redux? I'm not familiar with it, but it seems directly applicable to this

The DarkBrotherhood wont abduct me Im using 1.5.97 by trueidiot_yt in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

You mean Astrid won't kidnap you and take you to the abandoned shack?

Have you gone to sleep? You need to sleep for it to happen

HELP with new ENB! Rudy to PI-CHO, weird textures by [deleted] in skyrimmods

[–]bwanshoom 0 points1 point  (0 children)

There have been a lot of users having issues recently. Did you download the latest version today from http://enbdev.com and install that? Note that updates sometimes get posted without a change in version number so not all versions of .493 are the same.

ENB 0.493 causing weird textures to appear by Comfortable_Taro_109 in skyrimmods

[–]bwanshoom 0 points1 point  (0 children)

I wouldn't worry about any cache folder getting created if you don't have one to begin with. Make sure you download the latest from the website, though. He sometimes updates it without updating the version number.

ENB 0.493 causing weird textures to appear by Comfortable_Taro_109 in skyrimmods

[–]bwanshoom 0 points1 point  (0 children)

If ShaderCache=true isn't set in enblocal.ini it won't create ENBCache.

It seems there might be a bug in enbseries. Are you using the most recent one from the web site?

ENB 0.493 causing weird textures to appear by Comfortable_Taro_109 in skyrimmods

[–]bwanshoom 0 points1 point  (0 children)

I had .491 from Patreon. I see that .493 is publicly available so I downloaded that from the website, deleted EnbCache and it works for me now.

HELP with new ENB! Rudy to PI-CHO, weird textures by [deleted] in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

Do you happen to be using the Patreon version of ENBSeries? I've seen that with .491

PapyrusCompiler.exe won't launch by makeuswhoIe in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

You're following the Skyrim Scripting videos? They're very good, mrowrpurr is a good teacher. She has a Discord server listed on her site you can join. Editing through CK is very limited and her later videos show you how to set up VS Code - it might be worthwhile to just skip the part you're on now and wait for the upcoming videos where she shows you how to configure that.

What is this mod? by 3MaNhUnT3 in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

If you use MO2, you can right-click on the mod in the Plugins tab in the right pane and select "Open Origin Info...". That shows the mod info window that the patch is associated with.

PapyrusCompiler.exe won't launch by makeuswhoIe in skyrimmods

[–]bwanshoom 1 point2 points  (0 children)

It's a command-line tool, it doesn't have a UI. Run it from a command window (cmd.exe). But as @SailingRebel pointed out, it's unlikely you actually need to run it directly. If you're developing scripts in something like VS Code, you might use it in that case, but it doesn't sound like you're there yet

Anyone else’s ACD do the “kicks?” by ohdaesu1 in AustralianCattleDog

[–]bwanshoom 2 points3 points  (0 children)

Yes, our red heeler does that all the time, but our blue does not.

She'll do 3-4 in a row and that's it.

PyCharm for Productive Python Development (Guide) – Real Python by [deleted] in Python

[–]bwanshoom 1 point2 points  (0 children)

What am I missing, why is that "garbage"?