Openwebif No Modula Named Basik

  1. Openwebif No Modula Named Basik Full

ModuleNotFoundError: No module named 'base' Hi first i would like to thank you for your service it very useful for the beginner like me to improve them capability. My issue come install Django-reporting and try to use it here. Stack Exchange Network. Stack Exchange network consists of 175 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange.

I am porting my python application from python 2 to python 3.As python-3 provides utility 2to3 which converts python-2 code to python-3.import builtins giving error as

Any idea to fix this issue?

mrudulamrudulaModula
1373 gold badges5 silver badges14 bronze badges

2 Answers

Solved a similar error in a separate situation by installing the package future.

It's not clear if your error occurs when running 2to3 or when trying to run the resulting code. If it is when running 2to3 it is likely because it's actually using python2 (the default) and thus if you haven't installed the future, builtins will be missing. Similarly if you are trying to run the resulting code with python2 the same error might occur.

user9794user9794

The 2to3 tool generates code compatible with Python 3-only.

You're probably seeing that because you're running the converted code in Python 2.

If you want your code to be compatible with Python 2 and 3, you can do this instead:

eliaselias

Not the answer you're looking for? Browse other questions tagged 14.04python3 or ask your own question.

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up 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

Use it to gain the tactical edge in combat by being familiar with your surroundings, or just learn how Relic sets their maps up. Page Tools.With over 33 maps included in Company of Heroes and Company of Heroes: Opposing Fronts, it may be difficult to become familiar with all of them. We're offering something to help: a map list that comes with detailed views of each multiplayer map in the game. Company of heroes 2 maps not downloading.

Openwebif No Modula Named Basik Full

Comments

commented Apr 14, 2018
edited

web.Server Traceback (most recent call last):
exceptions.ImportError: No module named local
/usr/lib/python2.7/site-packages/twisted/web/server.py:189 in process
188
189
190
/usr/lib/python2.7/site-packages/twisted/web/server.py:238 in render
237
238
239
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/base.py:222 in render
221 args['content'] = out
222 nout = self.loadTemplate('main', 'main', args)
223 if nout:
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/base.py:103 in loadTemplate
102 if fileExists(getViewsPath(path + '.pyo')):
103 template = imp.load_compiled(module, getViewsPath(path + '.pyo'))
104 else:
/home/martin/oe5/build/tmp/work/vs1500-oe-linux-gnueabi/enigma2-plugin-extensions-openwebif/1+gitAUTOINC+abf6016435-r0/git/plugin/controllers/views/main.py:26 in
25
26
27
exceptions.ImportError: No module named local

commented Apr 14, 2018

Now:
web.Server Traceback (most recent call last):
exceptions.ImportError: No module named controllers.i18n

commented Apr 14, 2018

git/plugin/controllers/views/responsive/index.py:26 in

added a commit that referenced this issue Apr 14, 2018

commented Apr 14, 2018

Please close if fixed on your box

My test box is 'green'.

commented Apr 14, 2018

OpenWebIf start now after the last commits .
but now i have english language in OWIF

commented Apr 14, 2018

Yes, works now .. is possible change old/new design now too.

One note .. not very happy new size of full RC in new design .. Why there must be 'Materialize ..' instead enlarge full RC ?

commented Apr 14, 2018

Yes, in english ..

commented Apr 14, 2018

Hi @ims21 , the responsive design is a 99% copy of the vti fork without UI changes.

commented Apr 14, 2018

I hope, old design will be still useable .. I do not know why are trends make all as for childs, wasting a place etc..

added a commit that referenced this issue Apr 14, 2018

commented Apr 14, 2018

The new responsive web is much better to prevent screen size issues.
But some parts are not as good as the old web UI.

I'm not impressed to maintain 2 different interfaces but not all users likes the new resposive design.
Me too if not all issues are fixed.

commented Apr 14, 2018

with the last commits , the language is taken correctly
thx

commented Apr 14, 2018
edited

About new design:

  • screenshot is not possible scalling with Ctrl+/- .. all is scalled, screenshot is still same size :-(
  • fonts are worse readable
  • info about box .. funny ..
  • on 15' screen for nothing

commented Apr 14, 2018

. and many other things ;-)

But the whole thing is not bad.

I will try to fix these issues but only if we plan to remove the whole old UI.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Comments are closed.