Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] error on trying to install #2

Closed
EdFenner opened this issue Mar 22, 2020 · 14 comments
Closed

[BUG] error on trying to install #2

EdFenner opened this issue Mar 22, 2020 · 14 comments
Assignees
Labels
bug Something isn't working

Comments

@EdFenner
Copy link

OS:
OSX

ADDON:

  • Version: [e.g.: Release date or Version]

Describe the bug
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
ModuleNotFoundError: No module named 'Extra-Image-List_v0'

@EdFenner EdFenner added the bug Something isn't working label Mar 22, 2020
@schroef
Copy link
Owner

schroef commented May 13, 2020

Thanks for reporting, got same error in this issue #1
I just tried my build of 2.82 and it shows properly. Ill check it later tonight

@schroef
Copy link
Owner

schroef commented May 13, 2020

I see the issue, i had already fixed this but never updated this repo. Ill do that tonight

@schroef
Copy link
Owner

schroef commented May 13, 2020

Actually it is there, my mistake, it is in the dev branch and this should work fine. Thanks for reminding me, ill change this and make 2.8 version the master

https://github.com/schroef/Extra-Image-List/blob/bl280_dev/

@schroef
Copy link
Owner

schroef commented May 14, 2020

Master is now updated to 2.8 and should work fine up to 2.83. Let me know if you run into issues.

@EdFenner
Copy link
Author

EdFenner commented May 14, 2020 via email

@NicSTT
Copy link

NicSTT commented May 19, 2020

I can confirm it isn't working on 2.82a

@NicSTT
Copy link

NicSTT commented May 19, 2020

I also get the same issue in 2.83 Beta.

@schroef
Copy link
Owner

schroef commented May 20, 2020

Okay, what branch did you guys use? I guess my change didn't come through properly. I have merged the dev 2.8 branch in master and it should be updated.

I just tried master and works for me in both 2.82 and 2.83
though my versions arent up to date. Ill try to check newer builds and see whats going on.

You still get that same error as from the initial post? You also made sure you replaced the addon properly?

Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
ModuleNotFoundError: No module named 'Extra-Image-List_v0'

@NicSTT
Copy link

NicSTT commented May 20, 2020

I've deleted the zip file, re-downloaded, and reinstalled; I get the same error as you post above.
Im using 2.82a, and your version of the plugin is stated to be 0.2.3

@NicSTT
Copy link

NicSTT commented May 20, 2020

error

@schroef
Copy link
Owner

schroef commented May 20, 2020

Ah i see, i had same issue but it still shows for me on OSX. Its the issue with the dashes in the name. For me the addon still shows in the UV editor in the properties panel. I do see its name should be addressed
Screen Shot 2020-05-20 at 16 23 52

Could you try renaming the addon folder with underscores, so it looks like this

Extra_image_list

@schroef
Copy link
Owner

schroef commented May 20, 2020

Im not sure where that "_v0" comes from in you version. DId you change names to something different, is it in a copy of a folder with that name?

EDIT
Ah I see its from the zip you used. Try renaming the folder in the addon folder. It should work properly then

I can confirm its due to the dots I added in the zips. Ill try to address that tonight. For now removing that works fine on my side. So name should be Extra-Image-List

@NicSTT
Copy link

NicSTT commented May 20, 2020

Didn't change anything
It allowed me to activate it when I renamed as you posted.
It appears to be working correctly, thank you.

@schroef
Copy link
Owner

schroef commented May 20, 2020

Thanks for confirming, sorry for the fuzz. It was my mistake by adding versioning numbers with dots to the zips.

@schroef schroef mentioned this issue May 20, 2020
@schroef schroef closed this as completed May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants