pyQt for windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • relativity

    #1

    pyQt for windows

    I have downloaded and installed pyQt 3.14 educational but when I run any of
    the examples I get an error saying qt-mtedu333.dll was not found. I have
    also installed the qt4 opensource version for windows but I am not sure
    everything was set up correctly. When I run configure it complains about
    file or folder not found (mingw32-make). I installed mingw with qt. Anyway
    any help would be appreciated. All i want is to be able to use QT on windows
    with python.


  • Phil Thompson

    #2
    Re: pyQt for windows

    On Friday 23 December 2005 8:39 pm, relativity wrote:[color=blue]
    > I have downloaded and installed pyQt 3.14 educational but when I run any of
    > the examples I get an error saying qt-mtedu333.dll was not found. I have
    > also installed the qt4 opensource version for windows but I am not sure
    > everything was set up correctly. When I run configure it complains about
    > file or folder not found (mingw32-make). I installed mingw with qt. Anyway
    > any help would be appreciated. All i want is to be able to use QT on
    > windows with python.[/color]

    The educational version of PyQt requires the educational version of Qt. As
    your address is obviously bogus I can't say whether or not you would qualify
    for this - ask Trolltech.

    The GPL version of PyQt4 for Windows has not yet been released - it will be in
    the next few weeks.

    Phil

    Comment

    • Bill

      #3
      Re: pyQt for windows

      relativity wrote:[color=blue]
      > I have downloaded and installed pyQt 3.14 educational but when I run any of
      > the examples I get an error saying qt-mtedu333.dll was not found. I have
      > also installed the qt4 opensource version for windows but I am not sure
      > everything was set up correctly. When I run configure it complains about
      > file or folder not found (mingw32-make). I installed mingw with qt. Anyway
      > any help would be appreciated. All i want is to be able to use QT on windows
      > with python.[/color]

      Look at http://pythonqt.vanrietpaap.nl

      It worked for me.

      Comment

      • relativity

        #4
        Re: pyQt for windows


        "Bill" <william.peters on@mchsi.com> wrote in message
        news:1135404858 .600239.156160@ f14g2000cwb.goo glegroups.com.. .[color=blue]
        > relativity wrote:[color=green]
        >> I have downloaded and installed pyQt 3.14 educational but when I run any
        >> of
        >> the examples I get an error saying qt-mtedu333.dll was not found. I have
        >> also installed the qt4 opensource version for windows but I am not sure
        >> everything was set up correctly. When I run configure it complains about
        >> file or folder not found (mingw32-make). I installed mingw with qt.
        >> Anyway
        >> any help would be appreciated. All i want is to be able to use QT on
        >> windows
        >> with python.[/color]
        >
        > Look at http://pythonqt.vanrietpaap.nl
        >
        > It worked for me.
        >[/color]

        Works for me as well. :) Thanks all.


        Comment

        • relativity

          #5
          Re: pyQt for windows

          "relativity " <someone@micros oft.com> wrote in message
          news:dojsiv$e6j $1@domitilla.ai oe.org...[color=blue]
          >
          > "Bill" <william.peters on@mchsi.com> wrote in message
          > news:1135404858 .600239.156160@ f14g2000cwb.goo glegroups.com.. .[color=green]
          >> relativity wrote:[color=darkred]
          >>> I have downloaded and installed pyQt 3.14 educational but when I run any
          >>> of
          >>> the examples I get an error saying qt-mtedu333.dll was not found. I have
          >>> also installed the qt4 opensource version for windows but I am not sure
          >>> everything was set up correctly. When I run configure it complains about
          >>> file or folder not found (mingw32-make). I installed mingw with qt.
          >>> Anyway
          >>> any help would be appreciated. All i want is to be able to use QT on
          >>> windows
          >>> with python.[/color]
          >>
          >> Look at http://pythonqt.vanrietpaap.nl
          >>
          >> It worked for me.
          >>[/color]
          >
          > Works for me as well. :) Thanks all.[/color]
          The PyQT demos are nice but not quite as impressive as wxPython. :) There
          are so many controls to choose from. For free I get a syntax editor, python
          shell, webbrower controls. :)


          Comment

          Working...