Re: [PyQt] Automatic Crash Reporting

2014-09-26 Thread Detlev Offenbach
ing module that would > work nicely with a python3/pyqt4 application? Thanks. > > Tim > ___ > PyQt mailing listp...@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt-- *Detlev Offenbach* det...@die-of

Re: How to get a correct entry in the menu for a Python application on Mac OS X

2011-12-11 Thread Detlev Offenbach
I got it working by creating a symbolic link to the Python interpreter to be used in my application package and using this symbolic link to start the main Python script. Gregory Ewing wrote: > Detlev Offenbach wrote: >> I am fairly new to Mac OS X and would like to know, what I h

How to get a correct entry in the menu for a Python application on Mac OS X

2011-11-30 Thread Detlev Offenbach
Python interpreter with the the main script. The menu bar just shows Python instead of the name of my application. If you are interested the application can be found via http://eric-ide.python-projects.org. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org

Re: Light weight IDE like pywin for os x 10.6

2011-04-05 Thread Detlev Offenbach
tch from interactive > interpreter to editor easily. The autocompletion is very helpful so > idle does not quite cut it for me. How about eric (http://eric-ide.python-projects.org)? Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Which subversion interface is the most used one?

2011-03-27 Thread Detlev Offenbach
> Thanks for your comments. The eric Python IDE uses the pysvn interface, which works much better than interfacing to the svn executable. Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Editor/IDE with Python coverage support?

2011-02-17 Thread Detlev Offenbach
nd eric5 (Python3) do have this support (and much much more). See http://eric-ide.python-projects.org for details. Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

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

2010-10-14 Thread Detlev Offenbach
Comments welcome. > > Enjoy, > Pete > ___ > Eric mailing list > e...@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/eric -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Qt not working o Wing ide 3.2

2010-09-26 Thread Detlev Offenbach
contract? Maybe that's part of the deal? > If it is, maybe you should phone them up - they probably know a lot > more about Wing IDE than most of us here. Alternatively I would recommend the eric IDE, which is free and works very well with PyQt (actually it is written in PyQt). And i

[ANN] eric 5.0.0 released

2010-07-04 Thread Detlev Offenbach
natively with Python3. It comes with all batteries included. The features are too much to be listed in this announcement. Please see the eric web site for details. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI programs

2010-05-30 Thread Detlev Offenbach
hon? Haven't worked with this one much, but if I > send Python code to other machines would TkInter work? > > Would love to hear anyones thoughts about GUI programming > and what they use. Would also like to hear pros/cons with the > different modules/apps. > > Thanks for looking at my questions. > > Jay -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: Eric4 vs Python3.1

2010-03-03 Thread Detlev Offenbach
; Rm0AmgM+XtuxFH1zUnfkaphF+MgPy3pf > =MVeJ > -END PGP SIGNATURE- -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

pyflakes and Python3

2010-01-26 Thread Detlev Offenbach
Hi, does anybody know, if pyflakes is being ported to Python3? Or is there any other tool like it around that works with Python3? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: pyqt4 eric4 generated gui custom dialog open

2009-12-15 Thread Detlev Offenbach
bject.connectSlotsByName(MainWindow) > I think that's mean i don't need to connect, if i have the function > for it,but I don't know how to write?? > > Thank for Help, > Rewonka -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

Re: debugger on system with Python 2 and 3

2009-11-28 Thread Detlev Offenbach
that TK > is not configured for Python 3. > > I don't want to remove or default to Python 2, as there seem to be a > number of programs that rely on it. > > I wonder how best to avoid my problems. Would perhaps somebody in the > same sort of situation share their wisdo

Re: IDE for python similar to visual basic

2009-08-30 Thread Detlev Offenbach
qwe rty wrote: > i have been searching for am IDE for python that is similar to Visual > Basic but had no luck.shall you help me please? eric4 should be a good candidate. http://eric-ide.python-projects.org Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/m

Re: IDE for python 2.6 (auto complete)

2009-05-04 Thread Detlev Offenbach
the functions new in 2.6 as >> autocomplete options. Is there any IDE with support for autocomplete >> in python 2.6 with all the newer functions included? > > Wingware probably does. You should just submit a bug report to Stani > though. He can probably fix SPE for you. And eric4 doe

Re: Python v3 question related to pickle/marshal

2009-03-26 Thread Detlev Offenbach
Tino Wildenhain wrote: > Detlev Offenbach wrote: >> Hi, >> >> is it possible to marshal or pickle a data structure using Python v3 >> and unmarshal or unpickle it using Python v2. If it is possible, how >> do I have to do it. Everything I tried resulted

Python v3 question related to pickle/marshal

2009-03-26 Thread Detlev Offenbach
Hi, is it possible to marshal or pickle a data structure using Python v3 and unmarshal or unpickle it using Python v2. If it is possible, how do I have to do it. Everything I tried resulted in an EOFError exception upon unmarshalling/unpickling. Regards, Detlev -- Detlev Offenbach det...@die

ANN: eric 4.3.1 released

2009-03-07 Thread Detlev Offenbach
, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.3.0 released

2009-02-08 Thread Detlev Offenbach
and QScintilla2. It comes with batteries included and is extensible via a built-in plug-in system. Plug-ins are available via the internet from the eric4 plugin repository. Please see the a.m. web site for more details. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http

ANN: new snapshot of the eric4 Pylons plugin released

2009-01-25 Thread Detlev Offenbach
with batteries included. It is extensible via a plugin system. Please see the a.m. web site for more details. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.2.0 released

2008-08-09 Thread Detlev Offenbach
Ruby IDE that comes with batteries included. Please see the eric web site for details. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.1.6 released

2008-07-05 Thread Detlev Offenbach
see the link above. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: eric4 wont start

2008-06-10 Thread Detlev Offenbach
ning: translation file 'qscintilla_en_US'could not be loaded. > Using default. > > > It just stopes and doesnt go on. Anyone got an idea how to solve this, > cuz i really like eric4 -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.1.4 released

2008-05-19 Thread Detlev Offenbach
a Python (and Ruby) IDE, that comes with all batteries included. For more details please see the above link. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: howto use pylint from Eric IDE?

2008-05-18 Thread Detlev Offenbach
dmitrey wrote: > Hi all, > > I have Eric 4.1.1, pylint and Eric pylint plugin installed, but I > cannot find how to use pylint from Eric IDE GUI. > Does anyone know? > > Thank you in advance, D. Project->Check->Run PyLint Regards, Detlev -- Detlev Offenbac

ANN: eric 4.1.3 released

2008-05-04 Thread Detlev Offenbach
eries included. For details please see the above link. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric4 4.1.2 released

2008-04-05 Thread Detlev Offenbach
included. Please see a.m. link for details. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.1.1 released

2008-03-01 Thread Detlev Offenbach
? - Eric is a Python (and Ruby) IDE with all batteries included. It is expandable via a plugin architecture. These plugins are downloadable separately. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric4 4.1.0 released

2008-02-03 Thread Detlev Offenbach
. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

eric4 request for contribution

2008-01-12 Thread Detlev Offenbach
snake but instead of the snake a rope is shown. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

eric4 request for contribution

2008-01-12 Thread Detlev Offenbach
snake but instead of the snake a rope is shown. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.0.4 released

2007-12-15 Thread Detlev Offenbach
above link for more details. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.0.2 released

2007-09-30 Thread Detlev Offenbach
Python and Ruby IDE with all batteries included. It is written using PyQt4 and QScintilla2. For details see the a.m. web site. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 4.0.1 release

2007-07-21 Thread Detlev Offenbach
details see the a.m. link. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric4 4.0.0 release

2007-06-03 Thread Detlev Offenbach
batteries included. It has too many features to list here. For details please visit http://www.die-offenbachs.de/eric/index.html Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 version 3.9.5 released

2007-04-21 Thread Detlev Offenbach
Hi, this is to inform you about the release of eric3 version 3.9.5. This release fixes a few bugs and includes an updated PyLint interface. As usual it is available via http://www.die-offenbachs.de/detlev/eric.html Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http

ANN: eric3 3.9.3 released

2006-12-23 Thread Detlev Offenbach
Ruby. It is written using Python, PyQt and QScintilla. eric3 includes debuggers for the a.m. languages, interfaces to subversion and cvs, integration of the Qt tools and many more. For details please see the eric home page at http://www.die-offenbachs.de/detlev/eric.html. Regards, Detlev -- Detlev

ANN: version 3.9.2 of eric3 available

2006-11-12 Thread Detlev Offenbach
) - extended debugger to not set the encoding (configurable) - added keyboard shortcuts for the shell -- to clear the shell -- for all zoom aczions (zoom in, zoom out, zoom) - added the tool eric3-configure to setup eric3 without the need to start the IDE Regards, Detlev -- Detlev Offenbach

Re: Which KDE IDE for Python?

2006-08-13 Thread Detlev Offenbach
E, doesn't support remote files (fish://, >> > ftp:// etc.). Does anyone know a better IDE for Python, that'll >> > integrate nicely with KDE? >> >> I bet you can try and convince Detlev Offenbach (eric developer) to >> add that - he already has _some_ KDE-

Re: ANN: eric3 3.9.0 released

2006-05-08 Thread Detlev Offenbach
> To those interested, the problem was PyKDE was missing. > To correct the answer. PyKDE was installed in an incompatible version than the installed sip. If PyKDE wouldn't have been installed, eric3 wouldn't have tried to import it. So, everybody seeing the same problem should check

ANN: eric3 3.9.0 released

2006-04-30 Thread Detlev Offenbach
available via http://www.die-offenbachs.de/detlev/eric3.html Eric3 is a Python and Ruby IDE with all batteries included. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Free Python IDE ?

2006-03-29 Thread Detlev Offenbach
ython IDE with batteries included and it is free. Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.8.2 release

2006-03-25 Thread Detlev Offenbach
.html Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric 3.8.1 released

2005-12-18 Thread Detlev Offenbach
Hi, this is to inform you about the release of eric 3.8.1. This is just a bugfix release. eric (or eric3) is a full featured Python and Ruby IDE. It is available via http://www.die-offenbachs.de/detlev/eric3.html Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman

Re: SPE IDE for Python

2005-11-08 Thread Detlev Offenbach
py wrote: > Anyone here use SPE (http://www.stani.be/python/spe/blog/). ...the IDE? > > Also, anyone know if it supports CVS or has a plugin for CVS? If not, > what do you use to get your code into CVS (via an IDE preferably)? I use eric3 (http://www.die-offenbachs.de/detlev/eric3.html). It is

ANN: eric3 3.8.0 released

2005-11-07 Thread Detlev Offenbach
What is it? --- eric3 is a Python and Ruby IDE with batteries included. For details see the eric3 home page. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.7.2 released

2005-09-17 Thread Detlev Offenbach
batteries included. Please see the above URL for more info. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.7.1 available

2005-07-09 Thread Detlev Offenbach
Python and Ruby IDE with all batteries included. Please see a.m. website for more details. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: debugger?

2005-07-03 Thread Detlev Offenbach
Qiangning Hong wrote: > Detlev Offenbach wrote: >> Qiangning Hong wrote: >> >> >>>I have read a lot of posts discussing python IDEs, but most of them >>>focus on the editor, GUI builder, project management, customizability, >>>etc Some t

Re: debugger?

2005-07-03 Thread Detlev Offenbach
pers to fill their > todo list with some shining ideas :) > Eric3 should be compliant with your list. Try it at http://www.die-offenbachs.de/detlev/eric3.html Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Why Eric3 does not have any documentation or FAQ?

2005-06-05 Thread Detlev Offenbach
Hsuan-Yeh Chang wrote: > Dear All, > > Does anyone know why? > > HYC Because nobody has written it yet. Any volunteers? Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.7.0 released

2005-06-04 Thread Detlev Offenbach
above URL for more information and download. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.6.2 released

2005-02-20 Thread Detlev Offenbach
, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.6.1 released

2005-01-29 Thread Detlev Offenbach
see the above mentioned URL. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

ANN: eric3 3.6.0 released

2005-01-23 Thread Detlev Offenbach
the above URL. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Qt String Question

2004-12-13 Thread Detlev Offenbach
Or use the str() builtin. > > Phil unicode() is even better because QString might contain non-ASCII characters. Detlev -- Detlev Offenbach [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list