Iain Simpson wrote: > > >>>>>> How did you install it? Using apt-get, or by building from source? >>>>>> >>>> apt-get (see http://wiki.wxpython.org/InstallingOnUbuntuOrDebian) >>>> >> Ed Leafe said >> >> I'd recommend using apt to remove and then re-install. You should be >> able to type "import wx" from a Python session when it is installed >> correctly. >> >> Bob Mathias - advised on changes to Ubuntu install >> >> > > > Between the two of you I seem to be getting back on course > > I removed Python 2.4 (eventuallY) > > removed and reinstalled > > python-wxgtk2.8 > python-wxtools > python-wxaddons wx2.8-i18n > > and I was then able to 'import wx' sucessfully and run the Hello_msgBox > program. > > I've still got a bit of problems with dabo source > I still appear to be picking up version 4111 instead of 4571 which is in > /src/dabo/dabo > > but I'll try to work that out for myself - do me good ! > > Thanks for your help > > Iain > I found after I installed the dabo I needed to remove all my old scrips or Application Launcher scrip that referenced the old location in the dabo version 4111.
I also removed any old dabo folders and or dabo.pth files in the site-packages folder within your python folder. If you installed an old dabo in your $HOME folder I would also remove it so you can start with a clean slat. ------------------------------------------------------------------------------------------- Then the install dabo: cd $HOME mkdir src cd src svn checkout http://svn.dabodev.com/dabo/trunk dabo # Change "/usr/lib/python" according to your system preference: cd /usr/lib/python/site-packages # You need root privilege to create the following link in site-packages sudo ln -s $HOME/src/dabo/dabo dabo ---------------------------------------------------------------------------- -- Add Quick Dabo Launcher -- I found a very easy way to create an Application Launcher for any of Dabo programs. Step 1 - From the Ubuntu Menu select places and Home Folder then select src/dabo/ide folders. Step 2 - Drag the ClassDesigner.py up to the top Desktop Panel and the Custom Application Launcher will appear on the Panel with a dialog window. At this point you can change the icon and give it a name like Dabo ClassDesigner. To group all your Dabo applications I created a Drawer to place each Dabo Application Launchers into the Drawer. I have not been able to figure how to change the icon to a Dabo icon. Application Launcher uses a .png .svg format. I hope tomorrow I will have the steps to install on Ubuntu. For added information go Dabo Support and then Dabo-Users List archives. Enter for Words that must appear in post: Ubuntu for more ideas. Hope this helps you Bob _______________________________________________ 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]
