Re: [PyQt] ANN: PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 Released

2009-06-17 Thread Jul
2009/6/17 Marcell Mars > On Tue, Jun 16, 2009 at 2:21 PM, Jul wrote: > > And what about a mailing list or RSS feed for the news ? > > :) > > i know it doesn't completely solve the requirements but if you want to > play more you can probably make it more suit

Re: [PyQt] ANN: PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 Released

2009-06-16 Thread Jul
2009/6/16 Phil Thompson > PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 have been released. These releases > correct some bugs and regressions reported since the previous releases. > Great! And what about a mailing list or RSS feed for the news

[PyQt] How about a mailing-list dedicated to Riverbank announces ?

2009-06-15 Thread Jul
Hi, What do you think about a new read-only mailing list dedicated to PyQt, SIP, QScintilla and eric4 releases announces ? Most of the time, I'm more an admin than developper and I just need to stay on touch with software releases. I don't really need all PyQt discussions Bes re

[PyQt] PyQt backward compatiblity

2008-05-23 Thread Jul
' does not exist, which isn't really a surprise as this feature appeared in Qt 4.4. So, is PyQt4.4 can compatible with Qt4.2 ? If not, is there and older 'tar.gz' compatible I could get somewhere ? Thanks in advance. Best regards, ++ Jul. ___

[PyQt] testing mailing-lists

2008-03-24 Thread Jul
Just a test because I didn't received my previous emails. Sorry for disturbance. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] How to call pyuic4 from Eric?

2007-12-11 Thread jul
Hi, In the project browser, select the form tab and you should directly compile ui files by selecting "Compile form" in the contextual menu. This will add a "you_form_name.py" in Python source files browser. ++ Jul. Sibylle Koczian a écrit : Hello, I'm using Eri

[PyQt] API files in eric4

2007-04-03 Thread jul
Hi Phil, Here is a question concerning API files in QScintilla. Are there any format specification for non Python API files ? I would like to generate API for bash and other script languages in eric3. Best regards, ++ Jul. ___ PyQt mailing list

Re: [PyKDE] pasting rectangular selection

2006-12-13 Thread jul
this kind of paste handled by QScintilla ? ++ Jul. Not that I know of. However, I guess it is correctly handled by Scintilla as Scite correctly does the paste. Phil, do you think it would be hard to implement that feature in QScintilla2 ? Regards, +

[PyKDE] pasting rectangular selection

2006-12-11 Thread jul
erted. Is this kind of paste handled by QScintilla ? ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re:[PyKDE] Two little french translation corrections

2006-07-10 Thread Jul
ound... Thanks a lot for your corrections. I surely won't have time to look at them before next week because of vacation, but they're always very welcome. I'll report them in the next snapshot. Regards, ++ Jul. - ALICE SECURITE ENFANTS --

Re: [PyKDE] Eric debugger trying to change source files?

2006-05-10 Thread jul
dified. ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

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] Eric Configuration File

2006-01-30 Thread jul
I make too much of a mess. eric3rc file in your ~/.qt/ directory. Regards, ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric3 source documentation

2006-01-17 Thread jul
y I read a bit quickly... Main application diagram can be produced via : Project ->Diagrams->Application diagram. Package/Module/Classe diagrams can be generated by right click on file or directory in the project browser : Diagrams->Package diagram (o

Re: [PyKDE] Eric3 source documentation

2006-01-17 Thread jul
the integrated Help browser where you should find all module source doc. All HTML doc files are stored in your eric/Documentation/Source directory. ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listi

Re: [PyKDE] Debugging in eric

2005-12-16 Thread jul
s. However, don't try to find directly the breakpoint() method in the 'sys' module. This method is added by eric during the run. Hope it helps. ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Re : Shell integration in eric3

2005-11-21 Thread Jul
PyQt. We just have to wait a little... I can ask for the C++ if you're interested. ++ Jul. -- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -- Découvrez vite ALICEBOX : avec le modem WIFI, profitez de l'ADSL, de la TELEPHONIE et en exclusivité de la TELEVISIO

[PyKDE] Integrated shell

2005-11-18 Thread Jul
c/terminal) for testing bash scripts. For that reason, I'm still using kate for bash scripts or C programs. For Windows version of eric3, the terminal whould be replaced by a dos console ++ Jul. -- ALICE HAUT DEBIT : TRIPLE PLAY A 29,95 EUR/MOIS -- Découvrez vite ALI

Re: [PyKDE] Eric3 Watchpoints (newbie question)

2005-10-10 Thread jul
direction? Right-click on a breakpoint in the left margin and choose "Edit breakpoint...". You should be able to set condition you want. ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric3: Breakpoint in another file

