Do you want me to add it to the Linux Wiki install? Every thing runs fine on Ubuntu 8.04 running DaboDemo.py. One problem is the new version is the hover for the dBitmapButton doesn't change to the Ace of Hearts. Also the DatDo you want me to add it to the Linux Wiki install?Do you want me to add it to the Linux Wiki install?eTextBox hover message is not working. I need to get back to my project that I am behind on.
-------------------------------------------------------------------- Ubuntu or Debian Upgrading wxWidgets and wxPython The information on Upgrading came from wxPyWiki web site: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian I had to make some modification to make it work for 8.04 Hardy. First run DaboDemo.py that is located in the dabo/demo folder. Select the menu Help then press About. Write down the UI Version: #.#.#.# on wxGTK (gtk2) # In the terminal window run the following sudo apt-get --yes install curl curl http://apt.wxwidgets.org/key.asc | sudo apt-key add - sudo gedit /etc/apt/sources.list # In the gedit add the 4 lines below lines to the end of the file: # wxWidgets/wxPython repository at apt.wxwidgets.org # NOTE: hardy is for Ubuntu 8.04 for Ubuntu 10.0 use the new name. deb http://apt.wxwidgets.org/ hardy-wx main deb-src http://apt.wxwidgets.org/ hardy-wx main # Save and exit and you will be back in the terminal # Next run sudo apt-get update sudo apt-get install python-wxversion python-wxgtk2.8 python-wxtools python-wxaddons wx2.8-i18n sudo apt-get update # Exit the terminal ---------------------------------------- Run DaboDemo.py that is located in dabo/demo folder. If you are able run DaboDemo then Select the menu Help then press About and check the new UI Version: #.#.#.# on wxGTK (gtk2). If the version has change you have completed the upgade! If the DaboDemo.py doesn't run what is happening is these packages: python-wxversion, python-wxgtk2.8, python-wxtools, python-wxaddons, wx2.8-i18n are not geting updated to the new version. To correct this you will need to run the "Synaptic Package Manager" or simular Package Manager. In the search enter python-wx that will then bring up the list: python-wxversion, python-wxgtk2.8, python-wxtools, python-wxaddons Check the box for reload for the items listed then select Apply. Next select wx2.8-i18n and set the Check box for reload and then exit the Package Manager. Run DaboDemo.py that is located in dabo/demo folder and it will now work. Check the version. I hope this will help 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]
