From mal at egenix.com Fri May 7 12:37:11 2010 From: mal at egenix.com (M.-A. Lemburg) Date: Fri May 7 11:37:16 2010 Subject: [egenix-users] mxODBC Zope DA - no message at startup / no log ? In-Reply-To: <1272112111.27218.1371676227@webmail.messagingengine.com> References: <1272112111.27218.1371676227@webmail.messagingengine.com> Message-ID: <4BE3DF47.7040008@egenix.com> Just to clarify for mxODBC Zope DA users: Richard Shea wrote: > Hi - I've installed mxODBC Zope DA into a Plone 3.3 instance. I believe > I've configured the odbc.ini correctly. > > The mxODBC installation instructions say that at startup messages will > be seen ... > > [quote] > At Zope startup time, the Zope DA tries to import the interfaces for the > two ODBC managers and writes a notice to the Zope startup shell window. > Zope can only use those interfaces which are successfully imported at > this point. > > If both interfaces fail to load, the mxODBC Zope DA will not be usable > at all and a warning message is printed to the startup shell. > [/quote] > > .... I'm not getting any sort of message at all - neither confirmation > nor warning ! The above quote only applies to mxODBC Zope DA 1.0.x. In mxODBC Zope DA 2.0.x we have changed the logic to have the Zope DA write all messages to the standard Zope event log file. > The doco also says that messages will be written to Directory>/log/events.log but that file is not being created . In Plone, you will find this file in C:\Plone\var\log\instance.log (Plone changes the Zope defaults in its configuration of instances) > If anyone can explain why I'm not getting any sort of notification I > would be grateful . -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, May 07 2010) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2010-04-23: Released mxODBC.Zope.DA 2.0.1 http://zope.egenix.com/ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ From aclark at aclark.net Mon May 24 13:35:45 2010 From: aclark at aclark.net (Alex Clark) Date: Mon May 24 14:36:02 2010 Subject: [egenix-users] undefined symbol: PyUnicodeUCS4_FromEncodedObject Message-ID: Hi all, I am trying to add egenix_mxodbc_zopeda-2.0.1-py2.4-linux-x86_64.egg to Plone 3.3.5 and when I start the instance I get this: --- 2010-05-24 08:17:22 ERROR Application Could not import Products.mxODBCZopeDA Traceback (most recent call last): File "/home/aclark/Developer/seiu/parts/zope2/lib/python/OFS/Application.py", line 709, in import_product product=__import__(pname, global_dict, global_dict, silly) File "Products/mxODBCZopeDA/__init__.py", line 33, in ? logger = logging.getLogger("Zope") File "Products/mxODBCZopeDA/ZopeDA.py", line 108, in ? ImportError: /home/aclark/Developer/seiu/eggs/egenix_mxodbc_zopeda-2.0.1-py2.4-linux-x86_64.egg/Products/mxODBCZopeDA/mx/TextTools/mxTextTools/mxTextTools.so: undefined symbol: PyUnicodeUCS4_FromEncodedObject Traceback (most recent call last): File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/Startup/run.py", line 21, in run starter.prepare() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 102, in prepare self.startZope() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 278, in startZope Zope2.startup() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/__init__.py", line 47, in startup _startup() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/App/startup.py", line 45, in startup OFS.Application.import_products() File "/home/aclark/Developer/seiu/parts/zope2/lib/python/OFS/Application.py", line 686, in import_products import_product(product_dir, product_name, raise_exc=debug_mode) File "/home/aclark/Developer/seiu/parts/zope2/lib/python/OFS/Application.py", line 709, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/home/aclark/Developer/seiu/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 33, in ? logger = logging.getLogger("Zope") File "Products/mxODBCZopeDA/ZopeDA.py", line 108, in ? ImportError: /home/aclark/Developer/seiu/eggs/egenix_mxodbc_zopeda-2.0.1-py2.4-linux-x86_64.egg/Products/mxODBCZopeDA/mx/TextTools/mxTextTools/mxTextTools.so: undefined symbol: PyUnicodeUCS4_FromEncodedObject --- Does this make any sense to anyone? If I understand correctly, that is the correct binary to use for my distro (Ubuntu Lucid). Thanks, Alex -- Alex Clark ? http://aclark.net Author ? Plone 3.3 Site Administration ? http://aclark.net/admin From fulvioc at webcollective.coop Mon May 24 18:38:36 2010 From: fulvioc at webcollective.coop (Fulvio Casali) Date: Tue May 25 02:39:02 2010 Subject: [egenix-users] MacOSX version of mxODBCZopeDA not available? Message-ID: I'm trying to download the Mac OS X (PPC + Intel - 32-bit) version of mxODBCZopeDA, and I get a 404: http://downloads.egenix.com/python/index/ucs2/egenix-mxodbc-zopeda/2.0.1/egenix_mxodbc_zopeda-2.0.1-py2.4-macosx-10.4-fat.egg?python=py2.4_ucs2 This is for Zope 2.10 and Plone 3.x (Python 2.4 UCS2). Any word on when this might be available? Thanks, Fulvio Casali -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman-archives/egenix-users/attachments/20100524/54dd462c/attachment.htm From mal at egenix.com Wed May 26 17:58:19 2010 From: mal at egenix.com (M.-A. Lemburg) Date: Wed May 26 16:58:23 2010 Subject: [egenix-users] MacOSX version of mxODBCZopeDA not available? In-Reply-To: References: Message-ID: <4BFD370B.3030309@egenix.com> Fulvio Casali wrote: > I'm trying to download the Mac OS X (PPC + Intel - 32-bit) version > of mxODBCZopeDA, and I get a 404: > > http://downloads.egenix.com/python/index/ucs2/egenix-mxodbc-zopeda/2.0.1/egenix_mxodbc_zopeda-2.0.1-py2.4-macosx-10.4-fat.egg?python=py2.4_ucs2 > > This is for Zope 2.10 and Plone 3.x (Python 2.4 UCS2). > > Any word on when this might be available? It is available, but the download link is wrong. Here's the correct link (which is still a fat binary, despite the name - that's a distutils bug in Python 2.4): http://downloads.egenix.com/python/index/ucs2/egenix-mxodbc-zopeda/2.0.1/egenix_mxodbc_zopeda-2.0.1-py2.4-macosx-10.4-ppc.egg -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, May 26 2010) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2010-07-19: EuroPython 2010, Birmingham, UK 53 days to go ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ From mal at egenix.com Wed May 26 18:08:38 2010 From: mal at egenix.com (M.-A. Lemburg) Date: Wed May 26 17:08:41 2010 Subject: [egenix-users] MacOSX version of mxODBCZopeDA not available? In-Reply-To: <4BFD370B.3030309@egenix.com> References: <4BFD370B.3030309@egenix.com> Message-ID: <4BFD3976.1080601@egenix.com> M.-A. Lemburg wrote: > Fulvio Casali wrote: >> I'm trying to download the Mac OS X (PPC + Intel - 32-bit) version >> of mxODBCZopeDA, and I get a 404: >> >> http://downloads.egenix.com/python/index/ucs2/egenix-mxodbc-zopeda/2.0.1/egenix_mxodbc_zopeda-2.0.1-py2.4-macosx-10.4-fat.egg?python=py2.4_ucs2 >> >> This is for Zope 2.10 and Plone 3.x (Python 2.4 UCS2). >> >> Any word on when this might be available? > > It is available, but the download link is wrong. Here's the > correct link (which is still a fat binary, despite the name - > that's a distutils bug in Python 2.4): > > http://downloads.egenix.com/python/index/ucs2/egenix-mxodbc-zopeda/2.0.1/egenix_mxodbc_zopeda-2.0.1-py2.4-macosx-10.4-ppc.egg FYI: We've fixed the download link on the page now. Thanks for pointing us to the problem, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, May 26 2010) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2010-07-19: EuroPython 2010, Birmingham, UK 53 days to go ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ From rogluz.news at gmail.com Fri May 28 16:55:21 2010 From: rogluz.news at gmail.com (Rogerio Luz Coelho) Date: Fri May 28 20:55:26 2010 Subject: [egenix-users] Windows 7 64bit Message-ID: Is there any way to install egenix on a Windows7 64bit? I am trying and I get some kind of error. Rogerio Luz Coelho From mal at egenix.com Sat May 29 13:48:39 2010 From: mal at egenix.com (M.-A. Lemburg) Date: Sat May 29 12:48:43 2010 Subject: [egenix-users] Windows 7 64bit In-Reply-To: References: Message-ID: <4C00F107.1000301@egenix.com> Rogerio Luz Coelho wrote: > Is there any way to install egenix on a Windows7 64bit? Which product are you referring to ? > I am trying and I get some kind of error. We currently only provide binaries for 32-bit Windows systems, but are looking into adding 64-bit binaries as well, now that the 64-bit Windows world has stabilized somewhat. If you run a 32-bit Python on the 64-bit OS, you can use our 32-bit prebuilt archives and eggs. If you are using ODBC, then this is still a more practical setup on Windows, than going for full 64-bit setups - the reason is that 64-bit ODBC drivers are not yet readily available for Windows or not of the quality of the 32-bit ones. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, May 29 2010) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2010-07-19: EuroPython 2010, Birmingham, UK 50 days to go ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/