[web2py] Re: Problem with starting project

2018-11-19 Thread Константин Комков
I solved problem. It's important steps for install: 1. Python 2.7.9 *x86* (I have instlled x64 before) 2. Then install fdb driver (in cmd writing C:/Python27/Scripts/pip install fdb) 3. Then download web2py source code like told Dave S and run web2py.py. As I thought problem was in that. I starte

[web2py] Re: Problem with starting project

2018-11-14 Thread Константин Комков
Stifan, after >>> import fdb debugger showed that error: 'bdb'.run(), line 400: exec cmd in globals, locals > '__main__'.(), line 1:import fdb I installed python and driver on another computer and have that error too. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - h

[web2py] Re: Problem with starting project

2018-11-14 Thread 黄祥
not sure why fdb not listed when you start web2py, think psycopgy2 is loaded while fdb is not perhaps you can test it first in the python environment, if it no error occured, then you can use it in web2py app *e.g.* python >>> import fdb best regards, stifan -- Resources: - http://web2py.com

[web2py] Re: Problem with starting project

2018-11-14 Thread Константин Комков
[image: cmdFDB.png] As I undarstand I already installed fdb driver. [image: cmdWEB2PY.png] But when I start web2py in cmd I don't see that driver. How can I start it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - ht

[web2py] Re: Problem with starting project

2018-11-13 Thread Константин Комков
I will check it tomorrow again. Becouse I have thought about fdb driver and installed it already. -- 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 rec

[web2py] Re: Problem with starting project

2018-11-13 Thread Dave S
On Monday, November 12, 2018 at 10:30:50 PM UTC-8, Константин Комков wrote: > > Server is working on windows (IIS), database - Firebird 2.5. > On my computer operation system is windows7. > I don't know how to install fdb on the web2py.exe version (which is what you said you were running) becau

[web2py] Re: Problem with starting project

2018-11-12 Thread Константин Комков
Server is working on windows (IIS), database - Firebird 2.5. On my computer operation system is windows7. -- 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) ---

[web2py] Re: Problem with starting project

2018-11-12 Thread Dave S
On Monday, November 12, 2018 at 11:40:33 AM UTC-8, Константин Комков wrote: > > Today I tryed to install fdb driver, but it didn't solved problem. Maybe I > need to put something in folder modules? > Just to keep the i's dotted and the t's crossed, I'll ask if you're using the Firebird databa

[web2py] Re: Problem with starting project

2018-11-12 Thread Константин Комков
Today I tryed to install fdb driver, but it didn't solved problem. Maybe I need to put something in folder modules? -- 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 Is

[web2py] Re: Problem with starting project

2018-11-08 Thread Константин Комков
In applications/application/modules/ there isn't file fdb.py and in project on server too, but project on server is working. I looked file on server with name fdb.py and didn't find. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (So

[web2py] Re: Problem with starting project

2018-11-08 Thread 黄祥
the new error seems you've missed the file in applications/application/modules/fdb.py, pls ensure that file exist perhaps better to start the project from simple first (either windows version or source version) copy the welcome app, ensure no error occured, then add your code, little by little,

[web2py] Re: Problem with starting project

2018-11-08 Thread Константин Комков
I downloaded python 2.7.9 and start web2py (fsiource code). Code of error change: ((ImportError('No module named application.modules',), )) at 05770F30, file "D:\web2py_src\web2py\applications\application\models\db.py", line 7> Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. Traceback (most r

[web2py] Re: Problem with starting project

2018-11-08 Thread Dave S
On Thursday, November 8, 2018 at 12:29:56 AM UTC-8, Константин Комков wrote: > > [image: web2py.png] > I use usual version of web2py. Maybe I don't understend question. > That would be the Windows exe+dll version. It should have everything, but some files need to be copied from the inert sampl

[web2py] Re: Problem with starting project

2018-11-08 Thread 黄祥
perhaps you can try for normal users: source code install python for windows first and then try to run web2py source best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2p

[web2py] Re: Problem with starting project

2018-11-08 Thread Константин Комков
Lovedie JC, bit? Can you tell about it in more detail? I rtied to change folder with web2py and delete 2 empty lines from appconfig.py but problem remain. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.go

Re: [web2py] Re: Problem with starting project

2018-11-08 Thread Lovedie JC
Last time I had the same but noted that the appconfig pt was not in the private folder. Once I moved bit the the error disappears. On Thu, 8 Nov 2018, 11:24 Dave S > > On Wednesday, November 7, 2018 at 10:06:31 PM UTC-8, Константин Комков > wrote: >> >> I downloaded web2py, deleted old and instal

[web2py] Re: Problem with starting project

2018-11-08 Thread Константин Комков
[image: web2py.png] I use usual version of web2py. Maybe I don't understend question. -- 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

[web2py] Re: Problem with starting project

2018-11-08 Thread Dave S
On Wednesday, November 7, 2018 at 10:06:31 PM UTC-8, Константин Комков wrote: > > I downloaded web2py, deleted old and installed again, but error was the > same. > Are you using the source version with a separate Python, or are you using the Windows exe+dll version? /dps > There is fil

[web2py] Re: Problem with starting project

2018-11-07 Thread Константин Комков
I downloaded web2py, deleted old and installed again, but error was the same. There is file appconfig in pass gluon/contrib/. ((ImportError('No module named application.modules',), )) at 047CD338, file "Z:\OAS\web2py\applications\application\models\db.py", line 7> Line 7: from gluon.contrib

[web2py] Re: Problem with starting project

2018-11-07 Thread 黄祥
pls ensure there is a file in web2py/gluon/contrib/appconfig.py perhaps the fastest way is to fix this is re download and re installed web2py best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:/