Ed, sorry cant find the end properly, so here it comes, Once wzPython unicode is installed, both XP and Vista work fine Thanks Now I want to try to develop an app with DABO that either does not use the appwizard but just all the tools that effectively give me an ORM... I suppose it is possible to modify the application generated by the wizard, but after having a look at that I found that a bit daunting Maybe one of the sample videos can help me there or is there any other seizable app I could get inspiration from? Cheers Erik Vandamme
Darthcoder wrote: > > > Ed Leafe wrote: >> >> On Jun 4, 2008, at 9:00 PM, Darthcoder wrote: >> >>> When entering the database parameters in the wizard for sqLite (an >>> existing >>> .db) the wizard is stuck on this (i.e. nert button does nothing) under >>> windows XP same version of Python Activstate, wx and dabo (2.8.3. , >>> that >>> seems to update itself) but under Vista it works! >>> Possible I have a non-unicode on XP, how do I check that? >>> Activestate 2.5.1.1 >>> wx 2.8.7.1 >> >> >> Open up a DOS prompt, start a python session, and type: >> >> import wx >> print wx.version() >> >> That should tell you what you have installed. >> >> >> -- Ed Leafe >> >> Ed, Vista PC has >> >> Z:\OzVideoMaster>python >> ActivePython 2.5.2.2 (ActiveState Software Inc.) based on >> Python 2.5.2 (r252:60911, Mar 27 2008, 17:57:18) [MSC v.1310 32 bit >> (Intel)] on >> win32 >> Type "help", "copyright", "credits" or "license" for more information. >>>>> import wx >>>>> print wx.version() >> 2.8.7.1 (msw-ansi) >>>>> >> XP PC has >> Activestate 2.5.1.1. wx 2.8.7.1. (msw-unicode) >> so I'll upgrade the XP pc >> thanks >> >> >> >> [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
