Re: [Boa Constr] Latest CVS wx.animate problem
Status: Beta
Brought to you by:
riaan
From: Duane K. <dka...@im...> - 2006-12-15 18:42:16
|
Hi, Thanks for your help. I think I figured out how to get my install working. I am on Linux, and I had two wxpython installations. Using the wxpython-2.6 version made it work for me (it was defaulting to a 2.5.3 version) My 2.5.3 version threw the error: duane@DuanesTablet:~/boa$ python2.4 Boa.py=20 Starting Boa Constructor v0.5.2 importing wxPython reading user preferences running main... importing Models.Controllers importing Models.EditorModels importing Views importing Views.SourceViews importing Explorers.ExplorerNodes importing Companions importing PropertyEditors importing Companions.FrameCompanions importing Companions.WizardCompanions importing Companions.ContainerCompanions importing Companions.SizerCompanions importing Companions.BasicCompanions Traceback (most recent call last): File "Boa.py", line 710, in ? main() File "Boa.py", line 692, in main app =3D BoaApp() File "Boa.py", line 496, in __init__ wx.App.__init__(self, False) File "/usr/lib/python2.4/site-packages/wx-2.5.3-gtk2-unicode/wx/_core.py", line 5311, in __init__ self._BootstrapApp() File "/usr/lib/python2.4/site-packages/wx-2.5.3-gtk2-unicode/wx/_core.py", line 4990, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "Boa.py", line 531, in OnInit import PaletteMapping File "/home/duane/boa/PaletteMapping.py", line 48, in ? from Companions.BasicCompanions import * File "/home/duane/boa/Companions/BasicCompanions.py", line 18, in ? import wx.animate ImportError: No module named animate=20 Thanks again, Duane > -----Original Message----- > From: boa...@li...=20 > [mailto:boa...@li...]=20 > On Behalf Of Werner F. Bruhin > Sent: Friday, December 15, 2006 12:11 PM > To: boa...@li... > Subject: Re: [Boa Constr] Latest CVS wx.animate problem >=20 > Hi Duane, >=20 > Duane Kaufman wrote: > > Hi, > >=20 > > I just updated my Linux Debian distribution to the latest=20 > Boa from CVS. > > Unfortunately, this version relies on wx.animate, which my wxpython=20 > > distribution (latest Debian package, wxpython 2.6.2) does=20 > not seem to=20 > > have. > >=20 > > Is there any mods I can make to make this work? > I spoke to early and must not have had my glasses on, both=20 > media and animate were added in 2.5 but some fixes were done in 2.7. >=20 > I just checked in my second copy of Boa and updated it to latest CVS.=20 > This copy uses wxPython 2.6.3.3 and it does have both=20 > wx.animate and wx.media and I don't have a problem with Boa. >=20 > What is your actual problem after updating to latest CVS? >=20 > Werner >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > SourceForge.net's Techsay panel and you'll get the chance to=20 > share your opinions on IT & business topics through brief=20 > surveys - and earn cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users >=20 NOTICE: These communications may contain privileged or other = confidential information for the sole use of the designated recipients. = If you have received it in error, please advise the sender by reply = email and immediately delete the message and any attachments without = reviewing, copying or disclosing the contents. |