2005-10-05 Thread Jul
; from sys import breakpoint >Traceback (most recent call last): > File "", line 1, in ? >ImportError: cannot import name breakpoint This hardbreakpoint functionality has been added in eric3. It doesn't work with a standalone 'sys' import, but i

Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-27 Thread jul
ot;, line 250, in installEric cleanUp() File "install.py", line 194, in cleanUp os.remove(e3cfile) OSError: [Errno 13] Permission denied: '/usr/lib/python2.3/site-packages/eric3config.py' === Regards, ++ Jul. ___

Re: [PyKDE] Next Releases of SIP, PyQt and QScintilla

2005-08-11 Thread jul
QScintilla translations need updating again for the new batch file lexer - blame Detlev ;) Boh Detlev! ;p Here is the french one. ++ Jul. qscintilla_fr.tbz2 Description: Binary data ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] QScintilla Translations (Brazilian Portuguese)

2005-07-28 Thread jul
Many thanks to Jul, because i used his as a base to mine, since his french translation helped me to solve some strings. You're very welcome. As soon as I have time, I learn brazilian so you can help me as well :) ++ Jul. ___ PyKDE mailing

Re: [PyKDE] QScintilla Translations

2005-07-27 Thread jul
Here is the french one. Regards, ++ Jul. Phil Thompson wrote: The current QScintilla snapshot will become QScintilla v1.6 in a couple of weeks. There have been a number of new lexers added, so if anybody wants to update the existing translations, now would be a good time. Thanks, Phil

Re: [PyKDE] User guide for eric3

2005-07-19 Thread jul
n the Help menu should help you to discover much of the capabilities easily. We are also there to answer your questions (or just try!). Regards, ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] ANN: eric3 3.7.0-rc1 released

2005-05-26 Thread jul
selection, scroll occurs when I save I've try to debug it with eric, but after passing through  "saveCurrentEditor" and "saveEditorEd" functions (ViewManager.py), eric3 loops over a large number of events and I can't follow the thread ++ Jul. Mike Tammerman

Re: [PyKDE] unindent shortcut in eric3

2005-05-05 Thread jul
Can I set that to be another key combo somhow? It works for me too. You can set your own shortcuts in the menu Settings->Keyboard Shortcuts... When multiple lines are selected, you should also be able to indent them by pressing the 'Tab'

Re: [PyKDE] Adding translations to eric3

2005-04-02 Thread jul
well, I think translation files have to be in the same directory than project file. You may have a look at eric project directory to see how translations are managed. ++ Jul. Goodday all, I have made a translations-file (qm and ts) and want to put those in a subdirectory (./i18n), The (right

[PyKDE] Eric Bug report

2005-03-24 Thread Jul
tion, but I didn't get the mail server parmeters I've to set. It should be my smtp server but I didn't make many tries because the mail is deleted if sending the mail fails. It would be nice to keep a hand on the mail edition windows if the send doesn't work. Hope it helps. Best re

[PyKDE] Eric, problen with adding new file into project

2005-03-23 Thread Jul
Hi Detlev, I don't remember if the problem has already been pointed out but I can't add file, or directory into the current project. I have the following error in the main shell (outside eric). Regards, ++ Jul. Add File -> File "/mnt/softs/CDAT/lib/python2.3/sit

[PyKDE] eric3 odd exception

2005-03-18 Thread Jul
Hi Detlev, - open a new sheet in eric - write a non-existing module import instruction : (e.g. import foo) - Choose "Profile the script" - After the exception, you should obtain the following error I'm not sure the DebugClientBase exception should appear,

[PyKDE] PyQt configure error

2005-03-09 Thread jul
Hi I'm trying to update PyQt with the last 3.14.1 version, but the configuration script fails. Is there a way to traceback the error ? (I can't see any log file for this step) Thanks. ++ Jul. ### $python ./configure.

[PyKDE] eric3 array folding

2005-03-01 Thread Jul
Hi Detlev, My program uses the standard Numeric arrays, and I obtain the following error in the stderr window when I'm trying to fold the array in the variable browser (v 3.6.2). Hope you'll be able to reproduce. ++ Jul. ps: Do you have an answer concerning eric-doc question ? Trace

[PyKDE] eric3-doc

2005-02-24 Thread Jul
t it simply writes a "\n" in the HTML. Excepting those points, I really appreciate the tool. Best regards, ++ Jul. ADSL JUSQU'A 8 MEGA + 3 MOIS DE TELEPHONE GRATUIT L'ultra haut débit à 15EUR/mois seulement ! Et vous téléphonez gra

