[PyQt] Help installing PyQt on Linux

2009-08-07 Thread Aleksandar Nedeljkovic
Hello, me again. I sucessfully installed sip, but when I tried to install PyQt (typing "python configure.py"), all I got is: Error: Failed to determine the layout of your Qt installation. Try again using the --verbose flag to see more detail about the problem. When I type "python configure.py --

Re: [PyQt] Help installing PyQt on Linux

2009-08-07 Thread Raoul Snyman
On Friday 07 August 2009 12:01:08 Aleksandar Nedeljkovic wrote: > I know that is probably some stupid mistake, like the last time. > > I am using CentOs 4.4. Surely your distro has already-compiled packages in it's repository system? AFAIK from Fedora it's a simple case of: # yum install qt-x11

Re: [PyQt] Help installing PyQt on Linux

2009-08-07 Thread Andreas Pakulat
On 07.08.09 12:01:08, Aleksandar Nedeljkovic wrote: > Hello, me again. > > I sucessfully installed sip, but when I tried to install PyQt (typing > "python configure.py"), all I got is: > > Error: Failed to determine the layout of your Qt installation. Try again > using > the --verbose flag to see

[PyQt] Need to implement UI like Nuke 3d

2009-08-07 Thread tabish-->
Please check the link: http://www.qtsoftware.com/qt-in-use/story/customer/the-foundry i want to implement user interface like Nuke 3d. Can you guys please help me understand the Widgets and the implementation of the Qdockwidget. Guys if you have any documentation of the Nuke 3d documentation ple

RE: [PyQt] Need to implement UI like Nuke 3d

2009-08-07 Thread Peter Shinners
The interface in Nuke is not using Dock widgets. It's actually a hierarchy of QSplitters and QTabWidgets. It is not hard to set up simple versions of this. You will spend a lot of time writing the drag and drop of tabs to different tabwidgets, and the saving/loading of the layouts. The image in

[PyQt] why pyqt can't creat code

2009-08-07 Thread caothucodon 123
when i chose view code then it show dailog " code genneration faild unable to launch .../.\uic." . what it maining ? now how i can view code and creat code ? thank ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomp

Re: [PyQt] why pyqt can't creat code

2009-08-07 Thread Jason H
.../.\uic is not a valid path. From: caothucodon 123 To: PyQt@riverbankcomputing.com Sent: Friday, August 7, 2009 5:50:31 PM Subject: [PyQt] why pyqt can't creat code when i chose view code then it show dailog " code genneration faild unable to launch .../.\

[PyQt] Re: Need to implement UI like Nuke 3d

2009-08-07 Thread Victor Noagbodji
the best i can think of is using stylesheets. for our project camelot[1] we used stylesheets to create a ms excel-like navigation pane. [1]: http://projects.conceptive.be/projects/camelot/index.php?option=com_phocagallery&view=detail&catid=1:screenshots&id=1:mainwindow&tmpl=component&Itemid=56

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-07 Thread Andre Alexander Bell
On 2009-08-06 Volker Helm wrote: > I haven't got any knowledge for you. Why don't you use the ODBC-driver > which is implemented. On Linux you'll find normally driver for each OS > database. Thanks for your answer Volker. Indeed I'm using the ODBC driver under windows and the native driver under

RE: [PyQt] Need to implement UI like Nuke 3d

2009-08-07 Thread tabish-->
If that is actually a hierarchy of QSplitters and QTabWidgets than how come the Tabs are floating, it is no doubt Qdockwidget with some kind of reimplementation and tricks. Please guys help me. Peter Shinners-2 wrote: > > The interface in Nuke is not using Dock widgets. It's actually a hierarc