Re: wxGlade error

2006-10-10 Thread Rod Person
thanks I only had wxPython-common installed. I had to install wxPython-2.6, now it works. On Mon, 2006-10-09 at 21:03 -0400, Michael S wrote: Have you just installed wxPython? Maybe you need to execute the rehash command? What if you try running python from the command line, and try

wxGlade error

2006-10-09 Thread Rod Person
When I try to run wxGlade on FreeBSD 7 Current I get the following error: Traceback (most recent call last): File /usr/local/lib/python2.4/site-packages/wxglade/wxglade.py, line 148, in ? run_main() File /usr/local/lib/python2.4/site-packages/wxglade/wxglade.py, line 135, in run_main

Re: wxGlade error

2006-10-09 Thread Michael S
Have you just installed wxPython? Maybe you need to execute the rehash command? What if you try running python from the command line, and try importing the package from within the interpreter, i.e. typing from wxPython.wx import *? Does it load the module? --- Rod Person [EMAIL PROTECTED] wrote: