Re: [PyKDE] eric3 and pyqt4

2007-02-14 Thread Andreas Pakulat
On 14.02.07 08:53:11, Georg Damm wrote: is there a tutorial how to use eric3 (3.9.1 debian etch) with pyqt4? I've problems to execute the qt4-designer from eric3 and I'm wondering if that's only possible with eric4 or if there is a tiny option that I've overlooked ;) I don't know of any

Re: [PyKDE] eric3 and pyqt4

2007-02-14 Thread Detlev Offenbach
On Mittwoch, 14. Februar 2007, Andreas Pakulat wrote: On 14.02.07 08:53:11, Georg Damm wrote: is there a tutorial how to use eric3 (3.9.1 debian etch) with pyqt4? I've problems to execute the qt4-designer from eric3 and I'm wondering if that's only possible with eric4 or if there is a tiny

[PyKDE] eric3 and pyqt4

2007-02-13 Thread Georg Damm
Hello, is there a tutorial how to use eric3 (3.9.1 debian etch) with pyqt4? I've problems to execute the qt4-designer from eric3 and I'm wondering if that's only possible with eric4 or if there is a tiny option that I've overlooked ;) Georg ___

Re: [PyKDE] [eric3]debugging Zope

2006-10-31 Thread Alan Ezust
I would imagine you would use something like rpdb (the remote python debugger) to debug Zope or other server-oriented scripts. I see that there is now an rpdb2.py, which replaces rpdb - supposedly it is 5 times faster. I haven't gotten it to work yet - I can't find the official website or docs -

[PyKDE] [eric3]api file generation

2006-07-14 Thread Timothy Reaves
How are these files in general supposed to be created? I see the two scripts, one that generates for python and one for sip. But I can find no information on a generic script, where I can simply pass it a directory as an argument, and it'll generate an api file for that. Any help?

Re: [PyKDE] eric3 qt-design intergration

2006-07-14 Thread Dave S
On Friday 14 July 2006 00:29, Dave S wrote: On Thursday 13 July 2006 22:24, Andreas Pakulat wrote: On 13.07.06 13:14:30, Dave S wrote: Just returning to Python and qt-designer. Having created my interface I save it, drop to a shel and type: pyuic form1.ui form1.py And then

Re: [PyKDE] [eric3]api file generation

2006-07-14 Thread Andreas Pakulat
On 14.07.06 10:15:35, Timothy Reaves wrote: How are these files in general supposed to be created? I see the two scripts, one that generates for python and one for sip. But I can find no information on a generic script, where I can simply pass it a directory as an argument, and

[PyKDE] [eric3]debugging Zope

2006-07-14 Thread Timothy Reaves
Has anyone put together a write-up on debugging Zope products in eric3? ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] [eric3]environment variables

2006-07-14 Thread Andreas Pakulat
On 14.07.06 10:57:04, Timothy Reaves wrote: I can find no way to add environment variables in eric3. We had this recently. As this is related to the DebugClient (which also get's run when you just run your script) it is under Project-Debugger-Settings. I'm not sure about the format there,

Re: [PyKDE] [eric3]environment variables

2006-07-14 Thread Detlev Offenbach
On Friday 14 July 2006 17:26, Andreas Pakulat wrote: On 14.07.06 10:57:04, Timothy Reaves wrote: I can find no way to add environment variables in eric3. We had this recently. As this is related to the DebugClient (which also get's run when you just run your script) it is under

Re: [PyKDE] [eric3]debugging Zope

2006-07-14 Thread Detlev Offenbach
On Friday 14 July 2006 16:58, Timothy Reaves wrote: Has anyone put together a write-up on debugging Zope products in eric3? Not yet but I would be very very happy, if a Zope (or Plone) specialist could help out in this area. Detlev -- Detlev Offenbach [EMAIL PROTECTED]

[PyKDE] eric3 qt-design intergration

2006-07-13 Thread Dave S
Hi all, Just returning to Python and qt-designer. Having created my interface I save it, drop to a shel and type: pyuic form1.ui form1.py And then import the class etc. Does eric3 support a more integrated way of generating form1.py ? Dave ___

[PyKDE] [eric3] wannabe eric3 user...

2006-07-12 Thread Timothy Reaves
I'm trying to get this compiled running on my machine, a G5 OS X 10.4.7 machine. I have python 2.4.3 install fine. QT 3.3.6 MT is installed. QScintilla 1.65 installed sip 4.4.5 installed PyQt 3.16 installed. Eric 3.9.1: when I try to install this, I get the follwoing error: dusty sudo

Re: [PyKDE] Eric3 version 3.9.1 causes problems when opening single *.py files

2006-07-03 Thread Detlev Offenbach
On Friday 30 June 2006 16:21, Lars Fabig wrote: Hi all, I'm new to Eric3 and set up the required software packages to make it running. My configuration is: - Windows XP - Qt 3.3.3 - Python 2.4.2 - PyQtGPL10.exe (http://www.quadgames.com/download/pythonqt/) - Eric3snapshot2005-04-10.exe

[PyKDE] Eric3 version 3.9.1 causes problems when opening single *.py files

2006-07-02 Thread Lars Fabig
Hi all, I'm new to Eric3 and set up the required software packages to make it running. My configuration is: - Windows XP - Qt 3.3.3 - Python 2.4.2 - PyQtGPL10.exe (http://www.quadgames.com/download/pythonqt/) - Eric3snapshot2005-04-10.exe (http://www.quadgames.com/download/pythonqt/) With

Re: [PyKDE] eric3 and translations for qt4 programs

2006-06-28 Thread Detlev Offenbach
On Wednesday 28 June 2006 12:55, Andreas Pakulat wrote: Hi, I just tried to generate a translation for a qt4 program with eric3 3.9.0 and it seems that there are a couple of issues (the project is set to be Qt4 project): 1. Invoking Qt linguist on the ts-file tries to call the qt3 linguist

Re: [PyKDE] eric3 and translations for qt4 programs

2006-06-28 Thread Andreas Pakulat
On 28.06.06 19:28:44, Detlev Offenbach wrote: On Wednesday 28 June 2006 12:55, Andreas Pakulat wrote: 2. I think the translation-page should have an option to add existing translation files. I'd like to have my translation files under project-root/ts and not under project-root/mainpackage.

Re: [PyKDE] [eric3] fonts settings

2006-06-24 Thread Detlev Offenbach
On Friday 23 June 2006 20:44, Andrew Gaydenko wrote: Probably I have missed something. I have not found a way to set Editor, Shell (and so on) font family. Please, point me right way. Andrew ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] [eric3] fonts settings

2006-06-24 Thread Detlev Offenbach
On Saturday 24 June 2006 11:58, Andrew Gaydenko wrote: Detlev, Aha, it is hidden under highlightings... Thanks! because it is configurable per supported programming language. Andrew === On Saturday 24 June 2006 12:11, you wrote: === ... Preferences-Editor-Highlighting Styles

Re: [PyKDE] eric3: Crash on copypaste

2006-06-10 Thread Detlev Offenbach
On Friday 09 June 2006 22:31, PFC wrote: When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric crashes. It displays this in the console : *** glibc detected *** double free or corruption (!prev): 0x0185b6b0

Re: [PyKDE] eric3: Crash on copypaste

2006-06-10 Thread PFC
On Sat, 10 Jun 2006 11:33:37 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: On Friday 09 June 2006 22:31, PFC wrote: When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric crashes. It displays this in the

Re: [PyKDE] eric3: Crash on copypaste

2006-06-10 Thread Detlev Offenbach
On Saturday 10 June 2006 16:13, PFC wrote: On Sat, 10 Jun 2006 11:33:37 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: On Friday 09 June 2006 22:31, PFC wrote: When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric

Re: [PyKDE] eric3: Line wrapping

2006-06-09 Thread Detlev Offenbach
Hi, a configuration option for line wrapping will be in eric3 3.9.1, which is scheduled for release within a couple of days. Detlev On Thursday 11 May 2006 01:54, Danny Adair wrote: Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay():

[PyKDE] eric3: Crash on copypaste

2006-06-09 Thread PFC
When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric crashes. It displays this in the console : *** glibc detected *** double free or corruption (!prev): 0x0185b6b0 *** Abandon Instead of crashing, I wish

Re: [PyKDE] eric3 import troubles

2006-06-05 Thread mike arnott
On 6/5/06, Detlev Offenbach [EMAIL PROTECTED] wrote: Am Montag, 5. Juni 2006 09:27 schrieb mike arnott: Are you setting the working directory in the run/debug dialog? Detlev -- Detlev Offenbach [EMAIL PROTECTED] yes - should have mentioned I am using the Run project dialog, and yes the

[PyKDE] Eric3 question

2006-06-03 Thread malvert
I am quite satisfied with my running 3.9.0 version. My current Python version that came with my Linux distro is 2.4.1. I would like to move up to a more recent Python version WITHOUT disturbing the one that came with the distro. For practical reasons I can't upgrade my linux right now. I managed

Re: [PyKDE] Eric3 question

2006-06-03 Thread Andreas Pakulat
On 03.06.06 11:58:54, malvert wrote: I am quite satisfied with my running 3.9.0 version. My current Python version that came with my Linux distro is 2.4.1. I would like to move up to a more recent Python version WITHOUT disturbing the one that came with the distro. For practical reasons I

[PyKDE] Eric3 question

2006-06-03 Thread malvert
Hi Andreas, Thank you for your reply. As I installed everything under KDE in order to get going with eric3, is there any danger at all for upsetting the old KDE installation by reinstalling SIP, QScintilla and PyQt by recompiling these into my new /usr/lib/Python-2.4.3 directory? Sorry for

Re: [PyKDE] Eric3 question

2006-06-03 Thread Andreas Pakulat
On 03.06.06 17:18:27, malvert wrote: Hi Andreas, Thank you for your reply. As I installed everything under KDE in order to get going with eric3, is there any danger at all for upsetting the old KDE installation by reinstalling SIP, QScintilla and PyQt by recompiling these into my new

Re: [PyKDE] eric3 Segmentation Fault

2006-05-30 Thread Detlev Offenbach
Hi, it seems to be a sip problem. Try to compile the stuff yourself and see, if this cures the problem. Detlev Am Sonntag, 28. Mai 2006 19:43 schrieb Sean Colgan: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head meta content=text/html;charset=ISO-8859-1

Re: [PyKDE] eric3: Line wrapping

2006-05-24 Thread Sebastian Kügler
On Thursday 11 May 2006 01:54, Danny Adair wrote: In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to self.setWrapMode(QextScintilla.SC_WRAP_NONE) it seems to work for me. However,

Re: [PyKDE] eric3: Line wrapping

2006-05-24 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 14:48 schrieb Sebastian Kügler: On Thursday 11 May 2006 01:54, Danny Adair wrote: In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to

Re: [PyKDE] Eric3 survey

2006-05-15 Thread Detlev Offenbach
Am Montag, 15. Mai 2006 00:15 schrieb Flavio Codeco Coelho: Detlev Offenbach wrote: Hi, is anybody out there using the Mercurial interface of eric3? If not, it will vanish. Regards, Detlev Not at the moment, but I was thinking about it...Why would you want to get rid of it? :-) I

[PyKDE] Eric3 survey

2006-05-14 Thread Detlev Offenbach
Hi, is anybody out there using the Mercurial interface of eric3? If not, it will vanish. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] Eric3 survey

2006-05-14 Thread Lee Braiden
On Sunday 14 May 2006 15:41, Detlev Offenbach wrote: is anybody out there using the Mercurial interface of eric3? If not, it will vanish. Nope. But, since you mentioned it... is there any chance of bzr support in future, or is there an easy API for adding it? -- Lee Braiden

Re: [PyKDE] Eric3 survey

2006-05-14 Thread Flavio Codeco Coelho
Detlev Offenbach wrote: Hi, is anybody out there using the Mercurial interface of eric3? If not, it will vanish. Regards, Detlev Not at the moment, but I was thinking about it...Why would you want to get rid of it? :-) ___ PyKDE mailing list

[PyKDE] Eric3 quicksearch question

2006-05-11 Thread Jürgen Urner
Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this bug or feature? (ubuntu-linux, Eric3 0.9.0) Juergen

Re: [PyKDE] eric3: Line wrapping

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 01:54 schrieb Danny Adair: Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to self.setWrapMode(QextScintilla.SC_WRAP_NONE) it seems to work for

Re: [PyKDE] Eric3 quicksearch question

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 13:28 schrieb Jürgen Urner: Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this bug or feature?

Re: [PyKDE] Eric3 quicksearch question

2006-05-11 Thread Jürgen Urner
Detlev Offenbach schrieb: Am Donnerstag, 11. Mai 2006 13:28 schrieb Jürgen Urner: Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Andreas Pakulat
On 11.05.06 09:57:58, Danny Adair wrote: I just ugraded to eric 3.9.0 and I noticed that overflowing lines (= too long/wide for the editor window) are automatically wrapped. How can I turn this off? I can't seem to find a corresponing setting anywhere. It's extremely annoying and I would

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
Thanks, I'm shocked. Is there maybe an easy way to patch the source? Maybe in eric3.QScintilla.editor.setTextDisplay ? self.setWrapMode(QextScintilla.SC_WRAP_WORD) self.setWrapVisualFlags(\ QextScintilla.SC_WRAPVISUALFLAG_START |

Re: [PyKDE] eric3: Line wrapping

2006-05-10 Thread Danny Adair
Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay(): self.setWrapMode(QextScintilla.SC_WRAP_WORD) If I change that to self.setWrapMode(QextScintilla.SC_WRAP_NONE) it seems to work for me. However, this seems too easy. It would have been just one

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-28 Thread Detlev Offenbach
Am Donnerstag, 27. April 2006 23:00 schrieb jUrner: Great news !! I may try to help if I find time. However, maybe you should wait for eric4 first snapshot to be sure that menus will correspond... Best regards, ++ Jul. No problem with that. It's very easy to adjust the

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-28 Thread Douglas Andrade
Hi, Talking about Eric4, is that anything that we could do to help ? So we can make its release as great as the final release of PyQt4 will be. If documentation is a number zero priority, we can - the people with enought free time to spend - make a team to help in the documentation. What do you

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-28 Thread jUrner
Am Freitag, den 28.04.2006, 14:49 -0300 schrieb Douglas Andrade: Hi, Talking about Eric4, is that anything that we could do to help ? So we can make its release as great as the final release of PyQt4 will be. If documentation is a number zero priority, we can - the people with enought

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-27 Thread jul
Great news !! I may try to help if I find time. However, maybe you should wait for eric4 first snapshot to be sure that menus will correspond... Best regards, ++ Jul. jUrner a écrit : Hello all Happy to announce Eric has found a home for its documentation.

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-27 Thread jUrner
Great news !! I may try to help if I find time. However, maybe you should wait for eric4 first snapshot to be sure that menus will correspond... Best regards, ++ Jul. No problem with that. It's very easy to adjust the documentation to any changes upcoming eric4 may bring. Focus is now

[PyKDE] Eric3 announce: documentation and wiki

2006-04-26 Thread jUrner
Hello all Happy to announce Eric has found a home for its documentation. I volunteered :-P and took over to write the user interface documentation for Eric. There is a TRAC wiki now at http://ericide.python-hosting.com/wiki/ or

[PyKDE] eric3 question [dumb]

2006-04-02 Thread Peter Horst
eric3 question. Sorry for the dumbness, but I am stumped. On WinXP I've downloaded successfully installed the packages at http://pythonqt.vanrietpaap.nl/, and the eric3 3.8.2 package from Sourceforge. However, I cannot get the little bugger to run, through any combination of command-line or

Re: [PyKDE] Eric3 user interface

2006-03-31 Thread Detlev Offenbach
Am Freitag, 31. März 2006 14:07 schrieb Richard Smith: ..to the users complaining about too many options: think about it, its an ide not an editor. Its far better than most other python scripting environments out there *because* it has many options to play with. I'll second that. I can

Re: [PyKDE] Eric3 user interface

2006-03-30 Thread Detlev Offenbach
Am Mittwoch, 29. März 2006 23:42 schrieb Jürgen Urner: Detlev Offenbach wrote: x. Its a bit irritating in splitter layout having these docking windows popping one open and one close when I trigger a script. Nice to have the exception at hand, but a pain for the eyes. I would prefere

Re: [PyKDE] Eric3 user interface

2006-03-30 Thread Jürgen Urner
Splitter layout will vanish in eric4. eric3 has two operating modes, debug and edit. For both modes you can set which windows should be shown and where they should be placed. Carefully arranged, you can avoid the observed behavior. Maybe a good idea, maybe not. Docking windows are always a bit

Re: [PyKDE] Eric3 user interface

2006-03-29 Thread Detlev Offenbach
Am Mittwoch, 29. März 2006 00:05 schrieb Jürgen Urner: Currently struggeling a bit with eric ide. I've noticed some rough edges wich might be not too hard to clear out if not done already. The version I use is 3.7.0, so some of them may be alreaddy pronounced. x. Debug -- Run Script

Re: [PyKDE] Eric3 user interface

2006-03-29 Thread Jürgen Urner
Detlev Offenbach wrote: x. Its a bit irritating in splitter layout having these docking windows popping one open and one close when I trigger a script. Nice to have the exception at hand, but a pain for the eyes. I would prefere the left and right panes just keeping the size I put

[PyKDE] Eric3 user interface

2006-03-28 Thread Jürgen Urner
Currently struggeling a bit with eric ide. I've noticed some rough edges wich might be not too hard to clear out if not done already. The version I use is 3.7.0, so some of them may be alreaddy pronounced. x. Debug -- Run Script asks always for permission to save the script. This is

Re: [PyKDE] Eric3 user interface

2006-03-28 Thread Richard Smith
x. Having a dialog box popping up when eric detects a currently open file has been changed outside the application is not very handy. An option x automatically reload files if changed outside the application would be better. I dissagree. The dialog has alerted me of stupid things I

[PyKDE] Eric3 python shell and debugger don't work for PyQt4

2006-03-20 Thread 张毅 (Izico Chang)
Hi,I'm new here. I've downloaded all the snapshots from http://www.die-offenbachs.de/detlev/snapshots/ and http://www.riverbankcomputing.com/Downloads/Snapshots,and the newest ones there i've tried are: qscintilla-1.65-gpl-snapshot-20060311 sip-snapshot-20060317 PyQt-x11-gpl-snapshot-20060314

[PyKDE] Eric3: always in foreground

2006-03-20 Thread Lionel Brahami
Hi all,i'm using eric3 for few days, and it seems the IDE is always in foreground, i can't make it go background, or overlap it with other window. I have to minimize it each time i want to access other window. Anybody who has the same problem ? or the solution.Thanks a lot guys,Lionel

[PyKDE] eric3 crashes with recent sip/pyqt snapshots

2006-02-16 Thread Andreas Pakulat
Hi, I waited till today to fetch the latest sip-snapshot to report this... eric3 (latest snapshot) segfaults during the splash screen with the latest pyqt3 and sip installed. Backtrace: #0 0x08098578 in PyType_IsSubtype (a=0x1, b=0xb7fde4e0) at Objects/typeobject.c:842 #1 0xb7fd250e in

Re: [PyKDE] eric3 crashes with recent sip/pyqt snapshots

2006-02-16 Thread Phil Thompson
On Thursday 16 February 2006 5:17 pm, Andreas Pakulat wrote: Hi, I waited till today to fetch the latest sip-snapshot to report this... eric3 (latest snapshot) segfaults during the splash screen with the latest pyqt3 and sip installed. Will be fixed in tonight's SIP snapshot. Thanks, Phil

[PyKDE] Eric3 first impressions.

2006-01-28 Thread Roy Dragseth
Hi. I'm trying out eric3 as a tool for my python work. I'm a long standing xemacs addict, but always open to new drugs... My system setup is FC4 with the kde-redhat project as a supplier for my kde/qt stuff and they embed eric with their std. setup so installing eric was as easy as yum -y

Re: [PyKDE] Eric3 first impressions.

2006-01-28 Thread Andreas Pakulat
On 29.01.06 00:07:52, Roy Dragseth wrote: My first impression is: Wow, that's a lot of buttons!!! Me too. Coming to Linux from the Unix side (HPUX, and before that VAX/VMS) I'm hardly touching the mouse when I'm coding, so the buttons are just a waste of screenspace. I basically only

