Re: [PyQt] Professional IDE

2011-09-07 Thread Knacktus
Am 07.09.2011 23:06, schrieb Muhammad Bashir Al-Noimi: On 07/09/2011 10:07 م, Knacktus wrote: Am 07.09.2011 15:20, schrieb ad...@mbnoimi.net: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide:http://wingware.com/ Actually I found eclipse better than wing

Re: [PyQt] Professional IDE

2011-09-07 Thread Juan Pablo Romero Méndez
I've been using PyCharm for about a year now. It's the best python IDE IMHO. Plus, during september they are selling it at 50% discount. Regards, Juan Pablo 2011/9/7 : > Hi guys, > > I know this is traditional question but I really didn't find any > alternatives to Qt Creator or eclipse for

Re: [PyQt] Delaying splash screen

2011-09-07 Thread Muhammad Bashir Al-Noimi
On 07/09/2011 11:27 م, Hans-Peter Jansen wrote: On Wednesday 07 September 2011, 14:04:02 ad...@mbnoimi.net wrote: Hi guys, I wrote a tiny class for delaying splash screen in C++ but when I tired to re-write it in python it didn't work! I got "Attribu

Re: [PyQt] Professional IDE

2011-09-07 Thread Muhammad Bashir Al-Noimi
On 07/09/2011 10:07 م, Knacktus wrote: Am 07.09.2011 15:20, schrieb ad...@mbnoimi.net: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide:http://wingware.com/

Re: [PyQt] Delaying splash screen

2011-09-07 Thread Hans-Peter Jansen
On Wednesday 07 September 2011, 14:04:02 ad...@mbnoimi.net wrote: > Hi guys, > > I wrote a tiny class for delaying splash screen in C++ but when I > tired to re-write it in python it didn't work! > > I got "AttributeError TeSplashScreen object has no attribut QFrate" > although TeSplashScreen inh

[PyQt] Error in PyQt 4.8.5 Build on OS X 10.7.1

2011-09-07 Thread EDoxtator
Hi All I’m encountering a build issue for PyQt 4.8.5  (Qt 4.74) on OS X 10.7.1 that’s got me a bit jiggered.  I’m a newbie to the list, and I hope you’ll forgive me for jumping right in... If I do the following: 1. Run configure.py python configure.py -q /Users/edoxtator/QtSDK/Simulator/qt/gc

Re: [PyQt] Professional IDE

2011-09-07 Thread Knacktus
Am 07.09.2011 15:20, schrieb ad...@mbnoimi.net: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide:http://wingware.com/ Actually I found eclipse better than wing but both of them don't have PyQt integration just like eric. They both have PyQt integration.

Re: [PyQt] Professional IDE

2011-09-07 Thread Timothy W. Grove
I'm using a combination of Eclipse + PyDev and I like it a lot. Here is a critique of it from another forum which convinced me to give it a try: """I searched around the web quite a bit and found Eclipse+PyDev to be the most recommended IDE overall. I downloaded just the basic 52MB Ecli

Re: [PyQt] Professional IDE

2011-09-07 Thread Detlev Offenbach
Am Mittwoch, 7. September 2011, 15:25:36 schrieb Raoul Snyman: > On Wed, 07 Sep 2011 16:20:11 +0300, ad...@mbnoimi.net wrote: > > The only missing thing in eric is good auto completion just like wing or > > eclipse. > > If you have the API files loaded, and you select the "document and API > files

Re: [PyQt] Professional IDE

2011-09-07 Thread admin
On 07/09/2011 04:53 م, Mailing List SVR wrote: Il 07/09/2011 15:20, ad...@mbnoimi.net ha scritto: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide: http://wingware.com/

Re: [PyQt] Professional IDE

2011-09-07 Thread Mailing List SVR
Il 07/09/2011 15:20, ad...@mbnoimi.net ha scritto: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide:http://wingware.com/ Actually I found eclipse better than wing but both of them don't have PyQt integration just like eric. The only missing thing in eric

Re: [PyQt] Professional IDE

2011-09-07 Thread Raoul Snyman
On Wed, 07 Sep 2011 16:20:11 +0300, ad...@mbnoimi.net wrote: > The only missing thing in eric is good auto completion just like wing or > eclipse. If you have the API files loaded, and you select the "document and API files" option, Eric's autocompletion is decent enough for general PyQt4 developm

Re: [PyQt] Professional IDE

2011-09-07 Thread admin
On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide: http://wingware.com/ Actually I found eclipse better than wing but both of them don't have PyQt integration just like eric. The only missing thing in eric is good aut

Re: [PyQt] Delaying splash screen

2011-09-07 Thread admin
On 07/09/2011 03:57 م, Nick Gaens wrote: Can you please specify what line this AttributeError is pointing at? self.QFrame(self, Qt.FramelessWindowHint|Qt.WindowStaysOnTopHint) -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net _

Re: [PyQt] Delaying splash screen

2011-09-07 Thread Nick Gaens
Can you please specify *what line* this AttributeError is pointing at? On Wed, Sep 7, 2011 at 14:04, wrote: > Hi guys, > > I wrote a tiny class for delaying splash screen in C++ but when I tired to > re-write it in python it didn't work! > > I got "AttributeError TeSplashScreen object has no at

[PyQt] Professional IDE

2011-09-07 Thread admin
Hi guys, I know this is traditional question but I really didn't find any alternatives to Qt Creator or eclipse for PyQt do you know any IDE works fine just like eclipse or Qt Creator? PS I tried to use eric but I found its auto completion so bad spe

[PyQt] Delaying splash screen

2011-09-07 Thread admin
Hi guys, I wrote a tiny class for delaying splash screen in C++ but when I tired to re-write it in python it didn't work! I got "AttributeError TeSplashScreen object has no attribut QFrate" although TeSplashScreen inherited from QFrame C