Python3 API generation

2023-04-21 Thread Hans-Peter Jansen
Hi Detlef, I just updated the eric package for openSUSE Tumbleweed. During that process I noticed, that you omitted the python3 API files, which I do understand, since they vary greatly between versions. Can you give me an example, how you create the API files for a python interpreter? My pla

Re: [Eric] ANN: eric 20.01 released

2020-01-26 Thread Hans-Peter Jansen
Hi Detlev, Am Mittwoch, 1. Januar 2020, 12:48:14 CET schrieb Detlev Offenbach: > Hello Pythonistas, > > I just uploaded eric 20.01. It fixes some bugs and adds these new features. > * MicroPython > * added entries to the ESP menu to show the Chip ID, Flash ID and > MAC Address *

Re: [Eric] [QScintilla] [eric6] small glitch with fix and some notes

2019-12-05 Thread Hans-Peter Jansen
Am Mittwoch, 4. Dezember 2019, 18:52:41 CET schrieb Detlev Offenbach: > Am Mittwoch, 4. Dezember 2019, 10:28:43 CET schrieb Hans-Peter Jansen: > > > > Habe leider gestern ein paar Mal den Fall gehabt, dass Ctrl+Alt+TAB wieder > > nicht funktionierte (jetzt allerdings mit akti

Re: [Eric] [eric6] small glitch with fix and some notes

2019-11-30 Thread Hans-Peter Jansen
[Fabian: if you want to leave the loop, let me know] Am Freitag, 29. November 2019, 20:22:22 CET schrieb Hans-Peter Jansen: > Am Donnerstag, 28. November 2019, 20:12:25 CET schrieb Hans-Peter Jansen: > > Am Donnerstag, 28. November 2019, 19:27:51 CET schrieb Detlev Offenbach: >

Re: [Eric] [eric6] small glitch with fix and some notes

2019-11-29 Thread Hans-Peter Jansen
Am Donnerstag, 28. November 2019, 20:12:25 CET schrieb Hans-Peter Jansen: > Am Donnerstag, 28. November 2019, 19:27:51 CET schrieb Detlev Offenbach: > > Dear @audience, would you test these ill-behaviors and report, please? > > > I have the strong impression, that this is a Q

Re: [Eric] [eric6] small glitch with fix and some notes

2019-11-28 Thread Hans-Peter Jansen
Am Donnerstag, 28. November 2019, 19:27:51 CET schrieb Detlev Offenbach: > Hi Pete, > > thanks for the patch. I just added it. It will be part of the next release > scheduled for next Sunday (Dec, 1st). Nice. > With regard to the tab switching shortcut, which PyQt/Qt version are you > using? I n

[Eric] [eric6] small glitch with fix and some notes

2019-11-28 Thread Hans-Peter Jansen
Hi Detlev, the glitch below is easily fixed with: --- /usr/lib/python3.7/site-packages/eric6/QScintilla/Editor.py~ 2019-11-23 11:22:49.0 +0100 +++ /usr/lib/python3.7/site-packages/eric6/QScintilla/Editor.py 2019-11-28 11:23:31.698303982 +0100 @@ -1697,7 +1697,7 @@ class Editor(Qs

Re: [Eric] [PyQt] ANN: eric 18.05 released

2018-05-07 Thread Hans-Peter Jansen
On Mittwoch, 2. Mai 2018 18:40:42 Detlev Offenbach wrote: > Hi, > > I just committed a shorter fix for the issue. Please give it a try. which works like a charm, thanks Detlev. Cheers, Pete > Detlev > > Am Dienstag, 1. Mai 2018, 22:33:29 CEST schrieb Hans-Peter Jansen:

Re: [Eric] [PyQt] ANN: eric 18.05 released

2018-05-01 Thread Hans-Peter Jansen
On Dienstag, 1. Mai 2018 21:42:38 Hans-Peter Jansen wrote: > Hi Detlev, > > On Dienstag, 1. Mai 2018 09:38:51 Rex Dieter wrote: > > Detlev Offenbach wrote: > > > I just uploaded eric 18.05. It fixes some bugs and adds these new > > > features. > >

Re: [Eric] [PyQt] ANN: eric 18.05 released

2018-05-01 Thread Hans-Peter Jansen
Hi Detlev, On Dienstag, 1. Mai 2018 09:38:51 Rex Dieter wrote: > Detlev Offenbach wrote: > > I just uploaded eric 18.05. It fixes some bugs and adds these new > > features. > > One buglet, wrt to packaging, I use > > install.py \ > -i %{buildroot}/ \ > -b %{_bindir} > > when building an eri

Re: [Eric] Promote plug-ins to 'core' plug-ins

2017-12-07 Thread Hans-Peter Jansen
Dear Detlev, On Mittwoch, 6. Dezember 2017 18:39:38 Detlev Offenbach wrote: > Hi, > > the setup.py wizard creates the text for a setup.py file. It does not create > a skeleton project. What should be part of such a skeleton? Maybe I could > extend the creation of a project (Project->New...). May

Re: [Eric] Promote plug-ins to 'core' plug-ins

2017-12-04 Thread Hans-Peter Jansen
On Montag, 4. Dezember 2017 19:57:43 Detlev Offenbach wrote: > Hello, > > I am thinking about promoting some plug-ins available via the plug-in > repository dialog to 'core' plug-ins. These would be a permanent part of the > eric distribution. No separate download would be required. This is the li

Re: [Eric] Feature request: run/debug dialog enhancement

2017-09-12 Thread Hans-Peter Jansen
Hi Detlev, guess, what Mikhail wants is a possibility to quickly switch between debuggers where a user expects it, e.g. a combo in the Debug Project/Script dialog to choose the Python version for the debugger. Would spare one "change settings" turnaround. If you switch debugger versions frequ

Re: [Eric] Seg Fault On Opening Dialog Box

2017-05-23 Thread Hans-Peter Jansen
Hi Ben, On Freitag, 19. Mai 2017 16:27:08 Helen Ready wrote: > Let me start by saying Thank You for the amazing IDE, Eric, and its > community. Welcome to the club. > Recently, I decided to take the plunge into Linux with CentOS 7 > as my first. After installing Python 3.6.1 from source and se

Re: [Eric] eric debug mode appearance

2017-04-18 Thread Hans-Peter Jansen
Hi Tobias, hi Detlev, On Dienstag, 18. April 2017 20:56:25 Tobias Rzepka wrote: > Hello Pete, > > the first two wishes are possible. Maybe it'll be the easiest, when there > will be an extra window, showing the actual code line(s) and the > disassembled bytecode, like the outputs of dis.dis / dis

Re: [Eric] eric debug mode appearance

2017-04-18 Thread Hans-Peter Jansen
On Montag, 17. April 2017 18:42:20 Detlev Offenbach wrote: > Hello Pete, > > the changed indication will be part of the next release. If you need this > urgently, please get the default branch of the eric sources. Great, thank you. > Detlev > > PS: Please give a spec for the bytecode disassembl

[Eric] Eric pretend, it's crashed, if executed subsequently

2017-04-12 Thread Hans-Peter Jansen
Hi Detlev, if executing another eric process, it pretends, that the session data found is from crashed processes, although it is just running already. It would be nice to distinguish this case from crashed sessions (at least on the same machine). Cheers, Pete __

Re: [Eric] Wish: Debug option to move program counter

2017-04-12 Thread Hans-Peter Jansen
Hi Tobias, hi Detlev, On Dienstag, 14. März 2017 19:14:50 Tobias Rzepka wrote: > Hello Pete, hello Detlev, > > I've done already a proof of concept for the debugger. There are some > constraints given by Python but it works to change the instruction pointer > in a function/ method without executi

Re: [Eric] Wish: Debug option to move program counter

2017-03-15 Thread Hans-Peter Jansen
Hi Tobias, I've missed your message somehow. On Dienstag, 14. März 2017 19:14:50 Tobias Rzepka wrote: > Hello Pete, hello Detlev, > > I've done already a proof of concept for the debugger. There are some > constraints given by Python but it works to change the instruction pointer > in a function

Re: [Eric] I'm not able to install eric on linux Mint-KDE (bugs.launchpad.net/linuxmint/+bug/1656433)

2017-03-15 Thread Hans-Peter Jansen
On Samstag, 4. März 2017 17:34:41 GM wrote: > a workaround was found by "GHPS": > https://bugs.launchpad.net/linuxmint/+bug/1656433/comments/5 > > after upgrading libqt5scintilla2-l10n and libqt5scintilla2-12v5 manually > to version 2.9.3 > > ( > https://www.ubuntuupdates.org/package/core/yakkety

Re: [Eric] Debug modules, that are supposed to be executed with -m

2017-03-14 Thread Hans-Peter Jansen
März 2017, 23:08:13 CET schrieb Hans-Peter Jansen: > > Hi Detlev, > > > > I ran into a funny issue related to Python3. > > > > How can I debug a script in Eric, if this is supposed to be executed as a > > module (e.g. called with python3 -m ...), which happens, i

Re: [Eric] Wish: Debug option to move program counter

2017-03-14 Thread Hans-Peter Jansen
t; Am Montag, 13. März 2017, 23:22:42 CET schrieb Hans-Peter Jansen: > > Hi Detlev, > > > > me again :wink: > > > > During a debug session today, the wish to modify the debug program counter > > arose (similar to pdbs j(ump) command). > > > > Do yo

Re: [Eric] getpass in Eric console

2017-03-14 Thread Hans-Peter Jansen
work around and solve the issue, that I was hunting while stumbling over this... Happily awaiting your next release. Thank you, Pete > Detlev > > Am Dienstag, 14. März 2017, 14:01:24 CET schrieb Hans-Peter Jansen: > > Hi Detlev, > > > > using Eric 17.03, something

[Eric] getpass in Eric console

2017-03-14 Thread Hans-Peter Jansen
Hi Detlev, using Eric 17.03, something strange happens, when attempting to debug scripts that use getpass. Here's, what happened, when calling it manually (in console). I've entered '12345' all three times: >>> import getpass >>> getpass.getpass("PW:") PW: '45' >>> getpass.getpass("PW:") PW: '

[Eric] Wish: Debug option to move program counter

2017-03-13 Thread Hans-Peter Jansen
Hi Detlev, me again :wink: During a debug session today, the wish to modify the debug program counter arose (similar to pdbs j(ump) command). Do you think, this is something useful for Eric, or is it available already, and I just haven't figured out, how? I attempted to add Eric to: https://

[Eric] Debug modules, that are supposed to be executed with -m

2017-03-13 Thread Hans-Peter Jansen
Hi Detlev, I ran into a funny issue related to Python3. How can I debug a script in Eric, if this is supposed to be executed as a module (e.g. called with python3 -m ...), which happens, if one want to use relative paths and arbitrary entry points... The option to rewrite everything with abso

Re: [Eric] eric6 with git plugin

2015-04-08 Thread Hans-Peter Jansen
stdout and stderr. In such cases I don't know of any way to intercept the > output with a QProcess. Maybe somebody can help. The ssh message is partly shown in the password dialog, where ssh is waiting for a yes or no answer.. Cheers, Pete > Regards, > Detlev > > On Wed

[Eric] eric6 with git plugin

2015-04-08 Thread Hans-Peter Jansen
Hi Detlev, eric6, together with git 1.1.1 plugin is simply great. I never had a snapier eric experience before. Congrats. Just one note: the git plugin doesn't handle the usual ssh question, when connecting the first time to a certain host. Here's a session log: $ pit push --verbose --porcelai

[Eric] New logo

2014-04-09 Thread Hans-Peter Jansen
Hi, to whom it may concern, the new logo is: GREAT! Detlev, you might remember, that I started the initiative of replacing the ugly gnome with the face of Eric Idle, because that's the joke, Phil was after naming it "Eric" vs. the Python delivered "IDE": IDLE.. Be aware of your roots ;) Phil,

Re: [Eric] [PyQt] Eric4 issue with splitted views

2014-03-27 Thread Hans-Peter Jansen
On Donnerstag, 27. März 2014 18:31:28 Detlev Offenbach wrote: > Does this just happen when shutting down eric after two views were opened or > is it enough to close the two views? The backtrace says it all - it happens after Py_Finalize somewhere below PyGC_Collect.. This is, what setdestroyonexi

Re: [Eric] [PyQt] Eric4 issue with splitted views

2014-03-26 Thread Hans-Peter Jansen
eers, Pete P.S.: Could get rid of two reproducible crashes in about 24 hours, *great*. On Mittwoch, 26. März 2014 20:14:06 Hans-Peter Jansen wrote: > [Reposted on Detelv's request in order to address also the qscintilla ML --- > Note to Phil: I really think, that sip.setdestroyonexit is t

Re: [Eric] [PyQt] Eric4 issue with splitted views

2014-03-26 Thread Hans-Peter Jansen
es this only happen when you SPLIT the view or when you create a new view > without a new split as well? If so it might be a QScintilla issue because > when a new view is created both views are accessing the *same* document, > i.e. the very same instance. > > Regards, > Detlev >

Re: [Eric] [PyQt] Eric4 issue with splitted views

2014-03-25 Thread Hans-Peter Jansen
> i.e. the very same instance. > > Regards, > Detlev > > On Monday 24 March 2014, 15:01:34 Hans-Peter Jansen wrote: > > Dear Phil, > > > > I suffer from a long term Eric 4 problem, where eric crashes consistently > > on exit, when I split just on

[Eric] Eric4 issue with splitted views

2014-03-24 Thread Hans-Peter Jansen
Dear Phil, I suffer from a long term Eric 4 problem, where eric crashes consistently on exit, when I split just one view. Prerequisites: Running on KDE4 with PyQt4 available Using tabbed view in Viewmanager Reproduce: Just running eric with a single file argument, right click into editor, choo

[Eric] Some eric4 issues

2013-12-18 Thread Hans-Peter Jansen
Dear Detlev, I'm glad, you fixed the pysvn issue for eric4 not finding any source files anymore. Thanks. Meanwhile, I switched to the svn module, and noticed, that the files colorization depending on state doesn't work anymore for it. BTW, I reported a bug that leads to segfaults on exit for e

[Eric] eric4 and PyQt dtors

2013-03-21 Thread Hans-Peter Jansen
Hi Phil, If I remember correctly, you talked about making a new termination scheme default, where you don't call any dtors from a certain point in the termination process. Is this already available as an option? When leaving eric4 running for an extended period of time, I *always* harvest below

Re: [Eric] Unable to create initial pysvn repo with eric4

2013-03-21 Thread Hans-Peter Jansen
KDE application get this right. Will bark at another tree for this one. Thanks for the quick response. Cheers, Pete > Detlev > > On Wednesday 20 March 2013, 20:21:43 Hans-Peter Jansen wrote: > > Dear Detlev, > > > > unfortunately, I currently suffer from another regression

[Eric] Unable to create initial pysvn repo with eric4

2013-03-20 Thread Hans-Peter Jansen
Dear Detlev, unfortunately, I currently suffer from another regression in eric4: eric4 doesn't allow me to initialize a new pysvn project anymore, hosted on a remote apache server. The empty project was created on the server with "svnadmin create" as usual.. ~> svn info http://server/repos/dis

Re: [Eric] [QScintilla] No monospaced fonts anymore...

2013-03-10 Thread Hans-Peter Jansen
t Modules/main.c:639 #34 0x7f9378328455 in __libc_start_main (main=0x400730 , argc=2, ubp_av=0x7fff75a1a9f8, init=, fini=, rtld_fini=, stack_end=0x7fff75a1a9e8) at libc-start.c:226 #35 0x00400761 in _start () at ../sysdeps/x86_64/elf/start.S:113 Thanks, Pete > On Sunday 10 March

Re: [Eric] [QScintilla] No monospaced fonts anymore...

2013-03-10 Thread Hans-Peter Jansen
testing it tomorrow. Will let you know about the outcome. Thanks, Pete > On Sunday 10 March 2013, 11:14:06 Hans-Peter Jansen wrote: > > Dear Detlev, > > > > Am Samstag, 9. März 2013, 17:09:16 schrieb Detlev Offenbach: > > > Hello, > > > > > > tha

Re: [Eric] [QScintilla] No monospaced fonts anymore...

2013-03-10 Thread Hans-Peter Jansen
t meanwhile: the editor in sql mode doesn't play well: no matter, what settings are given (including the trick from below), it renders documents in variable spaced fonts. Thanks, Pete > Regards, > Detlev > > On Sunday 17 February 2013, 23:36:26 Hans-Peter Jansen wrote: > > H

Re: [Eric] [QScintilla] No monospaced fonts anymore...

2013-02-17 Thread Hans-Peter Jansen
Hi Detlev, this turned out to be a plain eric issue: Am Dienstag, 22. Januar 2013, 01:09:20 schrieb Hans-Peter Jansen: > with current qscintilla snapshots and eric4. It might be related to any of > sip, PyQt4 snapshots, too. > > I was in a hurry, hence had to revert to the la

[Eric] Strange eric4 start up issue

2012-09-25 Thread Hans-Peter Jansen
Hi Detlev, after upgrading to openSUSE 12.2, eric4 4.5.6, and tidying up the usual fallout (svn upgrade was necessary this time), I suffer from a real strange start up issue of eric4. In my project Makefiles, I usually use a target like this: edit: @$(ERIC) $(BASENAME).e4p & Now, this

Re: [Eric] a few eric4 usability issues

2011-02-17 Thread Hans-Peter Jansen
On Thursday 17 February 2011, 19:38:05 Detlev Offenbach wrote: > On Sonntag, 30. Januar 2011, Hans-Peter Jansen wrote: > > * An action to remove/restore missing items would be nice > > This functionality will be in the next eric 4.5 snapshot (it is in > the repository already).

Re: [Eric] a few eric4 usability issues

2011-01-30 Thread Hans-Peter Jansen
On Sunday 30 January 2011, 12:28:25 Detlev Offenbach wrote: > On Donnerstag, 27. Januar 2011, Hans-Peter Jansen wrote: > > On Thursday 27 January 2011, 19:20:17 Detlev Offenbach wrote: > > > On Mittwoch, 26. Januar 2011, Hans-Peter Jansen wrote: > > > > Hi Detlev, &

Re: [Eric] a few eric4 usability issues

2011-01-30 Thread Hans-Peter Jansen
On Sunday 30 January 2011, 12:28:25 Detlev Offenbach wrote: > On Donnerstag, 27. Januar 2011, Hans-Peter Jansen wrote: > > On Thursday 27 January 2011, 19:20:17 Detlev Offenbach wrote: > > > On Mittwoch, 26. Januar 2011, Hans-Peter Jansen wrote: > > > > Hi Detlev, &

Re: [Eric] a few eric4 usability issues

2011-01-27 Thread Hans-Peter Jansen
On Thursday 27 January 2011, 19:20:17 Detlev Offenbach wrote: > On Mittwoch, 26. Januar 2011, Hans-Peter Jansen wrote: > > Hi Detlev, > > > > I would like to discuss some usability aspects of eric4: > > > > Autocompletion: I would like to have autocompletion wo

[Eric] a few eric4 usability issues

2011-01-26 Thread Hans-Peter Jansen
Hi Detlev, I would like to discuss some usability aspects of eric4: Autocompletion: I would like to have autocompletion working for translated ui files, but it seems, that no combination of settings allows me to do so: * Autocompletion is enabled, case sensitive, replacing words with thres

Re: [Eric] Fwd: Segmentation fault in eric-4.4.11 when opening "File open dialog"

2011-01-26 Thread Hans-Peter Jansen
On Wednesday 26 January 2011, 20:12:00 Juan Manuel Santos wrote: > Forwarding to list so we can keep it in sync. Sorry for the hassle. > > -- Forwarded message -- > From: Juan Manuel Santos > Date: Wed, Jan 26, 2011 at 4:09 PM > Subject: Re: [Eric] Segmentation fault in eric-4.4.11

[Eric] eric4-4.4.10-0.3872 snapshot evaluates a project member module on startup

2010-11-07 Thread Hans-Peter Jansen
Hi Detlev, I see a strange behavior with current eric4: a projects module is called browsermainwindow.py, which is in broken state, as I'm on the way to convert it from C++ to python. When I start eric with the project, it gets into an endless loop without any UI responses. The only thing I ca

[Eric] ANN: automated eric4 builds on openSUSE build service (including daily snapshots)

2010-10-26 Thread Hans-Peter Jansen
Hi, FYI, I finished setting up automatic builds of sip/PyQt/eric packages in many flavors for openSUSE. Current released versions: https://build.opensuse.org/project/monitor?project=home%3Afrispete%3APyQt Current snapshot builds (QScintilla2, sip4, PyQt3, PyQt4, eric4): https://build.opensuse.o

[Eric] ANN: automated daily snapshot builds for PyQt and friend on openSUSE build service

2010-10-14 Thread Hans-Peter Jansen
[Sorry for cross posting] Hi PyQtnistas, I proudly announce the availability of automated builds of the most current PyQt and related packages including snapshots on openSUSEs build service for openSUSE 11.1, 11.2 and 11.3, here: https://build.opensuse.org/project/monitor?project=home%3Afrispe

Re: [Eric] eric4 4.3.9 crashes with "Segmentation fault" about 5 minutes after starting [SEC=UNCLASSIFIED]

2009-12-10 Thread Hans-Peter Jansen
Dear Matthew, please look up my reply to Arndt Meiers issue: "[Eric] segmentation fault with Eric4-4.3.8 on SUSE 11.1_x64" in this list. Funny enough, he's also member of "gov.au", but they're using a much less scary disclaimer. Since I've no idea, what the "section 70 of the Crimes Act 1914" de

Re: [Eric] PyLint plugin not producing any output

2009-12-06 Thread Hans-Peter Jansen
On Sunday 06 December 2009, 13:11:21 detlev wrote: > Hi, > > what I forgot to mention is, that a single module of a project may be > checked via the project sources viewer context menu. Shall an entry be > added to each editor context menu as well? It would fit nicely to the "Check" sub menu. >

Re: [Eric] PyLint plugin not producing any output

2009-12-06 Thread Hans-Peter Jansen
On Saturday 05 December 2009, 18:46:47 detlev wrote: > On Dienstag, 1. Dezember 2009, Dan Bullok wrote: > > On advice from Mikhail Terekhov, I put an empty __init__.py file in the > > same directory as my project. PyLint works properly now. I don't > > really understand this requirement, as I ru

Re: [Eric] Bug

2009-11-09 Thread Hans-Peter Jansen
On Monday 09 November 2009, 17:55:38 Pascal Briet wrote: > Hello, > > For a few months, I've got this error most of the time when closing eric4 > : "QObject::killTimer: timers cannot be stopped". > > It appears in a popup. At the same time, the memory taken by the soft > increases by hundreds of me

Re: [Eric] Re: eric for openSUSE WAS: pysvn versus svn

2009-11-04 Thread Hans-Peter Jansen
On Wednesday 04 November 2009, 17:10:41 Mikhail wrote: > Hans-Peter Jansen writes: > > For those, who are interested in the fallout: > > http://download.opensuse.org/repositories/home:/frispete:/branches:/KDE:/ >KDE4:/Factory:/Desktop > > > Please _do_ provide _feedb

Re: [Eric] segmentation fault with Eric4-4.3.8 on SUSE 11.1_x64

2009-10-30 Thread Hans-Peter Jansen
On Thursday 29 October 2009, 01:23:06 Arndt Meier wrote: > Hi! > > Eric4 starts its IDE and all is well. I get a message "eric4 has not been > configured yet. The configuration dialog will be started. OK". Whether or not I press "OK", after some 30 seconds eric4 just crashes with no error messag

Re: [Eric] navigator pane

2009-10-19 Thread Hans-Peter Jansen
On Monday 19 October 2009, 21:21:47 Kamil Páral wrote: > Dne 19.10.2009 19:50, detlev napsal(a): > > Sure, just use the file browser. Opening (expanding) a Python file will > > show the internal structure. > > > > Detlev > > I must say the the navigator in geany/spyder/eclipse is a little more > ha

Re: [Eric] eric4 - error when trying to create subversion(svn)projects

2009-09-04 Thread Hans-Peter Jansen
Am Freitag 04 September 2009 schrieb Giacomo Alzetta: > I'm new to the eric4 python IDE so i was playing around with the project > options.At first eric4 gave me an error because subversion wasn't > installed in my laptop, i installed it and also pysvn. > But now it gave me this error message: > >

Re: [Eric] Segmentation fault

2009-08-27 Thread Hans-Peter Jansen
es with 5 in the third column which aren't below /etc. If you managed to provide a --prefix=/usr argument to a connfigure script, wipe your platter, reinstall, and follow my words in the first paragraphs. Pete > > 2009/8/27 Hans-Peter Jansen > > > Am Donnerstag, 27. August 2

Re: [Eric] Segmentation fault

2009-08-27 Thread Hans-Peter Jansen
Am Mittwoch, 26. August 2009 schrieb Star Glider: > Hi, > > I'm using eric4 all day and never exit the application, but today I need > to perform a maintenance in my computer and when get > to work with eric4 it says: segmentation fault. > I uninstall and after I run the installer it says: > [zo...

Re: [Eric] pysvn versus svn

2009-08-13 Thread Hans-Peter Jansen
Dear Detlev, Am Dienstag, 11. August 2009 schrieb Detlev Offenbach: > Hallo Hans-Peter, > > fianlly being back from a short trip to Norway I am glad to see, that you > are working heavily on getting a complete eric package for openSUSE. Did > you ensure dependancies of pyenchant as well? This pack

Re: [Eric] Re: eric for openSUSE

2009-08-10 Thread Hans-Peter Jansen
Am Montag, 10. August 2009 schrieb Mikhail: > > Not here, could you give me a list of all concerning packages, and > > could you try to pylint something simple? > > Refreshed your repository in YaST and now everything works fine with the > following versions: > > eric = 4.3.6-25.1 > python-logilab-

Re: [Eric] Re: eric for openSUSE

2009-08-10 Thread Hans-Peter Jansen
Am Montag, 10. August 2009 schrieb Mikhail: > Hans-Peter Jansen writes: > > Would you be so kind and check the pylint functionality after your next > > update? > > It installed fine this time, but when I run a check in eric I got the > following exception: > > Tr

[Eric] Re: eric for openSUSE

2009-08-07 Thread Hans-Peter Jansen
Am Freitag, 7. August 2009 schrieb Mikhail: > > You're right, and I've checked in the dependencies into the eric > > package a few moments ago (that way, they're in one place, ad can get > > easily removed for the distribution). > > Unfortunately, the build system is under heavy factory build stres

Re: [Eric] Re: eric for openSUSE WAS: pysvn versus svn

2009-08-06 Thread Hans-Peter Jansen
Dear Mikhail, Am Donnerstag, 6. August 2009 schrieb Mikhail: > > Thanks for the packages! AFAICS eric runs fine. PyLint runs too but in > > the end gives a warning: > > Installing newer version of the pylint package from your repository > eliminated the warning. BTW it would be helpful if pylint

eric for openSUSE WAS: [Eric] pysvn versus svn

2009-08-06 Thread Hans-Peter Jansen
Am Mittwoch, 5. August 2009 schrieb Hans-Peter Jansen: > > I'm in the process of preparing full featured eric packages via openSUSE > build service (http://build.opensuse.org). Eg.: all of erics dependencies > are fairly current: pylint (logilab-common, logilab-astng), rope, be

[Eric] pysvn versus svn

2009-08-05 Thread Hans-Peter Jansen
Dear Detlev, I'm in the process of preparing full featured eric packages via openSUSE build service (http://build.opensuse.org). Eg.: all of erics dependencies are fairly current: pylint (logilab-common, logilab-astng), rope, besides the usual suspects ;-) Then I remembered, that I noticed "py

[Eric] PyQt3 api files

2008-05-14 Thread Hans-Peter Jansen
Hi Detlev, since PyQt3 will still come along for quite some time, is there a way to generate PyQt3 api files, since eric4-api is intended for python based modules only? Apart from a few exceptions popping up on project load, eric4 feels nice (after I managed to finally switch over...) Thanks,

Re: [Eric] use tabs for indentations strange behavior

2007-06-07 Thread Hans-Peter Jansen
Am Donnerstag, 7. Juni 2007 23:32 schrieb Laurent Dufréchou: > Hi detlev, > > If i use 'use tabs for indentations' there is a strange bug. > Let see: > If the option is deselected. > Than you edit a new .py file. > all is ok with indentation. > > Now if you activate the option (with newly edited fi

Re: [Eric] version control usability (Was: Re: version control problems)

2007-03-27 Thread Hans-Peter Jansen
Am Dienstag, 27. März 2007 08:49 schrieb Vicent Mas: > El Monday, 26 de March de 2007 18:49 Detlev Offenbach escribió: > > On Montag, 26. März 2007, Vicent Mas wrote: > > > Hi, > > > > > > I'd like to use the version control capabilities of eric4, mainly > > > diff and commit operations. However th

Re: [Eric] bug in eric4

2007-02-01 Thread Hans-Peter Jansen
atch is applied. Please note, that this patch is for an external project, outside the scope of this one (other than eric depends it).. > flavio > > On 2/1/07, Hans-Peter Jansen <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, 1. Februar 2007 schrieb Flavio Coelho: > > >

Re: [Eric] bug in eric4

2007-02-01 Thread Hans-Peter Jansen
Am Donnerstag, 1. Februar 2007 schrieb Flavio Coelho: > hi, > > I have created a project, but when I save it, close eric, and later > try to open the same project, > > I get this error message: > > Fatal Error > /home/flavio/Documents/Projetos/Knowledge/Knowledge.e4p > Line: 41, Column: 5 > Charact

Re: *** GMX Spamverdacht *** [Eric] Seg fault at startup

2007-01-25 Thread Hans-Peter Jansen
Am Donnerstag, 25. Januar 2007 10:22 schrieb Andreas Pakulat: > > The strace is of 0 use when trying to debug a segfault. You have to run > the python session in gdb, i.e. > > > python --args python eric3 better use: gdb --args python eric3 > > And when the app crashed produce a backtrace by issu

Re: *** GMX Spamverdacht *** Re: [Eric] hide Ui_* in list

2007-01-15 Thread Hans-Peter Jansen
Am Montag, 15. Januar 2007 12:28 schrieb Andreas Pakulat: > On 15.01.07 08:22:12, Detlev Offenbach wrote: > > On Sunday 14 January 2007 18:21, Carles Pina i Estany wrote: > > > Hi again! > > > > > > I have a project, with some files (this is fine) and some forms. > > > Forms generates Ui_ files in

Re: Fwd: Re: [Eric] Special caracter - QScintilla question

2006-10-31 Thread Hans-Peter Jansen
Am Dienstag, 31. Oktober 2006 23:07 schrieb Hans-Peter Jansen: > Am Dienstag, 31. Oktober 2006 19:53 schrieb Detlev Offenbach: > > This question might sound silly, but what is the compose key on a > > standard german keyboard with nodeadkeys set? > > [ad hoc translation] >

Re: Fwd: Re: [Eric] Special caracter - QScintilla question

2006-10-31 Thread Hans-Peter Jansen
Am Dienstag, 31. Oktober 2006 19:53 schrieb Detlev Offenbach: > > This question might sound silly, but what is the compose key on a > standard german keyboard with nodeadkeys set? [ad hoc translation] Go to KDE Control Center -> Regional Settings -> Keyboard Layout Xkb-Options: Compose key positio