Re: [Zope] Help installing Zope2 in AWS

2017-05-31 Thread Andreas Jung


On 9 Nov 2016, at 19:38, Norma Silva wrote:

> Hello,
>
> Has someone installed Zope2 on Amazon Web Services (AWS)?
>
> Thanks in advance!

What is the exact question/problem.

Has anyone….likely…

-aj

signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ODBC adapter

2017-05-31 Thread Andreas Jung
http://www.egenix.com/products/python/mxODBC/

is the only reasonable ODBC approach for Zope nowadays...forget the other old 
crap.

-aj

On 4 Jul 2016, at 18:08, Miguel Beltran R. wrote:

> Hi again list,
>
> Using zope 2.13.23
> ZPyODBCDA 1.0.9.dev0 ( https://github.com/tcurvelo/Products.ZPyODBCDA )
>
> I have tried to install ZpyODBCDA but when I try to start the instance i
> got this error
>
> (control-emisiones3)
> N:\zope\control-emisiones3>"N:\zope\control-emisiones3\Scripts\runzope" -C
> "N:\zope\control-emisiones3\instance_zope\etc\zope.conf"
>
> 2016-07-04 10:48:05 ERROR Application Could not import Products.ZPyODBCDA
> Traceback (most recent call last):
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 606, in import_product
> product=__import__(pname, global_dict, global_dict, silly)
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\__init__.py",
> line 27, in 
> from pyodbc_browser import pyodbcConnectionBrowser,
> addpyodbcConnectionBrowser, addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_browser.py",
> line 23, in 
> from pyodbc_DA import pyodbcConnection, database_type,
> addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_DA.py",
> line 27, in 
> from pyodbc_db import DB
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_db.py",
> line 37, in 
> from Shared.DC.ZRDB.TM import TM
> ImportError: No module named ZRDB.TM
> Traceback (most recent call last):
>   File "C:\Python27\Lib\runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "C:\Python27\Lib\runpy.py", line 72, in _run_code
> exec code in run_globals
>   File "N:\zope\control-emisiones3\Scripts\runzope.exe\__main__.py", line
> 9, in
> 
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\run.py",
> line 22, in run
> starter.prepare()
>   File
> "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\__init__.py",
> line 86, in prepare
> self.startZope()
>   File
> "n:\zope\control-emisiones3\lib\site-packages\Zope2\Startup\__init__.py",
> line 262, in startZope
> Zope2.startup()
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\__init__.py",
> line 47, in startup
> _startup()
>   File "n:\zope\control-emisiones3\lib\site-packages\Zope2\App\startup.py",
> line 67, in startup
> OFS.Application.import_products()
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 583, in import_products
> import_product(product_dir, product_name, raise_exc=debug_mode)
>   File "n:\zope\control-emisiones3\lib\site-packages\OFS\Application.py",
> line 606, in import_product
> product=__import__(pname, global_dict, global_dict, silly)
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\__init__.py",
> line 27, in 
> from pyodbc_browser import pyodbcConnectionBrowser,
> addpyodbcConnectionBrows
> er, addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_browser.py",
> line 23, in 
> from pyodbc_DA import pyodbcConnection, database_type,
> addpyodbcConnectionForm
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_DA.py",
> line 27, in 
> from pyodbc_db import DB
>   File
> "N:\zope\control-emisiones3\instance_zope\Products\ZPyODBCDA\pyodbc_db.py",
> line 37, in 
> from Shared.DC.ZRDB.TM import TM
> ImportError: No module named ZRDB.TM
>
>
> What module do I need to install?
>
>
>
> -- 
> 
> Lo bueno de vivir un dia mas
> es saber que nos queda un dia menos de vida
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem with Zope

2017-05-31 Thread Andreas Jung
Look at your error_log in the ZMI. Never seen the case that such 
an error would _not_ trigger a complete traceback in the error_log.

-aj


On 5 Jan 2016, at 12:45, Jordan Guerder wrote:

> Hello,
> I discovered Zope, however, I see an error output from one of my clients. 
> Indeed its website appears for a few hours this error message:
>
> Zope Error
> Zope HAS Encountered an error while publishing this resource.
> Error type: IndexError
> Error Value: 0
>
> Server side all seems ok:
> - Apache is up
> - Php fpm is up
> - Mysql is up
>
> The logs do not show me any errors, would you therefore an idea of how I 
> could identify this problem?
>
> Jordan
> ___
> Zope maillist  -  Zope@zope.org
> https://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
> https://mail.zope.org/mailman/listinfo/zope-announce
> https://mail.zope.org/mailman/listinfo/zope-dev )


signature.asc
Description: OpenPGP digital signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )