Re: [Boa Constr] Wrong dir for tips.txt in Utils.py
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-09-06 01:28:58
|
Hi Greg, "Warnes, Gregory R" wrote: > > When I started up Boa, the tips dialog complained that it couldn't find the > tooltips file in Docs/tips.txt. It turns out that in the 0.13 CVS, the > location is in data/tips.txt. Wrong again ;) As a previous message from Patrick noted, you should download the bundled Docs. The tips are in there. I've removed data/* from the CVS repository to avaid future confusion. > > Patch Below. > > -Greg > > $ cvs diff Utils.py > Index: Utils.py > =================================================================== > RCS file: /cvsroot/boa-constructor/boa/Utils.py,v > retrieving revision 1.21 > diff -r1.21 Utils.py > 270c270 > < tp = > wxCreateFileTipProvider(Preferences.toPyPath('Docs/tips.txt'), index) > --- > > tp = > wxCreateFileTipProvider(Preferences.toPyPath('data/tips.txt'), index) > 489c489 > < > \ No newline at end of file > --- > > > > LEGAL NOTICE > Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately. > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |