From etyrer at york.cuny.edu Tue Jun 19 20:43:17 2012 From: etyrer at york.cuny.edu (Eric Tyrer) Date: Tue Jun 19 21:43:55 2012 Subject: [egenix-users] mxODBC & Plone 4.1 Message-ID: <897A335A-865F-406F-98E3-A40C23760060@york.cuny.edu> I've been following the threads and instructions for using mxODBC adapter with Plone 4.1 and i'm having no luck whatsoever getting the license file to be recognized. my buildout is here: http://pastie.org/4116100 python is UCS4 >> %define INSTANCEHOME /usr/local/src/Plone/plone.app.theming/parts/instance >> %define CLIENTHOME /usr/local/src/Plone/plone.app.theming/var/instance I think i've followed the directions for using mxODBC with 4.1 fairly well. when i run my instance in the foreground (./bin/instance fg) i get an error that Zope mxODBC DA cannot find the license file. However, you see that zope is loading mxODBC. now i've been a registered owner way back in the day and i read that those license files are no longer recognized so i downloaded a trial license and placed that within the root of my buildout directory http://pastie.org/pastes/4116085 any ideas would be greatly appreciated! Eric --------- Eric S. Tyrer II Associate Director ? Web Systems York College - The City University of New York http://www.york.cuny.edu 94-20 Guy R. Brewer Blvd. Academic Core - STE 1H14 Jamaica, NY 11451 http://www.york.cuny.edu/etyrer etyrer@york.cuny.edu (P) 718-262-2466 (C) 347-393-6507 I have no special talent. I am only passionately curious. - Albert Einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman-archives/egenix-users/attachments/20120619/48253e72/attachment.htm From mal at egenix.com Wed Jun 20 01:00:51 2012 From: mal at egenix.com (M.-A. Lemburg) Date: Wed Jun 20 00:01:03 2012 Subject: [egenix-users] mxODBC & Plone 4.1 In-Reply-To: <897A335A-865F-406F-98E3-A40C23760060@york.cuny.edu> References: <897A335A-865F-406F-98E3-A40C23760060@york.cuny.edu> Message-ID: <4FE0F693.1010703@egenix.com> Eric Tyrer wrote: > I've been following the threads and instructions for using mxODBC adapter with Plone 4.1 and i'm having no luck whatsoever getting the license file to be recognized. > > my buildout is here: > > http://pastie.org/4116100 > > python is UCS4 > >>> %define INSTANCEHOME /usr/local/src/Plone/plone.app.theming/parts/instance > >>> %define CLIENTHOME /usr/local/src/Plone/plone.app.theming/var/instance > > I think i've followed the directions for using mxODBC with 4.1 fairly well. > > when i run my instance in the foreground (./bin/instance fg) i get an error that Zope mxODBC DA cannot find the license file. However, you see that zope is loading mxODBC. > > now i've been a registered owner way back in the day and i read that those license files are no longer recognized so i downloaded a trial license and placed that within the root of my buildout directory > > http://pastie.org/pastes/4116085 > > any ideas would be greatly appreciated! Please check that buildout actually copied the license files to the right directory, which should be one of the directories on the sys.path used by your Zope installation. The log dump includes a list of directories on the sys.path and the directory you've listed in the buildout recipe is not on the path, so the Zope DA can't find it. BTW: It's unusual that you don't have $INSTANCEHOME/lib/python on your sys.path - not exactly sure why that is. Could be because you're running the instance from inside a source checkout. Regards, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Jun 19 2012) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2012-07-17: Python Meeting Duesseldorf ... 28 days to go 2012-07-02: EuroPython 2012, Florence, Italy ... 13 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 info at egenix.com Thu Jun 28 23:00:17 2012 From: info at egenix.com (eGenix Team: M.-A. Lemburg) Date: Thu Jun 28 22:01:35 2012 Subject: [egenix-users] eGenix at the EuroPython Conference 2012 Message-ID: <4FECB7D1.400@egenix.com> ________________________________________________________________________ eGenix.com at the EuroPython Conference 2010 July 2-8 2012 Florence, Italy ________________________________________________________________________ Meet up with eGenix at this year's EuroPython Conference in Florence, Italy. The EuroPython Conference is the one of the premier conferences for Python users and developers. This year it is being held from July 2-8 in Florence, Italy. This announcement is also available on our web-site for online reading: http://www.egenix.com/company/news/EuroPython-Conference-2012.html ________________________________________________________________________ MEET UP WITH EGENIX AT EUROPYTHON eGenix was one of the founding members of the EuroPython conference team and played a major role in organizing the first EuroPython conference in the year 2002. Since then we have attended every EuroPython conference to meet up face-to-face with the many people we know from the Python & Zope communities and the many people that we don't yet know from these communities -- if you are interested in meeting with us, please drop us a note so that we can arrange a meeting: info@egenix.com. ________________________________________________________________________ EGENIX TALKS AT EUROPYTHON 2010 At this year's EuroPython, eGenix will be giving a talk about a new Open Source product we will be releasing at EuroPython: eGenix PyRun - A one file Python runtime ---------------------------------------- eGenix PyRun combines a Python interpreter with an almost complete Python standard library into a single easy-to-use executable, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as simple as copying a single file. Marc-Andr?, CEO of eGenix, will be giving this presentation on Wednesday, July 4th in the Room Tagliatelle. https://ep2012.europython.eu/p3/schedule/ep2012/ Enjoy, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Jun 28 2012) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2012-07-17: Python Meeting Duesseldorf ... 19 days to go 2012-07-02: EuroPython 2012, Florence, Italy ... 4 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/