Re: [Zope] DTML problem

2000-07-25 Thread George Donnelly
this is probably a hack but you could use the id of the document you want to exclude with an unless statement. this is what i did when i wanted to exclude the index_html doc last modified: hth Regards, GEORGE DONNELLY [EMAIL PROTECTED] http://cyklotron.com/ Part of becoming a writer i

[Zope] DTML problem

2000-07-25 Thread Wolfgang Klinger
Hi! I use the following expression in a header file which is included in every document/method to get the content of the actual folder and show the title as menue item. "> But I don't want to show the current "DTML Document" as part

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Peter Arvidsson
+1 > > > +1 == agree > > +/-0 == no strong opinion > > -1 == disagree > ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailm

[Zope] Re: Probably ZopeFind Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-25 Thread Dieter Maurer
Dieter Maurer writes: > Jerome Alet writes: > > Thanks to you, the syntax you gave me is accepted by the dtml parser, but > > both > > > > > obj_expr='''not objectValues(['Folder'])''', > > search_sub=1)"> > > > > and > > > > > obj_expr='no

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-25 Thread Yves-Eric Martin
On Tue, 25 Jul 2000 23:37:20 +0200 "Johan Carlsson" <[EMAIL PROTECTED]> wrote: > Are there any plans on expanding the framework to include > python embedded strings. Yes there is, and that's what the development of zzLocale is now centered on. We are still in an early design stage, so I cann

[Zope] Dumb DTML question - existance check of an object

2000-07-25 Thread Satheesh Babu
Hello, I have a URL, say, /sub1/sub2. How do I check in DTML whether 1. folder sub1 exists or not 2. If not, create it. 3. folder sub2 exists under sub1 4. If not, create it. and so on... Thx http://vsbabu.csoft.net ___ Zope maillist - [

Re: [Zope] Limiting folder space

2000-07-25 Thread Bill Anderson
Brendon Grunewald wrote: > > I want to use Zope to offer registered visitors to my site a little free > webspace on the site. Since I use hosting service that restricts and charges > me for space, I would like to restrict the size that their zope folders can > consume. > > Hence: > Is there any

[Zope] Python/Tkinter & Zope

2000-07-25 Thread Tim Cook
Has anyone used this combination for GUI inside a Zope app? -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Andrew Kenneth Milton
+[ Brian Lloyd ]- | Hi all - | | There has recently been some confusion over the expected | behavior of various approaches to DateTime formatting in | Zope regarding timezone representation. I would like to | resolve this for the next release by

[Zope] ANN: Border Aware Image Update for Zope 2.2.0

2000-07-25 Thread Jon Franz
The Border Aware Image add-on has been updated for Zope 2.2.0 - installation has been heavily updated and is now much easier. see: http://www.zope.org/Members/Coventry/Border_aware_image Also, the alternate syntax patch/add-on has been tested with Zope 2.2.0 now, and no changes were needed.

[Zope] SiteAccess

2000-07-25 Thread Danae and Andy
Hi, I followed the directions on the SiteAccess product: "Put a SiteRoot in '/hotsite', your site's physical root, and accept the default Path." When I do that I am no longer able to access that folder in the mgmt interface. Zope 2.2 and SiteAccess 2 Any ideas? I have put the SiteAccessRul

Re: [Zope] frustrating security problem

2000-07-25 Thread Daryl Tester
joel grimes wrote: > Following that link I found the text of RDB.py but there seems to be a lot > of codes in it that I'd need to replace with something (=0A= and =3, etc.)- > being new to python as well as zope, I don't know what to replace them with. > Here's an example: > >

[Zope] newbie squishdot error

2000-07-25 Thread Aaron Morrison
I am using squishdot and I get an error when I click on the topic icons representing a search(eg. link to http://aaron.connexusinc.com/test/search?subject=Help&op=articles). Also same kind of error when you "click to search for more articles by: Aaron" Sorry I cant explain it well but I'm pretty

[Zope] Probably Zope Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-25 Thread Dieter Maurer
Jerome Alet writes: > Thanks to you, the syntax you gave me is accepted by the dtml parser, but > both > >obj_expr='''not objectValues(['Folder'])''', > search_sub=1)"> > > and > >obj_expr='not objectValues([\'Folder\'])', > search_sub=1)"

RE: [Zope] namespace and PARENTS doubt

2000-07-25 Thread Chris McDonough
Untested: ...commands.. > -Original Message- > From: Fabio Akita [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 5:46 PM > To: [EMAIL PROTECTED] > Subject: [Zope] namespace and PARENTS doubt > > > Hi again > > That may be a simple doubt but that´s it: > > >

[Zope] namespace and PARENTS doubt

2000-07-25 Thread Fabio Akita
Hi again That may be a simple doubt but that´s it: 'commands' The above statement just doesn´t work. The 'parameter' is a DTML variable in the global namespace. But if I try: That will work. What I am trying to do is to execute the " 'commands'." a

[Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-25 Thread Johan Carlsson
Yves-Eric, Brilliant product! Are there any plans on expanding the framework to include python embedded strings. I know it's would be hard to identify all strings in Zope itself, but providing a framework would encurage python product developers that care about i18n and give them a perferd metho

[Zope] Limiting folder space

2000-07-25 Thread Brendon Grunewald
I want to use Zope to offer registered visitors to my site a little free webspace on the site. Since I use hosting service that restricts and charges me for space, I would like to restrict the size that their zope folders can consume. Hence: Is there any simple way of limiting the amount of space

Re: [Zope] Re: Where should votes be posted? (was: Your feedback on datetime)

2000-07-25 Thread rgines
Where is that ZVoting class when you need one ... . I'd say this belongs within a member page with a pointer in the mail list to the 'voting booth'. Result could then be posted here. Just my two cents worth. >Brian Lloyd wrote: >> >> > Do we *have* to clutter this [EMAIL PROTECTED] list up

RE: [Zope] frustrating security problem

2000-07-25 Thread joel grimes
> > >[snip] > > > > What am I missing? > > > Nothing. > Check http://lists.zope.org/pipermail/zope/2000-July/029375.html > > Jacques Following that link I found the text of RDB.py but there seems to be a lot of codes in it that I'd need to replace with something (=0A= and =3,

RE: [Zope] A Better Way (Stupid DTML code)

2000-07-25 Thread Baker, Dennis [sjmr]
> -Original Message- > From: Andy McKay [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 24, 2000 6:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [Zope] A Better Way (Stupid DTML code) > > > Okay now im really curious what does min-provid tell you, I > had a quick > rummage through the d

RE: [Zope] DCOracle on WinNT

2000-07-25 Thread Arpad Kiss
Hi, If you have VC 6.0 then you can find some help here: http://starship.python.net/crew/arpadk Cheers, Arpad On 25-Jul-2000 [EMAIL PROTECTED] wrote: > Anyone has a hint how to compile the DCOracle on WinNT? > > I was successful in compiling this on Linux. > Now I have to deploy this on Windows

Re: [Zope] "REQUEST" a string object?

2000-07-25 Thread Rob Miller
On Tue, 25 Jul 2000, Dieter Maurer wrote: > Rob Miller writes: > > > > > > > > > > > > > There are "sequence-index" and "sequence-number" variables > defined by "dtml-in". Thus, you need not count yourself. > Note: use as "_['sequence-*']" inside "...". I don't think t

[Zope] Re: Where should votes be posted? (was: Your feedback on datetime)

2000-07-25 Thread Steve Alexander
Brian Lloyd wrote: > > > Do we *have* to clutter this [EMAIL PROTECTED] list up with loads > > of votes? > > > > It is high enough traffic as it is! > > That is a good point. My initial reaction is to say that > maybe voting should only be done on zope-dev, but I worry > a bit that there may be

[Zope] calling a subquery

2000-07-25 Thread danchik
Is it possible to refer to ZSQL method from some other ZSQL method and how??? each ZSQL is big and would be very expensive to put as a subquery of another so can I do something like this: say one is named ZSQL1: Select Mykey from Data where key > 100 and the other is ZSQL2: Select * from ZSQL1 I

[Zope] Where should votes be posted? (was: Your feedback on datetime)

2000-07-25 Thread Brian Lloyd
> Do we *have* to clutter this [EMAIL PROTECTED] list up with loads > of votes? > > It is high enough traffic as it is! That is a good point. My initial reaction is to say that maybe voting should only be done on zope-dev, but I worry a bit that there may be quite a few people on the zope lis

[Zope] new wiki functionality/zope.org issues

2000-07-25 Thread Simon Michael
Hi Ethan, ethan mindlace fremen <[EMAIL PROTECTED]> writes: > > >o Wikis are now searchable - and they have history, > > > > Yay! where can we see this ? > > Search for anything. If the icon is a white page with a bunch of funny > black squiggies, that's a zWiki page :) Yah I found the zw

[Zope] ZClasses to RDBMS

2000-07-25 Thread Steve Alexander
Satheesh Babu wrote: > > Is there any recommended way to get data from ZClass instances to a > corresponding RDBMS (Oracle 8i specifically) table? > > What I could think of as options are: (I've'nt tried out any!) > 1. In manage_add for my Zclass call the corresponding ZSQL insert method >

Re: [Zope] Your feedback: what should DateTime strftime() behaviorbe?

2000-07-25 Thread Svante Kleist
+1 ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] PCGI still not functional

2000-07-25 Thread Bill Anderson
Jens Vagelpohl wrote: > > bill, > > i saw the same symptoms this weekend when i helped a good friend set up > a zope box to serve some of his domains from. his machine runs RH 6.1. > what did it for me was to copy Zope.cgi from apache's cgi-bin directory > back into the root of the affected zope

[Zope] Using MySQL with ODBC causes re-authentification of Zope on WIN2000

2000-07-25 Thread Richard S Herrington
Here is a perplexing problem I am experiencing. First, I was able to compile the MySQL database adapter (MySQLdb) for WIN2000 and connect successfully to a database I set up on Windows. I set up a ZSQL method to return rows from the database. Then I set up a DTML method to iterate over the row

Re: [Zope] Product Import

2000-07-25 Thread Chris Herrnberger
Nubie Question; Why is it that some .zexp products will install seamlessly in the mangement screen and others generate errors as file not found when the file clearly exists in the import directory Is there a standard persmission set that must be followed or is there something else that Im missing

[Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Spicklemire, Jerry
+1 ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] Interbase 6.0 Open Source Release

2000-07-25 Thread Jeff K. Hoffman
Hello, I just wanted to let everyone know that Interbase 6.0 has just been released as Open Source. Check out: http://www.borland.com/interbase/index.html If you need a high-quality, enterprise class RDBMS for Zope I suggest you download both Interbase 6.0 and our Zope DA, gvibDA. It is a tru

[Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Dan L. Pierson
+1 ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )

RE: [Zope] frustrating security problem

2000-07-25 Thread jacques
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of joel > grimes > Sent: terça-feira, 25 de julho de 2000 13:55 > To: [EMAIL PROTECTED] > Subject: [Zope] frustrating security problem > > [snip] > > What am I missing? > Nothing. Check htt

[Zope] DCOracle on WinNT

2000-07-25 Thread m_bukovjan
Anyone has a hint how to compile the DCOracle on WinNT? I was successful in compiling this on Linux. Now I have to deploy this on Windows NT, I use Cygwin, but the compilation process complains that there is no {$PYTHON_PATH}/lib/python1.5/config/Makefile. On RedHat, I get this Makefile with pyt

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Tim Cook
+1 -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Rob Miller
+1 On Tue, 25 Jul 2000, Brian Lloyd wrote: > Hi all - > > There has recently been some confusion over the expected > behavior of various approaches to DateTime formatting in > Zope regarding timezone representation. I would like to > resolve this for the next release by making a proposal > a

Re: [Zope] "REQUEST" a string object?

2000-07-25 Thread Dieter Maurer
Rob Miller writes: > > > > > > There are "sequence-index" and "sequence-number" variables defined by "dtml-in". Thus, you need not count yourself. Note: use as "_['sequence-*']" inside "...". > The error I get, running Zope in debug mode, is this: > >Error Type

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Chris Withers
+1 I've said a lot on this already ;-) Chris On Tue, 25 Jul 2000, Brian Lloyd wrote: > Hi all - > > There has recently been some confusion over the expected > behavior of various approaches to DateTime formatting in > Zope regarding timezone representation. I would like to > resolve this f

[Zope] App isolation

2000-07-25 Thread Jacques Exelrud
Not sure if this list is the best place to put such question but here it is... I need to develop what would be a product if only Zope was the target. As it´s not I was thinking what could I do to not need to build such app twice: I came to 2 options both involving building a server of

RE: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Webmaster
+1 > -Original Message- > From: Brian Lloyd [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 11:35 AM > To: '[EMAIL PROTECTED]' > Subject: [Zope] Your feedback: what should DateTime strftime() > behavior be? > > Hi all - > > There has recently been some confusion over the

[Zope] ZClasses to RDBMS

2000-07-25 Thread Satheesh Babu
Hi, Is there any recommended way to get data from ZClass instances to a corresponding RDBMS (Oracle 8i specifically) table? What I could think of as options are: (I've'nt tried out any!) 1. In manage_add for my Zclass call the corresponding ZSQL insert method - Can this be done?

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Andy McKay
+1 - Original Message - From: "Brian Lloyd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 25, 2000 8:35 AM Subject: [Zope] Your feedback: what should DateTime strftime() behavior be? > Hi all - > > There has recently been some confusion over the expected > behavior

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Nick Garcia
Brian Lloyd wrote: > > What do you think? +1 -- Nick Garcia | [EMAIL PROTECTED] CodeIt Computing | http://codeit.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relat

[Zope] frustrating security problem

2000-07-25 Thread joel grimes
I imagine this topic has been thoroughly gone over, but I didn't catch it so I'm pulling my hair out. I'm using Zope 2.2 (upgraded yesterday) on a Win98 box. I have a ZSQL Method that allows me to view data from an Access database. But when I try to create a Search Interface for that ZSQL Me

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-25 Thread Johan Carlsson
STIL IN SWEDISH, SORRY Hej Peter och alla andra svensk språkiga, Jag så inte ditt meddelande för än nu, men jag är intresserad. Kan vi inte forstätta diskutionerna på min svensk språkiga mailinglista (skapad mycket för just denna typ av sammarbete). För att gå med klickar du dig till: htt

[Zope] ZTopics and 2.2 - solved.

2000-07-25 Thread Jonathan Cheyne
Just a follow up after much gnashing. I deleted the old catalog and recreated. I also noticed that some ztopics displayed whilst others did not (these are original ones not new). I tracked the difference to field types in the catalog. the catalog is less tolerent of sloppy setups i think - so i d

RE: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Steve Drees
> ...would be changed to apply the format to the current TZ > representation of the object rather than convert to GMT. +1 Actually +10 but that wasn't an option. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Brian Lloyd
Hi all - There has recently been some confusion over the expected behavior of various approaches to DateTime formatting in Zope regarding timezone representation. I would like to resolve this for the next release by making a proposal and asking you to reply to the list with a "vote": +1 ==

Re: [Zope] user permissions

2000-07-25 Thread J. Michael Mc Kay
Sounds stupido, but I logged on to zope today as the user and can see and do all. I really don't get it. I tried over and over yesterday to get things working to no avail. Today, without having logged in previously I added products.Zcommerce and Session. Restarted Zope. I just recieved you

[Zope] a little problem for your incredible intelligence ....

2000-07-25 Thread dsergent
I want to use the ptk product, and I have the fool dream that I can customyze it I explain, for a little test I want to add a ZCalendar in the index_html of a user. I want to add this possibility in the left menu of the ptk (where are the different item like "my stuff" ) and when the use

RE: [Zope] user permissions

2000-07-25 Thread Webmaster
My installation is on RH Linux, however it sounds to me like you are having the same problem. I am no longer having the problem and the voodoo I doodood to get it working seems like a bad dream now. I created a simple user name "bob" and a one character password (I'm pretty sure it was "1"). I t

RE: [Zope] user permissions

2000-07-25 Thread Chris McDonough
I've never heard of anything like this. What roles does "Mike" have? What *does* show up in the Contents screen for "Mike"? > -Original Message- > From: J. Michael Mc Kay [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 10:02 AM > To: Chris McDonough; josh on > Cc: [EMAIL PROTE

Re: [Zope] user permissions

2000-07-25 Thread J. Michael Mc Kay
I just installed 2.2. I read that the superuser account cannot edit or add objects so I set up a user as manager and one as an owner. The user accounts are able to add objects but only the superuser account can see them once they are added. EX: I am logged in as user Mike and add & edit a DTML

[Zope] [FAQTS] ZOPE Knowledge Base Update -- July 25th, 2000

2000-07-25 Thread Fiona Czuczman
Hi Guys, The latest entries to be entered into http://zope.faqts.com regards, Fiona Czuczman Including: - Where can I get performance statistics for Zope? - Using Zope 2.2 and jcNTUserFolder 0.0.7. I installed a top level NTUserFolder and now I cannot login as superuser (or any user for tha

Re: [Zope] ZTopics breaks with 2.2?

2000-07-25 Thread Jonathan Cheyne
More than bothersome - I needed to upgrade to eliminate a zcatalog bug and yet now the other half of my site doesnt work. Rock and a hard place. I need to create a new fresh site then recreate all my zclasses and then rekey all my instances? What will break next time? Are there any alternatives t

RE: [Zope] PCGI still not functional

2000-07-25 Thread Jens Vagelpohl
bill, i saw the same symptoms this weekend when i helped a good friend set up a zope box to serve some of his domains from. his machine runs RH 6.1. what did it for me was to copy Zope.cgi from apache's cgi-bin directory back into the root of the affected zope install, he has two instances runnin

Re: [Zope] Announcement: Znolk 0.1.1

2000-07-25 Thread Philipp Auersperg
Thanks, due to a renaming the link was broken, I have fixed that now phil *** REPLY SEPARATOR *** On 25.07.2000 at 11:01 Jim Tittsler wrote: >On Sun, Jul 23, 2000 at 02:07:39PM +0200, Philipp Auersperg wrote: >> I've uploaded Znolk 0.1.1 to http://www.zope.org/Members/zwork wi

Re: [Zope] Meta Type Registry

2000-07-25 Thread Toby Dickenson
On Sat, 22 Jul 2000 13:20:59 -0600, Bill Anderson <[EMAIL PROTECTED]> wrote: >Andrew Kenneth Milton wrote: >> >> Is there a Product Builders meta-type registry somewhere? >> >> I can see things getting messed up in the near future as the number of >> products proliferates and meta-types start t

[Zope] JobBoard update properties->script problem

2000-07-25 Thread brocken22
Hello, I'm building a JobBoard like Database.Fellows can put in the jobs they have done, the time they need(for scanning or programming) and the budget of the project should be updated depending on the job and the time they needed. Building the instances was no problem but my problem is the budg

[Zope] Batchprocessing with multiple conditions?

2000-07-25 Thread Peter Arvidsson
I have objects of a certain meta-type. They have some properties and one of the properties is a boolean. How do I make a dtml-in loop among those objects with the boolean set to yes? I dont want it to traverse any other value at all only those that match the condition should be included in the seq

[Zope] Re: Re: [Zope] ZTopics breaks with 2.2?

2000-07-25 Thread guest
> Jonathan Cheyne wrote: > > > > Hi, can anyone confirm that the ZTopics product works after upgrading to > > 2.2? I get an AttributeError for value Lexicon after migrating. > > The problem is the old Data.fs, it seems. > > I just created a new one, in a clean Data.fs, and it works fine. > > Y

[Zope] Re: Sybase in Remote Machine

2000-07-25 Thread Herbert Kwong
Hi Holger, Thanks for your help, Anothny Baxter has provided a way to do it and works (and of course, thanks to Anthony too). It was all because the DA of MySQL and Sybase does not work the same. Sybase handles remote databases in their own interfaces file. My fault in not very familiar with S

Re: [Zope] Inserting Python object in Zope !

2000-07-25 Thread Holger Lehmann
Am Mon, 24 Jul 2000 schrieb [EMAIL PROTECTED]: > > I'm a newbie, and I wonder : how could I use a personal Python object in > Zope. > I've a second question : how could I display (in html page) the results > from the Pythons function ? Get the product PythonMethod from zope.org (http://www.z

Re: [Zope] Extra info: Can not import XML export

2000-07-25 Thread Marcin Kasperski
Marcin Kasperski wrote: > > I made some experiments and found, that removing from the generated XML > file all tags named , and (together with their > contents) changes something - loading takes longer and is finished with > different error: > > Error Type: AttributeError > Error Value: 'strin

[Zope] Re: Sybase in Remote Machine

2000-07-25 Thread Holger Lehmann
Hi Herbert, I have no clues regarding sybase, sorry. I am using a MySQL database which *can* run on the same or on a different host. But have you checked if there is a new Sybase DA on zope.org ? Furthermore, have you mailed this to the maintainer ? He/she might be interested in that you want to

Re: [Zope] ZTopics breaks with 2.2?

2000-07-25 Thread Bill Anderson
Jonathan Cheyne wrote: > > Hi, can anyone confirm that the ZTopics product works after upgrading to > 2.2? I get an AttributeError for value Lexicon after migrating. The problem is the old Data.fs, it seems. I just created a new one, in a clean Data.fs, and it works fine. You may try uninstall