[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

Re: [PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

2006-01-27 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Detlev Offenbach schrieb: Am Donnerstag, 26. Januar 2006 10:49 schrieb Andreas Pakulat: On 26.01.06 10:15:44, Detlev Offenbach wrote: Am Mittwoch, 25. Januar 2006 19:42 schrieb Andreas Pakulat: On 25.01.06 19:22:17, Andreas Pakulat wrote: I'm

Re: [PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

2006-01-26 Thread Andreas Pakulat
On 26.01.06 10:15:44, Detlev Offenbach wrote: Am Mittwoch, 25. Januar 2006 19:42 schrieb Andreas Pakulat: On 25.01.06 19:22:17, Andreas Pakulat wrote: I'm currently looking for some options to tweak pyuic4's behaviour. In particular I'd like to a) change the generated filename

Re: [PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

2006-01-26 Thread Detlev Offenbach
Am Donnerstag, 26. Januar 2006 10:49 schrieb Andreas Pakulat: On 26.01.06 10:15:44, Detlev Offenbach wrote: Am Mittwoch, 25. Januar 2006 19:42 schrieb Andreas Pakulat: On 25.01.06 19:22:17, Andreas Pakulat wrote: I'm currently looking for some options to tweak pyuic4's behaviour. In

[PyKDE] eric3 install

2006-01-25 Thread walter
hello, I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 These errors come after I see the mascot splash screen [EMAIL PROTECTED]:/usr/bin$ ./eric3 Traceback (most recent call

[PyKDE] Eric3 with pq4 and windows

2006-01-25 Thread laurent.caron.1
Hi all, I tried to find Eric3 IDE for Qt4 and Windows... where can i found it ? Thx lo ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric3 with pq4 and windows

2006-01-25 Thread Andreas Pakulat
On 24.01.06 20:51:42, laurent.caron.1 wrote: Hi all, I tried to find Eric3 IDE for Qt4 and Windows... where can i found it ? AFAIK: Take the latest snapshot, it has some support for Qt4 projects. Andreas -- You will be attacked by a beast who has the body of a wolf, the tail of a lion,

Re: [PyKDE] eric3 install

2006-01-25 Thread Andreas Pakulat
On 24.01.06 12:56:07, walter wrote: I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 Why don't you report this with Ubuntu then? From the code I can't see an error and it's

[PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

2006-01-25 Thread Andreas Pakulat
On 25.01.06 19:22:17, Andreas Pakulat wrote: I'm currently looking for some options to tweak pyuic4's behaviour. In particular I'd like to a) change the generated filename b) turn off the automatic pyuic4 run for all or specific forms Is there any way to do the 2 things above? Without

Re: [PyKDE] eric3 install

2006-01-25 Thread leau2001
Andreas Pakulat a écrit : On 24.01.06 12:56:07, walter wrote: I am trying to install eric3 on a ubuntu system I have installed it with Synaptic, the built in ubuntu installer I get the follwing error when I try to start eric 3 Why don't you report this with Ubuntu then? From the

[PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Andreas Pakulat
Hi, wanted to do some development with eric3 after installing latest sip and PyQt4. Unfortunately eric3 crashed, thus I did a rebuild of PyQt snapshot (20060116) but still eric3 crashes. Backtrace: Using host libthread_db library /lib/tls/libthread_db.so.1. [Thread debugging using libthread_db

Re: [PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Phil Thompson
On Saturday 21 January 2006 6:04 pm, Andreas Pakulat wrote: Hi, wanted to do some development with eric3 after installing latest sip and PyQt4. Unfortunately eric3 crashed, thus I did a rebuild of PyQt snapshot (20060116) but still eric3 crashes. Did you re-build PyQt3? In snapshots I

Re: [PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Andreas Pakulat
On 21.01.06 18:24:00, Phil Thompson wrote: On Saturday 21 January 2006 6:04 pm, Andreas Pakulat wrote: Hi, wanted to do some development with eric3 after installing latest sip and PyQt4. Unfortunately eric3 crashed, thus I did a rebuild of PyQt snapshot (20060116) but still eric3

Re: [PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Phil Thompson
On Saturday 21 January 2006 6:33 pm, Andreas Pakulat wrote: On 21.01.06 18:24:00, Phil Thompson wrote: On Saturday 21 January 2006 6:04 pm, Andreas Pakulat wrote: Hi, wanted to do some development with eric3 after installing latest sip and PyQt4. Unfortunately eric3 crashed, thus I

Re: [PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Detlev Offenbach
Am Samstag, 21. Januar 2006 19:33 schrieb Andreas Pakulat: On 21.01.06 18:24:00, Phil Thompson wrote: On Saturday 21 January 2006 6:04 pm, Andreas Pakulat wrote: Hi, wanted to do some development with eric3 after installing latest sip and PyQt4. Unfortunately eric3 crashed, thus I

Re: [PyKDE] eric3 crashes with latest sip and PyQt snapshots

2006-01-21 Thread Andreas Pakulat
On 21.01.06 20:13:06, Detlev Offenbach wrote: Am Samstag, 21. Januar 2006 19:33 schrieb Andreas Pakulat: On 21.01.06 18:24:00, Phil Thompson wrote: On Saturday 21 January 2006 6:04 pm, Andreas Pakulat wrote: Hi, wanted to do some development with eric3 after installing latest sip

[PyKDE] Eric3: Revert to last saved state keyboard shortcut

2006-01-20 Thread Nicola Larosa
While there's general agreement that the Undo keyboard shortcut is Ctrl+Z, there's no agreement on the Redo one: some programs, like Eric, use Ctrl-Y, others use Ctrl+Shift+Z, with no consistence in neither the KDE nor the Gnome desktops. While it's not an optimal situation, it's nonetheless a

[PyKDE] Eric3: Revert to last saved state keyboard shortcut

2006-01-20 Thread Nicola Larosa
...Eric3 uses the Ctrl+Shift+Z shortcut for Revert to last saved state! Which means that the hapless programmer reaches for Redo, and instead loses all unsaved changes. :-( I take that back, of course Redo still worked, so I did not lose anything, in the end. :-) That key association is

Re: [PyKDE] Eric3 source documentation

2006-01-17 Thread jul
Bowen, Brian M wrote: Eric3 source documentation Can someone tell me how use eric3 for source documentation? Is there an additional module that needs to be installed for this feature to be enabled? Just go in the Help section : Help-Eric Documentation This should open the

Re: [PyKDE] Eric3: Bug and RFE

2006-01-17 Thread Michael Zimmermann
Detlev Offenbach wrote: Furthermore would it be possible to add support for events in the documentation module? Grepping through the code I found references to @signal, @exception(@raise, @throws) and a bunch of other. @event might be usefull to notify that a certain class or method emits

RE: [PyKDE] Eric3 source documentation

2006-01-17 Thread Bowen, Brian M
] Sent: Tuesday, January 17, 2006 11:13 AMTo: Bowen, Brian MCc: pykde@mats.imk.fraunhofer.deSubject: Re: [PyKDE] Eric3 source documentation Bowen, Brian M wrote: Can someone tell me how use eric3 for source documentation? Is there an additional module that needs to be installed

Re: [PyKDE] Eric3 source documentation

2006-01-17 Thread jul
Bowen, Brian M wrote: Maybe I didn't ask the right question. I'd like to be able to generate UML diagrams for my own source code. The eric3 web site says that the IDE has the ability, but I am not sure how to use it. Is there documentation on that feature? Surely I read a

[PyKDE] Eric3: Bug and RFE

2006-01-16 Thread Michael Zimmermann
Hi Detlev, there seems to be a tiny bug in the Projects show Code Metrics functionality. This method does not test the existance of the files provided by the project tree in eric3. If the file does not exist (e. g. deleted via svn or from the command) I do get an exception (file not found

[PyKDE] Eric3 question

2006-01-10 Thread Bowen, Brian M
I recently began using eric3 on linux. I was wondering if there was anyway to permanently disable some of the windows (e.g. the debug-browser and template viewer). I know you can disable them by right clicking and removing the check mark, but as soon as you execute the code they open back up

Re: [PyKDE] Eric3 question

2006-01-10 Thread Detlev Offenbach
Am Dienstag, 10. Januar 2006 18:10 schrieb Bowen, Brian M: I recently began using eric3 on linux. I was wondering if there was anyway to permanently disable some of the windows (e.g. the debug-browser and template viewer). I know you can disable them by right clicking and removing the check

[PyKDE] eric3 and VCS menu actions

2006-01-10 Thread Richard Smith
Detlev, The following is a mail I sent to you a while back that I never got any response on so I guess it must have gotten missed. = I've been perodically working on Darcs support for eric3. Currently what I have is a big search and replace of the mercurical package but

[PyKDE] eric3 problems with subversion support

2006-01-09 Thread Andreas Pakulat
Hi, I have a slight problem here with eric3's subversion support: It always asks for the password on the xterm I started eric3 from, I can't use the edit-field in the dialog. However the question wether I want to accept the servers certificate can be answered only using the linedit in the

[PyKDE] eric3 generates execution code for ui-files with pyuic4

2006-01-09 Thread Andreas Pakulat
Hi, just discovered that eric3 calls pyuic4 with the -x Option. This creates a __main__-Part for every widget. I don't want that so please add an Option or tell me where I can turn this off. Andreas -- Better hope the life-inspector doesn't come around while you have your life in such a mess.

Re: [PyKDE] eric3 generates execution code for ui-files with pyuic4

2006-01-09 Thread Detlev Offenbach
Am Montag, 9. Januar 2006 20:09 schrieb Andreas Pakulat: Hi, just discovered that eric3 calls pyuic4 with the -x Option. This creates a __main__-Part for every widget. I don't want that so please add an Option or tell me where I can turn this off. Why don't you like it? I thought it would

Re: [PyKDE] eric3 generates execution code for ui-files with pyuic4

2006-01-09 Thread Andreas Pakulat
On 09.01.06 21:08:40, Detlev Offenbach wrote: Am Montag, 9. Januar 2006 20:09 schrieb Andreas Pakulat: Hi, just discovered that eric3 calls pyuic4 with the -x Option. This creates a __main__-Part for every widget. I don't want that so please add an Option or tell me where I can turn

Re: [PyKDE] eric3 segfault, help needed

2006-01-07 Thread Alan Ezust
I just started getting segfaults on startup too. Just importing eric3.py from the python interpreter causes it. I tried debugging the python interpreter and got this: #0 0x080899eb in PyType_IsSubtype () #1 0xb73eb3ad in initsip () from /usr/lib/python2.3/site-packages/sip.so #2 0xb73ec151 in

Re: [PyKDE] eric3 segfault, help needed

2006-01-07 Thread Detlev Offenbach
In an interactive Python interpreter try the following from qt import * from qtext import * If the first fails, something is wrong with the PyQt libraries. Try to rebuild sip and PyQt. If the second fails, it is QScintilla, that has problems. Please try all the PyQt modules this way to find

Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Detlev Offenbach
Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: Hi, I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks like a GTK app. The KdeQt/__init__.py ist executed and no Exception is raised there.

[PyKDE] eric3 with custom python interpreter

2006-01-03 Thread Bjorn Heijligers
I'm trying to get eric3 to work with a custom python interpreter.. in order to operater this python interpreter many library paths have to be set differently. So i made a tcsh script that sets the correct paths and then starts our python interpreter. If i try this on the commandline it works

Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Andreas Pakulat
On 03.01.06 11:04:20, Detlev Offenbach wrote: Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: Hi, I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks like a GTK app. The

Re: [PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-03 Thread Andreas Pakulat
On 03.01.06 13:32:02, Andreas Pakulat wrote: On 03.01.06 11:04:20, Detlev Offenbach wrote: Am Montag, 2. Januar 2006 13:46 schrieb Andreas Pakulat: I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks

[PyKDE] eric3 snapshot doesn't pick up qt's UI

2006-01-02 Thread Andreas Pakulat
Hi, I now tried everything that came to my mind, but eric3 doesn't use Qt's UI. Running qtconfig it looks the same as my KDE apps but eric3 looks like a GTK app. The KdeQt/__init__.py ist executed and no Exception is raised there. Andreas -- A gift of a flower will soon be made to you.

  1   2   3   4   5   >