[wxPython] wxpython on potato

Hello... I am new both to debian an wxPython... I wanted to install the DEBS, so I downloaded them from the "unstable" debian branch, and I seem to have some sort of version mismatch, because some demos wont run!

               Thanks

Sebastian Silva

The DEBs I installed are:

libwxgtk2.2-contrib-dev_2.2.2_i386.deb
libwxgtk2.2-contrib_2.2.2_i386.deb
libwxgtk2.2-dbg_2.2.2_i386.deb
libwxgtk2.2-dev_2.2.2_i386.deb
libwxgtk2.2-python-contrib_2.2.2_i386.deb
libwxgtk2.2-python_2.2.2_i386.deb
libwxgtk2.2_2.2.2_i386.deb
wxwin2.2-headers_2.2.2_i386.deb

···

-----------------------------------------------------------

Traceback (innermost last):
  File "./Main.py", line 270, in OnSelChanged
   self.RunDemo(itemText)
  File "./Main.py", line 302, in RunDemo
   self.window = module.runTest(self, self.nb, self) ###
  File "./wxToolBar.py", line 79, in runTest
   win = TestToolBar(frame, log)
  File "./wxToolBar.py", line 42, in __init__
   shortHelpString="Toggle this", isToggle=true)
  File "/usr/lib/python1.5/site-packages/wxPython/stattool.py", line 163, in AddTool
   val = apply(stattoolc.wxToolBarBase_AddTool,(self,) + _args, _kwargs)
TypeError: isToggle is an invalid keyword argument for this function

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Hello... I am new both to debian an wxPython... I wanted to install the
DEBS, so I downloaded them from the "unstable" debian branch, and I seem
to have some sort of version mismatch, because some demos wont run!

               Thanks

Sebastian Silva

The DEBs I installed are:

libwxgtk2.2-contrib-dev_2.2.2_i386.deb
libwxgtk2.2-contrib_2.2.2_i386.deb
libwxgtk2.2-dbg_2.2.2_i386.deb
libwxgtk2.2-dev_2.2.2_i386.deb
libwxgtk2.2-python-contrib_2.2.2_i386.deb
libwxgtk2.2-python_2.2.2_i386.deb
libwxgtk2.2_2.2.2_i386.deb
wxwin2.2-headers_2.2.2_i386.deb

Did you get the dmeo from .debs too or from the tar.gz on the wxpython.org
site? There was a bit of a misunderstanding on the 2.2.2 release, the .debs
were made about a week and a half before I was ready, so the name of the
toggle parameter may have been one of the changes during that time period.

If you change the isToggle's in your copy of the demo to just toggle, it
will probably work. There may be some other issues though... The sources
were tagged when the .debs were made so I was able to get a snapshot of the
demo at that time. I've put it at

http://alldunn.com/wxPython/dist/2.2.2/wxPython-demo-debian-2.2.2.tar.gz

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

What do you recommend? Work with the DEBs, or just go to the site and grab the source and compile?

Sebastian Silva

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

What do you recommend? Work with the DEBs, or just go to the site and grab

the source and compile?

Building your own will give you a few additional features, and some bug
fixes.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users