Re: [PyKDE] Eric3 documentation?

2005-02-23 Thread jul
of the widgets. Exploring eric by this way should already be instructive. You can also ask all your questions on this list. We will be happy to help the better we can. ++ Jul. Pierre Thibault wrote: Hello, Where is the documentation for Eric3? If I look at the online documentation available in t

[PyKDE] Unicode problem

2005-02-22 Thread Jul
Hi, Here is a bug I found in eric3 (v3.6.1) when using special unicode charachers. The following lines where typped in the Python shell. ++ Jul. === >>> s1 'Alicante - Ciudad Jard\xc3\xadn' >>> print

[PyKDE] Debugging standard module

2005-02-22 Thread Jul
, the default mode is efficient, but sometimes, I would like to go step by step into the standard Python module to see what's happening. Thank you. ++ Jul. ps: the exception filter works very well. Don't need more. ADSL JUSQU'A 16 MEGA

Re: [PyKDE] Python shell autocompletion

2005-02-21 Thread jul
me a little time for learning reading my own translations! Thanks :) Should this be reversed? Yes!! as an option,  just for me please !! with an autograph and dedicated picture :)) Best regards, ++ Jul. ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Python shell autocompletion

2005-02-21 Thread Jul
Hi Detlev, I think there is a small bug when using the autocompletion in the Python shell : all the choices suggested in the autocompletion window are displayed twice. Regards, ++ Jul. ps: I can't make the exception filter work for debug. For example, I've tried to add 'KeyError&#x

[PyKDE] Exception filter in eric3

2005-02-08 Thread jul
which have to be ignored, but eric debugger still stopping each time the exception is encountered. May you precise me what word I must add in the exception filter list to make it work, please ? Thanks in advance. ++ Jul. ___ PyKDE mailing listPyK

[PyKDE] eric-doc bugs ?

2005-02-07 Thread jul
cond point concerns docstring newlines which are not respected in the html page. I've tried to add '\n' in the docstring source, but it doesn't change. All the docstrings are written on a single line. Regards, ++ Jul. _

Re: [PyKDE] Splitting windows

2005-02-01 Thread Jul
All right, I thought it should be like kate where (un)splitting never close files. ++ Jul. >That is the correct behaviour. To do what you intend, follow these steps. > >Open file 1 >Split the view >Click in the (empty) view to give it the focus >Open file 2 >Editor for fi

[PyKDE] Splitting windows

2005-02-01 Thread Jul
files are suddently closed. If modified, I'm asked if I want to save before. I'm still working with 3.6.1 version there. Best regards, ++ Jul. ADSL JUSQU'A 16 MEGA + TELEPHONE GRATUIT L'ultra haut débit à 30EUR/mois

[PyKDE] small bug found

2005-01-31 Thread Jul
f the command, but the folowing error is raised in the Python shell. This seems to appear only with debugging mode. ++ Jul. # File "/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClient.py&quo

Re: [PyKDE] Small eric bug

2005-01-20 Thread jul
fr_FR LC_PAPER=fr_FR LC_NAME=fr_FR LC_ADDRESS=fr_FR LC_TELEPHONE=fr_FR LC_MEASUREMENT=fr_FR LC_IDENTIFICATION=fr_FR LC_ALL= ++ Jul. Phil Thompson wrote: Am Montag, 29. November 2004 20:28 schrieb jul: Hi, In last eric snapshot, a small bug still when using the utf8 encoding: the middle click do

[PyKDE] Small eric bug

2004-12-06 Thread jul
bug. Best regards, ++ Jul. ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Complete newbie mac question...

2004-11-02 Thread jul
Try to find where tmake is; maybe something like /usr/local/qt-x11-free-3.3.2/tmake Then set you'r environment variable: $ export TMAKEPATH=/usr/local/qt-x11-free-3.3.2/tmake and retry! ++ Jul. Timothy Grant wrote: ...That is probably off-topic, but I'm going to ask here anyway. When

[PyKDE] Suggestions for 3.6 :)

2004-10-15 Thread Jul
mplemented the bash lexer, it would be nice to have an optional integrated shell console (standard one) as the Python console. If not too hard... Best regards, ++ Jul. ADSL ILLIMITE TISCALI + TELEPHONE GRATUIT Surfez 40 fois plus vite pour 30

Re: [PyKDE] ANN: eric3 v 3.5.0 released

2004-10-03 Thread jul
in "my_module.c" (sums all elements of a 1D array) */ double sum(double *p,int dim){ double s=0.; int i; for(i=0;i What I would like in Python: $ python >>> import my_module, Numeric as N >>> a=N.array([1,2,3]) >>> my_module.sum(a) 6.0 Can SIP do that ? Best reg

Re: [PyKDE] Eric3 error

2004-09-25 Thread jul
Which version of eric do you use ? Your example works fine for me with the last snapshot. ++ Jul. Douglas Soares de Andrade wrote: Hi ! The following code is making eric3 shuts a error message. #!/usr/bin/env python # -*- coding: iso-8859-1 -*- num1 = int(raw_input("Inform the first n

Re: [PyKDE] ANN: new eric snapshot

2004-09-18 Thread jul
ok. I've updated SIP to 1.4 and rebuild Pyqt. The "About eric3" works fine now. Concerning the bash implementation, I don't have any syntax highlighting. I can set that my sheet is a bash script via context menu, but I don't see any difference... ++ Jul. ps: than

Re: [PyKDE] ANN: new eric snapshot

2004-09-18 Thread jul
Hi Detlev, The new "About Eric3" raises a segmentation fault on my configuration. This appends systematically. I'll look further... ++ Jul. Detlev Offenbach wrote: Hi, I have just uploaded a new snapshot of eric3. Please test it and report all errors found in order to get the

[PyKDE] French translation news

2004-09-05 Thread jul
don't always exist. So I ask for french people to be indulgent if translation doesn't seem exact enough. Their corrections will be very welcome. 3) Good luck for other translators! It's long but you can do it! ;) Regards, ++ Jul. _

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread jul
Hi, In eric3, the new python shell seems to have a bug for me. Just typing the return key in the python shell produces a segmentation fault and kills eric3 :( Here are my versions: python 2.3.3 Qt 3.3.2 PyQt-snapshot-20040526 QScintilla 1.3 Eric snapshot-20040818 ++ Jul. Hi Trolls, I would

Re: [PyKDE] ANN: New eric3 snapshot

2004-08-18 Thread jul
Hi Detlev, Happy to see how fast evolves eric3! I'm still working on French translation and there's a hope I finish soon: I'm about 2750 strings translated out of 3500 :) The fact is my translation file may be a little older Is there a way to update it with the newest s

Re: [PyKDE] eric3 question

2004-05-26 Thread jul
Unfortunatly Eric3 doesn't have a full featured documentation available yet. You can use the "What's this" help click for quick help (it's often sufficient) or ask for your questions on this forum. A lot of people can help you there. Regards, Jul. Dave S wrote

Re: [PyKDE] Eric3 install problems...

2004-05-04 Thread jul
Hi, you surely have to set and export your QTDIR environnement variable... If you installed Qt by rpm, your qt directory sould be someting like : /usr/share/qt-3.1.2-14 ($ "rpm -ql qt" to find it) Hope it helps... ++ jul. Fernando Mesquita wrote: Hi there, When I try to install e

[PyKDE] eric3 Drag & Drop

2004-04-29 Thread jul
some unprintable characters appear. Actually, I don't really know if it's due to a bad configuration Hope it helps. ++ Jul. ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric questions

2004-04-18 Thread jul
lock in repository `/usr/local/cvsroot/clim_project' cvs [checkout aborted]: read lock failed - giving up I believe this is mostly a cvs question, but what must I do to obtain permissions for a non root user? Regards. ++ Jul. Detlev Offenb

Re: [PyKDE] Eric questions

2004-04-13 Thread jul
Ok. I've just found the solution. I'll answer myself for all :) You can easily profile your program by a right click on your source code, and select "Profile data..." in the "Show" menu. Eric hasn't finished to surprise me. Thanks. ++ Jul. jul wrote: Hi,

Re: [PyKDE] Eric questions

2004-04-13 Thread jul
Hi, Thanks for your precisions. I've re-installed qt, and because of dependencies, kde too!! But It works now :) Any ideas about how works the profiler ? Thanks. ++ Jul. Detlev Offenbach wrote: Am Sonntag, 11. April 2004 12:32 schrieb Phil Thompson: On Sunday 11 April 2004 12:59 pm, jul

Re: [PyKDE] Eric questions

2004-04-11 Thread jul
have the 'fromMimeSource' attribute The qt.py header indicates that the module was generated by SIP 3.10 which seems to be recent enough... I don't understand why the file wasn't generated correctly. Hope it helps. Regards, ++ Jul. jul wrote: Hi all, I have few questio

[PyKDE] Eric questions

2004-04-10 Thread jul
ry interessed by this function, but I have no idea make it work with eric3. Is there any doc somewhere ? Thanks for help. Regards. ++ Jul. ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde