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

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

[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

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

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...).

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

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

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

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 /

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

[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

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

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 > > ( >

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

2017-03-15 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). > > > >

Re: [Eric] getpass in Eric console

2017-03-15 Thread Hans-Peter Jansen
to 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:

[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

Re: [Eric] eric6 with git plugin

2015-04-08 Thread Hans-Peter Jansen
. 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 Wednesday 08 April 2015, 19:02:08 Hans-Peter Jansen wrote

[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

[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-26 Thread Hans-Peter Jansen
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 On Monday 24 March 2014, 15:01:34 Hans-Peter Jansen wrote: Dear

[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,

[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

[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

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

2013-03-10 Thread Hans-Peter Jansen
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, that issue will be fixed in the next release. Sorry that it took so long

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 latest release versions

[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). Detlev, you're so cool

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, I would like to discuss some

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, I would like to discuss some

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 vicariou...@gmail.com Date: Wed, Jan 26, 2011 at 4:09 PM Subject: Re: [Eric] Segmentation

[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

[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

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

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] 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 h...@... writes: For those, who are interested in the fallout: http://download.opensuse.org/repositories/home:/frispete:/branches:/KDE:/ KDE4:/Factory:/Desktop Please _do_ provide _feedback_, if you test/use

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 message in

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 handy.

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...@canil

Re: [Eric] Segmentation fault

2009-08-27 Thread Hans-Peter Jansen
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 h...@urpla.net Am Donnerstag, 27. August 2009 schrieben Sie: Allways learning [?] the output : (gdb) set args /usr/lib64

Re: [Eric] Re: eric for openSUSE

2009-08-10 Thread Hans-Peter Jansen
Am Montag, 10. August 2009 schrieb Mikhail: Hans-Peter Jansen h...@... 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: Traceback (most recent call last

[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 stress,

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, besides the usual

[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

[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...)

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 issuing bt.