Hello,

At the moment I'm trying to compile the mattrick in cygwin. In order to have a chance to succeed, I started by compiling wxpython following this guide :
http://gnuradio.org/trac/wiki/wxPythonCygwin

Now that I try to compile mattrick, I get the following error :
$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 31, in <module>
    from mattricks import Init
  File "/opt/Mattricks/mattricks.py", line 23, in <module>
    mattricks.main()
AttributeError: 'module' object has no attribute 'main'

Does anyone know what I could do to solve this(I've never done any python)? Thanks in avance,

Philippe