[web2py] Re: MongoDB and Web2py in Windows

2014-12-10 Thread Oliver
I tried binary version.  It did not work.  Im trying to subscribe to 
CouchDB or MongoDB online and test it instead running my db local machine.

thanks for the help.



On Friday, November 28, 2014 6:51:15 PM UTC-5, Massimo Di Pierro wrote:

 Are you using the source version of the binary version of web2py? The 
 binary version comes his own python version.

 On Wednesday, 26 November 2014 09:42:56 UTC-6, Oliver wrote:

 Hi All,

 anyone have success using MongoDb in DAL?  When I ran web2py, I don't see 
 MongoDB listed.

 here is what I got when I ran web2py command

 web2py Web Framework
 Created by Massimo Di Pierro, Copyright 2007-2014
 Version 2.9.11-stable+timestamp.2014.09.15.23.35.11
 Database drivers available: SQLite(sqlite3), MySQL(pymysql), 
 PostgreSQL(psycopg2
 ), PostgreSQL(pg8000), MSSQL(pyodbc), DB2(pyodbc), Teradata(pyodbc), 
 Ingres(pyod
 bc), IMAP(imaplib)


 I installed Pymongo.  I downloaded and installed MongoDB in my Windows 7 
 and 8 computer to test.  Same result.

 Thanks








-- 
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 subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: MongoDB and Web2py in Windows

2014-12-10 Thread Massimo Di Pierro
Exactely. The binary version is not supposed to work. It comes with its own 
version of python therefore it does not see any module that you may have 
installed. If you want to use modules like pymongo you must install Python, 
install pymongo, AND run web2py source so it uses your own python version 
and libraries.

On Wednesday, 10 December 2014 10:32:15 UTC-6, Oliver wrote:

 I tried binary version.  It did not work.  Im trying to subscribe to 
 CouchDB or MongoDB online and test it instead running my db local machine.

 thanks for the help.



 On Friday, November 28, 2014 6:51:15 PM UTC-5, Massimo Di Pierro wrote:

 Are you using the source version of the binary version of web2py? The 
 binary version comes his own python version.

 On Wednesday, 26 November 2014 09:42:56 UTC-6, Oliver wrote:

 Hi All,

 anyone have success using MongoDb in DAL?  When I ran web2py, I don't 
 see MongoDB listed.

 here is what I got when I ran web2py command

 web2py Web Framework
 Created by Massimo Di Pierro, Copyright 2007-2014
 Version 2.9.11-stable+timestamp.2014.09.15.23.35.11
 Database drivers available: SQLite(sqlite3), MySQL(pymysql), 
 PostgreSQL(psycopg2
 ), PostgreSQL(pg8000), MSSQL(pyodbc), DB2(pyodbc), Teradata(pyodbc), 
 Ingres(pyod
 bc), IMAP(imaplib)


 I installed Pymongo.  I downloaded and installed MongoDB in my Windows 7 
 and 8 computer to test.  Same result.

 Thanks








-- 
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 subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: MongoDB and Web2py in Windows

2014-11-28 Thread Massimo Di Pierro
Are you using the source version of the binary version of web2py? The 
binary version comes his own python version.

On Wednesday, 26 November 2014 09:42:56 UTC-6, Oliver wrote:

 Hi All,

 anyone have success using MongoDb in DAL?  When I ran web2py, I don't see 
 MongoDB listed.

 here is what I got when I ran web2py command

 web2py Web Framework
 Created by Massimo Di Pierro, Copyright 2007-2014
 Version 2.9.11-stable+timestamp.2014.09.15.23.35.11
 Database drivers available: SQLite(sqlite3), MySQL(pymysql), 
 PostgreSQL(psycopg2
 ), PostgreSQL(pg8000), MSSQL(pyodbc), DB2(pyodbc), Teradata(pyodbc), 
 Ingres(pyod
 bc), IMAP(imaplib)


 I installed Pymongo.  I downloaded and installed MongoDB in my Windows 7 
 and 8 computer to test.  Same result.

 Thanks








-- 
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 subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.