[web2py] ImportError: No module named utils on websocket_messaging

2019-10-10 Thread Luis Sucuc
I am trying to use sockets as follows python gluon/contrib/websocket_messaging.py -k 123 -p but I receive the following error Traceback (most recent call last): File "gluon/contrib/websocket_messaging.py", line 96, in import gluon.utils ImportError: No module named utils luis@luissu

[web2py] ImportError: No module named

2017-02-20 Thread Daniel Dos Santos Guilhermino
Hello Everybody, I have a little problem with my application... I searched on the forum, but I don't see any solution... Follow the error: Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 227, in restricted exec ccode in environment File "C:\web2py\applicati

[web2py] ImportError: No module named

2015-09-07 Thread lenin . martinez
Im triying import one test module form.py . Module class Form(object): def hi(): return 'abc' my controller from form import form but the app generate me one ticket with this error: ImportError: No module named applications.

[web2py] ImportError: No module named duplicity.tarfile

2015-03-01 Thread Ramkrishan Bhatt
HIi Everyone, After deploying in the server i got this issue. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are s

[web2py] ImportError: No module named myapp.modules

2014-10-01 Thread Alex
I've added a file to the modules folder, in a controller I import this module which works fine locally (Windows). When I deploy my application to the server (linux, apache) I get the following error when I try to import my module: File "web2pypath/gluon/custom_import.py", line 82, in custom_i

[web2py] ImportError: No module named myapp.modules

2014-04-20 Thread weheh
I'm in the process of installing a new version of my app and getting this error message right off the bat. My modules folder does contain an __init__.py file, so it should be OK. But I'm getting this traceback. This has got me dead in the water, so any quick help would be much appreciated. Shou

[web2py] ImportError - no module named...

2014-02-11 Thread Chris Hepworth
I recently had to set up a new environment (my desktop running Ubuntu is dead) on my Windows laptop. I have a module called *qrcode *that worked fine in my old environment and hasn't had an issue on pythonanywhere. After I cloned the application, however, I received this error. Is there someth

[web2py] ImportError: No module named gaehandler

2013-09-17 Thread Python Webdev
Hi, today I downloaded the current web2py source (version 2.6.3-stable+timestamp.2013.09.15.17.01.20) and copied a app.yaml that worked for me to it. When added this existing Application to GoogleAppEngine Laucher (Version 1.8.4.1050) and started there this configuration. First everything

[web2py] ImportError: No module named gluon.contrib.comet_messaging

2013-03-08 Thread surfnet3
Hi, I tried the websocket (comet_messaging.py) and followed the procedures inside, but got the following error in ajax_form(): ImportError: No module named gluon.contrib.comet_messaging How can I solve the problem? Thanks. -- --- You received this message because you are subscribed to th

Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-20 Thread Jonathan Lundell
On Nov 20, 2011, at 8:50 AM, Constantine Vasil wrote: > > Are you doing anything with sys.path? > > No - I do not. It seems to me it is a path issue > in the Eclipse+PyDev debugging environment. > > Still it is not clear to me how web2py finds it in > gaehandler.py but not in my db.py? Try log

Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-20 Thread Constantine Vasil
> Are you doing anything with sys.path? No - I do not. It seems to me it is a path issue in the Eclipse+PyDev debugging environment. Still it is not clear to me how web2py finds it in gaehandler.py but not in my db.py?

Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-19 Thread Jonathan Lundell
On Nov 19, 2011, at 12:56 AM, Constantine Vasil wrote: > In my db.py I am importing: > from google.appengine.ext import db as google_db > > But got the following error: > ImportError: No module named google.appengine.ext > > I see in gaehandler.py there is google.appengine.ext: > from google.app

[web2py] ImportError: No module named google.appengine.ext

2011-11-19 Thread Constantine Vasil
In my db.py I am importing: from google.appengine.ext import db as google_db But got the following error: ImportError: No module named *google.appengine.ext* I see in gaehandler.py there is *google.appengine.ext:* from *google.appengine.ext* import webapp from *google.appengine.ext*.webapp.uti

[web2py] ImportError: No module named ...

2010-01-20 Thread kari
Hi, I am facing a problem on Windows installation of web2py. When trying to run applications I get the following error: ImportError: No module named ... ... replaced by a model I have used in the import statement in default.py All the modules I have used are installed and thety can be imported w