TrueCryer / blendermada_client

Blendermada Project - add-on for Blender
http://blendermada.com
27 stars 4 forks source link

2.81 Blendermada 2.0 not installing #21

Open Cyclotron555 opened 4 years ago

Cyclotron555 commented 4 years ago

blender_GSBJLIBZs6

ecarig commented 4 years ago

Hey! just signed up to reply to you on how I solved the same issue. Basically, rename the .py file removing the 2.0 so your file is then named blendermada.py (as it used to be) and it works!!!

MStrecke commented 4 years ago

Yes, I had the same problem.

Traceback (most recent call last): File "/home/mike/blender-2.81a/2.81/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) ModuleNotFoundError: No module named 'blendermada-2'

It seems that _addonutils.py does not correctly removes the file extension. It simply cuts the string after the first dot. Not exactly a fault of blendermada.

As a workaround simply remove the dot in "2.0".

chraso commented 4 years ago

I also need help on the issue Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'blendermada-2.0'

I tried to change the name manually to the given, but somehow omits ".0" and then displays ModuleNotFoundError: No module named 'blendermada-2' error!

ecarig commented 4 years ago

Chintan, try doing what I did as described on my post on GitHub; it worked

Sent from Outlookhttp://aka.ms/weboutlook


From: chintan notifications@github.com Sent: 12 March 2020 08:32 To: TrueCryer/blendermada_client blendermada_client@noreply.github.com Cc: ecarig ecariglino@hotmail.com; Comment comment@noreply.github.com Subject: Re: [TrueCryer/blendermada_client] 2.81 Blendermada 2.0 not installing (#21)

I also need help on the issue

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/TrueCryer/blendermada_client/issues/21#issuecomment-598066255, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOHX5SDGM7JNKXPFIDBUITTRHCMZZANCNFSM4KESYBPA.

chraso commented 4 years ago

Chintan, try doing what I did as described on my post on GitHub; it worked Sent from Outlookhttp://aka.ms/weboutlook ____ From: chintan notifications@github.com Sent: 12 March 2020 08:32 To: TrueCryer/blendermada_client blendermada_client@noreply.github.com Cc: ecarig ecariglino@hotmail.com; Comment comment@noreply.github.com Subject: Re: [TrueCryer/blendermada_client] 2.81 Blendermada 2.0 not installing (#21) I also need help on the issue — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOHX5SDGM7JNKXPFIDBUITTRHCMZZANCNFSM4KESYBPA.

scammer don't click or install

chraso commented 4 years ago

Yes, I had the same problem.

Traceback (most recent call last): File "/home/mike/blender-2.81a/2.81/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) ModuleNotFoundError: No module named 'blendermada-2'

It seems that _addonutils.py does not correctly removes the file extension. It simply cuts the string after the first dot. Not exactly a fault of blendermada.

As a workaround simply remove the dot in "2.0".

This works fine now