Replies: 3 comments 7 replies
-
What is line 7 of |
Beta Was this translation helpful? Give feedback.
7 replies
-
It is import meraki, yes
… On 30 May 2021, at 17:24, Brénainn Woodsend ***@***.***> wrote:
What is line 7 of main.py? I guess it's some kind of import meraki but what is it exactly?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you so much again, it worked perfectly.
I will make a pull request to meraki
…
On 30 May 2021, at 18:36, Brénainn Woodsend ***@***.***> wrote:
I didn't even think that that line would be legal in Python. Despite appearing to work, it's still not really correct. Looking at sys.modules, it has had to load __init__ twice, once as meraki (the normal behaviour) and once a submodule meraki.__init__ (which should never happen). @panaotizz I suggest you make a pull request to meraki to change this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
Im sure this has been posted dozens of times and i searched through the issues but couldn't find a solution.
Im trying to build an executable that uses the 'meraki' module. Installer builds but then when i run the executable i get:
I tried adding meraki, meraki.init and meraki.init.rest_session in the spec file and rebuilding but to no avail.
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions