[PyQt] Availability of bindings for Qt3D

2012-08-24 Thread Suleyman Karabuk
the way I hope Qt3D module finds its way to PyQt eventually. Thanks. -- Suleyman Karabuk Associate Professor University of Oklahoma School of Industrial Engineering Tel: 405 325 3721 kara...@ou.edu --- Please avoid sending me Word or PowerPoint attachments. See http

[PyKDE] eric3 debugging related questions - possibly feature requests

2006-01-28 Thread Suleyman Karabuk
I ran into the following difficulties when debugging in Eric.1) I start debugging, all the debugger control buttons become active (step, stop etc..). I select continue and the debugger runs until the first breakpoint. While the debugger runs, the control buttons disappear, and I have to wait until

[PyKDE] Eric3 debugging issues

2005-07-15 Thread Suleyman Karabuk
I seem to run into a bug in the python debugger. I observed the following: I have two supporting modules in two .py files and a main module. I define all my classes in the supporting modules then import them into the main one by import module_name - standard stuff. I use __slots__ in most of my

Re: [PyKDE] Eric3: Usability and debugging questions

2005-07-15 Thread Suleyman Karabuk
hack the code if need be. --- Suleyman Karabuk <[EMAIL PROTECTED]> wrote: > Date: Fri, 15 Jul 2005 06:45:55 -0700 (PDT) > From: Suleyman Karabuk <[EMAIL PROTECTED]> > Subject: Re: [PyKDE] Eric3: Usability and debugging > questions > To: pykde@mats.imk.fraunhofer.de &

Re: [PyKDE] Eric3: Usability and debugging questions

2005-07-15 Thread Suleyman Karabuk
de@mats.imk.fraunhofer.de > Subject: Re: [PyKDE] Eric3: Usability and debugging > questions > > On 14.Jul 2005 - 21:13:36, Suleyman Karabuk wrote: > > 1) The height of lines in the text editor is > unusually long compared > > to the IDEs I have used so far. That is,

Re: [PyKDE] Eric3: Usability and debugging questions

2005-07-14 Thread Suleyman Karabuk
In (1) below I meant vertical space between lines. Also, if it helps, my configuration is as below on a Suse 9.3 linux system: Python 2.4 KDE 3.4.0 Level "b" PyKDE 3.11.3 Qt 3.3.4 PyQt 3.13 sip 4.1.1 QScintilla 1.4 Eric 3.7.1 Bicycle Repair Man CVS-20041120 --- Suleyman Karab

[PyKDE] Eric3: Usability and debugging questions

2005-07-14 Thread Suleyman Karabuk
I recently installed eric and so far I am very much impressed with its functionality and its light weightedness. I am using it for developing Python code. However, as I started giving it a spin with my production work I ran into the following which I hope there are solutions for. 1) The height of