Re: Wanted: Email Client with GUI

2007-04-19 Thread franz . steinhaeusler
Hello, thanks, Chandler looks good, maybe I will give it a try. Thanks, -- http://mail.python.org/mailman/listinfo/python-list

Wanted: Email Client with GUI

2007-04-18 Thread Franz Steinhaeusler
Hi, although I have googled, I didn't find a Python email client program fitting to my needs. What I want is a program (it doesn't have to be so sophisticated as thunderbird) written totally in python and using a gui toolkit like pyqt, pygtk, wxpyhton or tkinter. Who knows such a program? ;)

Re: Wanted: Email Client with GUI

2007-04-18 Thread Franz Steinhaeusler
On 18 Apr 2007 07:09:29 -0700, [EMAIL PROTECTED] wrote: On Apr 18, 8:07 am, Franz Steinhaeusler [EMAIL PROTECTED] wrote: Hi, although I have googled, I didn't find a Python email client program fitting to my needs. What I want is a program (it doesn't have to be so sophisticated

Re: Python Source Code Beautifier

2007-02-28 Thread Franz Steinhaeusler
Hello, thanks. pythontidy (with maybe some patches could be useful) not directly related but: pyflakes looks quite interesting too. and I try out (again) pylint and pychecker or a combination of these could bring good results, I assume. ;) -- http://mail.python.org/mailman/listinfo/python-list

Python Source Code Beautifier

2007-02-27 Thread Franz Steinhaeusler
Hello, I did not find any reasonable pyhton source code beautifier program (preferable gui). Some would ask why? Program it immediatly good. (BTW: Would be a nice project, if I would have more spare time). Ich have some foreign source, which are programed in a way I don't like, so I would like

Re: wxPython - 2 x foldpanelbar with tree...

2007-02-26 Thread Franz Steinhaeusler
On 26 Feb 2007 06:50:11 -0800, w.p. [EMAIL PROTECTED] wrote: Hello! I have some trouble with my GUI. I have left panel with foldpanelbar, but i need one item but not collapsed - simple button. I split my left panel into two foldpanelbars with one button between. But a have trouble... Sorry for

Re: Python compiled on Windows

2007-02-07 Thread Franz Steinhaeusler
On 7 Feb 2007 09:44:32 GMT, Duncan Booth [EMAIL PROTECTED] wrote: Franz Steinhaeusler [EMAIL PROTECTED] wrote: Yes, people have compiled Python with gcc on windows. I believe it is slightly slower than the standard release, but I would guess that may depend on the exact versions of gcc/msc you

Re: Python compiled on Windows

2007-02-06 Thread Franz Steinhaeusler
On Mon, 05 Feb 2007 12:17:48 +0100, hg [EMAIL PROTECTED] wrote: Duncan Booth wrote: Franz Steinhaeusler [EMAIL PROTECTED] wrote: Hello, I'm only curious. Why is Python and most extension (also wxPython) not built using an open source compiler like gcc or g++ on Windows? I'm always

Re: Python compiled on Windows

2007-02-06 Thread Franz Steinhaeusler
On 6 Feb 2007 08:35:08 GMT, Duncan Booth [EMAIL PROTECTED] wrote: Franz Steinhaeusler [EMAIL PROTECTED] wrote: @Duncan: Yes, you are not wrong! :) But this is not really open source in my opinion. Ok there is the VC++ toolkit for download. Which I agree totally is a real pain finding

Python compiled on Windows

2007-02-04 Thread Franz Steinhaeusler
Hello, I'm only curious. Why is Python and most extension (also wxPython) not built using an open source compiler like gcc or g++ on Windows? I'm always wondering, why Microsoft is still supported in that way, using VC++ 7.1, if I'm not wrong. Ok, maybe the compiled assembler code could be

Ubunu - Linux - Unicode - encoding

2007-02-01 Thread Franz Steinhaeusler
Hello NG, a little longer question, I'm working on our project DrPython and try fix bugs in Linux, (on windows, it works very good now with latin-1 encoding). On Windows, it works good now, using setappdefaultencoding and the right encoding for open with styled text control with the right

Re: Stani's Python Editor - questions

2006-12-21 Thread Franz Steinhaeusler
On Wed, 20 Dec 2006 15:45:01 +0100, Laszlo Nagy [EMAIL PROTECTED] wrote: Hello, I was trying to get answers for these. SPE homepage was down. Then I found it on berlios (http://developer.berlios.de/forum/forum.php?forum_id=12695) but no one answered since 5 days. In fact nobody seems to

Re: Stani's Python Editor - questions

2006-12-21 Thread Franz Steinhaeusler
On Thu, 21 Dec 2006 11:58:48 +0100, Laszlo Nagy [EMAIL PROTECTED] wrote: 1. How can I navigate between opened files? Usually I open 10 or more files at the same time. There is no way to quickly scroll the tabs and select the one that I want. Tabs simply run out of my screen.

Re: Stani's Python Editor - questions

2006-12-21 Thread Franz Steinhaeusler
On Thu, 21 Dec 2006 07:09:54 -0500, Peter Decker [EMAIL PROTECTED] wrote: On 12/21/06, Franz Steinhaeusler [EMAIL PROTECTED] wrote: Does not work for me! I'm getting messages like this: python:3255): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBARcontainer) || widget-parent

OT - Looking for DrPython project help

2006-12-15 Thread Franz Steinhaeusler
Sorry for posting that, if you are not intersted, please ignore my post. I'm looking for person(s), which are interested in testing and possibly bug fixing for DrPython (hosted on Sourceforge) in general and with a certain focus for Linux. Sometimes, texts in dialogs are not entirely visible,

Re: [wxPython] wxFrame don't have Bind attribute ??

2006-11-16 Thread Franz Steinhaeusler
On 29 Oct 2006 22:31:09 -0800, Jia Lu [EMAIL PROTECTED] wrote: Hi all I am using wxPy 2.6.3.2-2, But when run an application with self.Bind , I got an error that there is no Bind. How can I fix it. thanx Is it really an instance of wx.Frame? What do you get, if you make a print self

Applications written in TkInter

2006-10-05 Thread Franz Steinhaeusler
Hi, I wonder, if there is a site with a collection of written TkInter programs. I did not find any summary. for pyGtk there exist for example: http://www.pygtk.org/applications.html and for wxPython: http://wiki.wxpython.org/index.cgi/wxPythonPit_Apps -- Franz Steinhaeusler -- http

tkinter newsgroup or mailing list

2006-10-05 Thread Franz Steinhaeusler
, or is this really the case? Is tkinter so simple, that no more questions appear? Or is it simply so uninteresting? :) -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: One program in different GUI Toolkits

2006-09-27 Thread Franz Steinhaeusler
On Wed, 20 Sep 2006 08:27:30 +0200 (CEST), Franz Steinhaeusler [EMAIL PROTECTED] wrote: Hello NG, I have a suggestion. For simplifying learning or switching between different GUI Toolkits, I could imagine to have one short clearly presented program in different GUI Toolkits. What about

Re: One program in different GUI Toolkits

2006-09-27 Thread Franz Steinhaeusler
On 27 Sep 2006 03:42:17 -0700, Paul Boddie [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: What about a small text editor using the scintilla control? It should be available for Pythoncard, wxPython, pygtk and pyQt (qtscintilla). With a small find dialog, open, save should be enough

One program in different GUI Toolkits

2006-09-20 Thread Franz Steinhaeusler
for example. Many thanks in advance! -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

PythonCAD question

2006-09-18 Thread Franz Steinhaeusler
in advance! -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonCAD question

2006-09-18 Thread Franz Steinhaeusler
Peter Otten wrote: Franz Steinhaeusler wrote: Hello NG, I tried to run PythonCad on window and got follwoing traceback: Traceback (most recent call last): File C:\temp\PythonCAD-DS1-R34\PythonCad.py, line 45, in ? import PythonCAD.Interface.Cocoa.ImageDocument File C:\temp

Re: PythonCAD question

2006-09-18 Thread Franz Steinhaeusler
Peter Otten wrote: Franz Steinhaeusler wrote: The .../Cocoa/... part in the paths suggests that PythonCAD assumes it is running on a Mac. The missing module is rather a symptom than the cause of the bug. On the homepage, http://www.pythoncad.org/ there is the text: PythonCAD does

Re: XPN 0.6.5 released

2006-09-17 Thread Franz Steinhaeusler
writing plugins, I enjoyed. We have an repository of the plugins and there are far more than 10 available. Would such an idea make sense for XPN? XPN seems pretty stable and I enjoy this program more and more! Cheers, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python

Re: XPN 0.6.5 released

2006-09-17 Thread Franz Steinhaeusler
Franz Steinhaeusler wrote: A user defineable Title bar as in Agent would be good. (Then I could name the first instance My News or so, and the second one Gmane. So easier navigating in Windows and also the tips in the task bar could be helpful for that. Sorry, I repost this, because I

Webbrowser written totally in Python

2006-09-17 Thread Franz Steinhaeusler
Hello NG, is there any (GUI) webbrowser written completly in Python? in pyGtk, pyQt, wxPython or TkInter? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: XPN 0.6.5 released

2006-09-17 Thread Franz Steinhaeusler
Nemesis wrote: Mentre io pensavo ad una intro simpatica Franz Steinhaeusler scriveva: Hello Nemesis, this I post with XPN! ;) Good :-) Yes, it is working fine. I also find the different coloring between quoting first and second level very clear-presented. ;) My next try was a second

Re: Webbrowser written totally in Python

2006-09-17 Thread Franz Steinhaeusler
faulkner wrote: [source] Hi faulkner, thank you very much, I should have known! ;) It is a beginning after all. # there are also python bindings for gtkmozembed in gnome-python-extras and here: http://sourceforge.net/projects/pygtkmoz I will take a look. --

Re: [ANN] XPN 0.6.5 released

2006-09-15 Thread Franz Steinhaeusler
On Thu, 14 Sep 2006 19:36:01 GMT, Nemesis [EMAIL PROTECTED] wrote: Mentre io pensavo ad una intro simpatica Franz Steinhaeusler scriveva: XPN (X Python Newsreader) is a multi-platform newsreader with Unicode [...] Hello Nemesis, Hello Nemesis, that is a great program, thank you. Thanks

Re: [ANN] XPN 0.6.5 released

2006-09-14 Thread Franz Steinhaeusler
On Tue, 12 Sep 2006 20:15:58 GMT, Nemesis [EMAIL PROTECTED] wrote: XPN (X Python Newsreader) is a multi-platform newsreader with Unicode support. It is written with Python+GTK. It has features like scoring/actions, X-Face and Face decoding, muting of quoted text, newsrc import/export, find

Re: Looking for the Perfect Editor

2006-09-14 Thread Franz Steinhaeusler
On 7 Sep 2006 13:18:22 -0700, Omar [EMAIL PROTECTED] wrote: I'd love the perfect editor that would be: a) free DrPython and spe; both written in Python and wxPython using SciTe's control scintilla) and SciTE. DrPython on: http://sourceforge.net/projects/drpython/ (Projectpage)

Re: Looking for the Perfect Editor

2006-09-14 Thread Franz Steinhaeusler
On Thu, 14 Sep 2006 20:45:11 +0800, limodou [EMAIL PROTECTED] wrote: These things UliPad also can do. And it also support html, javascript, css, java, etc syntax highlight. UliPad also support Input Assistant, even include custom calltips and auto-complete, and many features, you can find in

Re: Best Python Editor

2006-05-31 Thread Franz Steinhaeusler
On Wed, 31 May 2006 15:33:29 +0530, Manoj Kumar P [EMAIL PROTECTED] wrote: Hi, Can anyone tell me a good python editor/IDE? It would be great if you can provide the download link also. For a simple start: Scite is small, good, cross platform, free and open source and you can launch the

Re: wxStyledTextCtrl - Dead?

2006-04-11 Thread Franz Steinhaeusler
On Tue, 11 Apr 2006 06:58:28 -0400, Peter Hansen [EMAIL PROTECTED] wrote: David Rasmussen wrote: I am trying to make a programmer's editor (and later a full IDE), and I want things like syntax highlighting etc. I could of course roll my own fancy editing control, but if STC could solve my

Re: wxPython GenericDirCtrl events

2006-03-08 Thread Franz Steinhaeusler
On 8 Mar 2006 04:25:38 -0800, Iain King [EMAIL PROTECTED] wrote: at the end TestPanel.__init__ I added: self.Bind(wx.EVT_TREE_SEL_CHANGED, self.test, dir1) {...] Try this instead: t = dir1.GetTreeCtrl() t.Bind(wx.EVT_TREE_SEL_CHANGED, self.test) -- Franz Steinhaeusler -- http

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-27 Thread Franz Steinhaeusler
On 24 Feb 2006 14:12:05 + (GMT), Sion Arrowsmith [EMAIL PROTECTED] wrote: Franz Steinhaeusler [EMAIL PROTECTED] wrote: On Thu, 23 Feb 2006 13:54:50 +, Martin Franklin why not use string methods strip, rstrip and lstrip because this removes only the last spaces, [given r = 'erewr\r

Re: wxPython: help(wx) causes segfaulting?

2006-02-27 Thread Franz Steinhaeusler
(lines[lnum]): break IndexError: list index out of range -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython: help(wx) causes segfaulting?

2006-02-27 Thread Franz Steinhaeusler
On 27 Feb 2006 04:55:15 -0800, André [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: On Sun, 26 Feb 2006 10:35:13 -0600, Tim Chase [EMAIL PROTECTED] wrote: Trying to get my feet wet with wxPython (moving from just command-line apps), I tried the obvious (or, at least to me was obvious

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-24 Thread Franz Steinhaeusler
On Thu, 23 Feb 2006 14:46:20 +0100, Franz Steinhaeusler [EMAIL PROTECTED] wrote: Hello, I need a regularexpression, which trims trailing whitespaces. While with unix line endings, it works; but not with Window (Dos) CRLF's: Thank you all for the replies. But I still don't have a solution

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-24 Thread Franz Steinhaeusler
On Thu, 23 Feb 2006 17:41:47 +, Martin Franklin [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: On Thu, 23 Feb 2006 13:54:50 +, Martin Franklin [EMAIL PROTECTED] wrote: r=erewr\r\nafjdskl 'erewr\r\nafjdskl' 2) Unix r=erewr\nafjdskl 'erewr\nafjdskl' why

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-24 Thread Franz Steinhaeusler
On Fri, 24 Feb 2006 12:36:01 +0100, Franz Steinhaeusler [EMAIL PROTECTED] wrote: if n 1: if n 0: (of course) :-) -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

regular expresson for Unix and Dos Lineendings wanted

2006-02-23 Thread Franz Steinhaeusler
= retrailingwhitespace.subn('', r) n 1 newtext 'erewr\r\nafjdskl' 2) Unix r=erewr\nafjdskl newtext, n = retrailingwhitespace.subn('', r) n 2 newtext 'erewr\nafjdskl' Who can help me (regular expression, which works for both cases). Thank you in advance! -- Franz Steinhaeusler -- http

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-23 Thread Franz Steinhaeusler
\r\nafjdskl ' r.rstrip() 'erewr\r\nafjdskl' I want: 'erewr\r\nafjdskl' or for unix line endings 'erewr\nafjdskl' -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-23 Thread Franz Steinhaeusler
On 23 Feb 2006 06:44:36 -0800, gene tani [EMAIL PROTECTED] wrote: gene tani wrote: Franz Steinhaeusler wrote: Who can help me (regular expression, which works for both cases). universal newlines: http://www.python.org/doc/2.3.3/whatsnew/node7.html http://mail.python.org/pipermail/python

Re: regular expresson for Unix and Dos Lineendings wanted

2006-02-23 Thread Franz Steinhaeusler
On Thu, 23 Feb 2006 15:59:54 +0100, Franz Steinhaeusler [EMAIL PROTECTED] wrote: I need it for a file, whose line endings I don't know. I wrote for DrPython this script: (using styled text control and wxPython) and this works, but I'm looking for a shorter way: ah, sorry, I try to make

Re: editor for Python on Linux

2006-02-20 Thread Franz Steinhaeusler
, easily extensible with plugins and scripts, source browser, ...) -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Widget that displays a directory tree?

2006-01-12 Thread Franz Steinhaeusler
for Windows) the GenericWinDirCtrl. Screenshots of both at: http://wiki.wxpython.org/index.cgi/GenericWinDirCtrl -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: HELP! on wxPython Error

2006-01-09 Thread Franz Steinhaeusler
the code? Did you get any tracebacks? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: DrPython - auto complete

2005-10-27 Thread Franz Steinhaeusler
. Shouldn't it show x.append, x.pop, etc? Just curious if anyone else uses this and has this problem. Or maybe the code completion doesn't work like I expect. Hi, definitively a bug, I have forwarded it into DrPython Bug Tracker. -- Franz Steinhaeusler -- http://mail.python.org/mailman

Re: IDE recommendation please

2005-10-24 Thread Franz Steinhaeusler
has a Code Completition plugin. It combines Autocompletion and Calltips -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE recommendation please

2005-10-24 Thread Franz Steinhaeusler
for getting calltips and Code Completion on demand, that means, you don't have to go back and clear the already typed text and enter '(' or '.' again. I assigned them to Ctrl-Space (code completion) and Ctrl-Shift-Space for calltips. -- Franz Steinhaeusler -- http://mail.python.org/mailman

Re: Any 3state Check Tree Ctrl for wxPython available?

2005-10-19 Thread Franz Steinhaeusler
around? To your problem: What about enhancing/deriving from CheckTreeCtrl and exending it? Thanks for your time and experience, pepr -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE dedent/unindent key bindings for non-us keybord?

2005-10-12 Thread Franz Steinhaeusler
-Shift-i also. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE dedent/unindent key bindings for non-us keybord?

2005-10-05 Thread Franz Steinhaeusler
there was the entry dedent-region = Shift-Key-tab with an editor you can change it to uppercase: dedent-region = Shift-Key-Tab then it works again. HTH -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: how to debug when Segmentation fault

2005-10-05 Thread Franz Steinhaeusler
built with mingw or cygwin in Windows? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: idle

2005-09-22 Thread Franz Steinhaeusler
On Thu, 22 Sep 2005 14:31:22 +0200, TK [EMAIL PROTECTED] wrote: Hi, is there no IDLE in Python2.4? o-o Thomas Sure, on Windows: C:\Python24\Lib\idlelib\idle.pyw You should have a shortcuts in your StartMenu und Python 2.4 -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo

Re: some advice about Python GUI apps

2005-09-14 Thread Franz Steinhaeusler
you can select another tree node. I hope this makes some sense. Any help much appreciated. Kris Ps.: any refs to good OO/Python GUI books are also welcome (or URLs) There is a wxPython book in process, and it is publication is estimated around end of this year. -- Franz Steinhaeusler -- http

Re: Checked tree in wxpython (windows)

2005-09-13 Thread Franz Steinhaeusler
and not the hItem id itself. Any ideas of how I can get this id? Thanks in advance. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Would you pls tell me a tool to step debug python program?

2005-09-12 Thread Franz Steinhaeusler
Line420): AC_CHAR = \t AC_EXIT = Alt-X AC_BREAK = F4 AC_GO = F5 AC_NEXT = F10 AC_STEP = F11 AC_GOTO = Ctrl+F10 AC_TOOGLE = F9 AC_RETURN = Shift+F11 to accomodate the shortcuts to VC Debugger. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: DrPython debugger

2005-09-05 Thread Franz Steinhaeusler
version of drPython. Or maybe I wasn't able to figure out how to install it...:) Sorry for the misinformation. This SimpleDebugger is out of date for a longer time. Maybe you make a bug report about this? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: new python debugger

2005-08-11 Thread Franz Steinhaeusler
it works); If I paste the filepath+name into the text field, it says Error - File not found. I think: browse = filename: the braces are important What do the letters in the margin mean? I saw: L, R and C. Cheers, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python

Re: new python debugger

2005-08-11 Thread Franz Steinhaeusler
On Thu, 11 Aug 2005 13:09:08 +0200, Franz Steinhaeusler [EMAIL PROTECTED] wrote: Winpdb is still a BETA despite the version number which is 1.0.1 so I will appreciate feedback on bugs, unexpected behavior, or suggestions. List of current breakpoints (VC Alt-F9), where you can quickly switch

Re: new python debugger

2005-08-11 Thread Franz Steinhaeusler
don't mind, I will continue in your sf open discussion forum. Cheers, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: How to use DrPython plugins

2005-08-08 Thread Franz Steinhaeusler
. updated Codemarks to 0.0.6. https://sourceforge.net/forum/forum.php?thread_id=1331861forum_id=382892 Download: http://sourceforge.net/project/showfiles.php?group_id=83074 I setup the shortcuts but nothing happens. What am I doing wrong? Could you try again? Cheers, -- Franz Steinhaeusler

Re: How to use DrPython plugins

2005-08-08 Thread Franz Steinhaeusler
\default.idx and add manually the plugins: for example plugins\default.idx: CodeCompletion -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Getting not derived members of a class

2005-08-01 Thread Franz Steinhaeusler
thanks in advance! -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting not derived members of a class

2005-08-01 Thread Franz Steinhaeusler
On 1 Aug 2005 07:43:22 -0700, George Sakkis [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: Hello NG, I want to retrieve the members of a class with a baseclass. But the problem is, how to get the non derived members. class a: def who(self): print who def __init__

Re: Getting not derived members of a class

2005-08-01 Thread Franz Steinhaeusler
the classes and baseclasses of a class? somfunc (y) = class A, B (where B is last). Ok you can prepare a class, but I need to use the existing wxPython classes. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting not derived members of a class

2005-08-01 Thread Franz Steinhaeusler
On Mon, 01 Aug 2005 18:02:20 +0200, Reinhold Birkenfeld [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: The background: I want to create a code completition for an editor component. It should distinguish between inherited and non inherited members. Reason is, that on wxPython, most

Re: [ANN] XPN 0.5.0 released

2005-07-26 Thread Franz Steinhaeusler
): self.groups_list.modify_font(pango.FontDescription(monospace 10)) at the end of Threads_Pane.py add this line (do not change the indentation): self.threads_tree.modify_font(pango.FontDescription(monospace 10)) of course you can change the font description as you like. thank you for the tip. -- Franz

Re: [ANN] XPN 0.5.0 released

2005-07-25 Thread Franz Steinhaeusler
pane (I'd like to have everywhere proportional (monospaced fonts). -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Centering text in a wx.ListBox w/ wxPython

2005-07-22 Thread Franz Steinhaeusler
machine. for example: listbox.SetForegroundColour(wx.BLUE) -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE

2005-07-20 Thread Franz Steinhaeusler
by unweildly? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE

2005-07-20 Thread Franz Steinhaeusler
. You could take a look at wxPython-user mailing list. Pycrust is great to try/play with Python and wxPython. But also DrPython has a powerful shell prompt. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: wxpython wxlistctrl with combo

2005-06-14 Thread Franz Steinhaeusler
, and it is probably better to ask in the wxpython-user mailing list. For what I saw: I think, you use TextEditMixin class. How about making a new class, (copying the TextEditMixin code), change the PreTextCtrl to a PreComboBox and maybe the navigation keys (TAB, ...)? -- Franz Steinhaeusler

Re: Which IDE is recommended?

2005-05-03 Thread Franz Steinhaeusler
On Mon, 02 May 2005 19:25:57 -0700, Bryan [EMAIL PROTECTED] wrote: dcrespo wrote: But I personally recommend DrPython. (Not only, I'm a member of the project). I saw this message and downloaded DrPython. It's very good: I like the class/functions browser while I'm coding... but I can't find

Re: Which IDE is recommended?

2005-05-03 Thread Franz Steinhaeusler
On 2 May 2005 08:21:48 -0700, dcrespo [EMAIL PROTECTED] wrote: Hi. You were right: I meant Code Completition. I did what you told me to do. I get now auto completition of code. For example: import wx wx.(here appear a list with the possibilities) But (there's always a but) with: button =

Re: Which IDE is recommended?

2005-05-02 Thread Franz Steinhaeusler
On 2 May 2005 06:08:02 -0700, dcrespo [EMAIL PROTECTED] wrote: But I personally recommend DrPython. (Not only, I'm a member of the project). I saw this message and downloaded DrPython. It's very good: Hello Daniel, thank you, I like the class/functions browser while I'm coding... but I

Re: Which IDE is recommended?

2005-05-02 Thread Franz Steinhaeusler
On Mon, 02 May 2005 15:29:58 +0200, Franz Steinhaeusler [EMAIL PROTECTED] wrote: 3) I think, you meant Code Completition: for example you type: os. and with the . os.chmod, os.chdir, ... appear in a completition list box. BTW: If it doesn't seem to work: Make sure, to enable it in Options=Enable

Re: Which IDE is recommended?

2005-04-29 Thread Franz Steinhaeusler
On 28 Apr 2005 09:48:25 -0700, Matt [EMAIL PROTECTED] wrote: Sorry about that Frank. You have to create a project (New -- Project) and add your file to it then Run--Run. This is a bug that slipped past because we do all of our development using projects and hadn't even tried the obvious: open

Re: Which IDE is recommended?

2005-04-27 Thread Franz Steinhaeusler
On Wed, 27 Apr 2005 21:16:29 +0800, monkey [EMAIL PROTECTED] wrote: Read through python site for programming tool, really plenty of choices :-) (For c++, I just can't breath with very very limited choices) Tried Spe, it come with wxGlade built-in very nice(is Spe still actively develop?).

Re: Eric3 under WinXP

2005-04-05 Thread Franz Steinhaeusler
On Tue, 5 Apr 2005 09:17:05 +0100 (BST), Phil Thompson [EMAIL PROTECTED] wrote: Hello NG, (Win XP) I have successfully installed pyqt, but not qtext, which I need to run Eric3. The PyQT demo files run fine. I've downloaded QScintilla, compiled via MS-VC, but (I suppose I need the SIG),

Re: Change between Python 2.3 and 2.4 under WinXP

2005-04-05 Thread Franz Steinhaeusler
On Tue, 05 Apr 2005 01:53:25 +0200, Martin v. Löwis [EMAIL PROTECTED] wrote: Fredrik Lundh wrote: I'm not aware of any other tool that solves that specific problem. notepad does a fine job at creating batch files, IMO. Of course, it is not all that clear what the OP actually wanted. [...]

Re: Eric3 under WinXP

2005-04-05 Thread Franz Steinhaeusler
On Tue, 5 Apr 2005 10:14:48 +0100 (BST), Phil Thompson [EMAIL PROTECTED] wrote: On Tue, 5 Apr 2005 09:17:05 +0100 (BST), Phil Thompson [EMAIL PROTECTED] wrote: What steps are missing? If you are using the evaluation version of Qt then you need the evaluation version of PyQt. This already

Re: Eric3 under WinXP

2005-04-05 Thread Franz Steinhaeusler
On Tue, 5 Apr 2005 11:43:38 +0100 (BST), Phil Thompson [EMAIL PROTECTED] wrote: [...] Or doesn't it fit with Qt 3.3.4 Evaluation Any hints? What version of Python do you have installed? The binary is built against v2.4. Oh sorry, I think, there was a mix between Python2.3 and Python2.4

Re: Python IDE like NetBeans/Delphi IDE

2005-04-05 Thread Franz Steinhaeusler
On Tue, 05 Apr 2005 14:07:14 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I search for an IDE that working in Windows, and knows these functions: A.) Automatic name searching/showing/extending on classes with keypressing (like Netbeans, or Delphi Ctrl+Space). B.) Debugging: breakpoints,

Re: wanted: C++ parser written in Python

2005-02-25 Thread Franz Steinhaeusler
(simple) rules to parse (regex) and try to implement myself, if nothing is available. It don't have to be perfect. Maybe I look for some code in for example Dev-Cpp from Bloodshed (there is also a c++ class browser). -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: wanted: C++ parser written in Python

2005-02-25 Thread Franz Steinhaeusler
On 25 Feb 2005 12:38:53 +0200, Ville Vainio [EMAIL PROTECTED] wrote: Hello Ville, Franz == Franz Steinhaeusler [EMAIL PROTECTED] writes: Franz Thank you, but it is too big. Franz Anyway: Franz I'm looking for some (simple) rules to parse (regex) and Franz try to implement

wanted: C++ parser written in Python

2005-02-24 Thread Franz Steinhaeusler
Hello NG, has anyone written such a thing in python? Where could I look for? (I need it for an editor written in wxPython to display function names, include, global variables, classes, ... in a sidepanel). kind regards, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python

Re: Where can I find sample beginner programs to study?

2005-01-31 Thread Franz Steinhaeusler
On Fri, 28 Jan 2005 21:41:05 +0100, moma [EMAIL PROTECTED] wrote: Eggs are here. Bring some bacon. http://www.python-eggs.org/links.html Hi, interesting site, but who is maintaining this page. I'd like to add some new links. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo

Profiling and speed up

2005-01-28 Thread Franz Steinhaeusler
, that memory is wasted more and more? Many thanks in advance! -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Profiling and speed up

2005-01-28 Thread Franz Steinhaeusler
On Fri, 28 Jan 2005 10:03:30 +, Stephen Kellett [EMAIL PROTECTED] wrote: Python Performance Validator http://www.softwareverify.com/pythonPerformanceValidator/index.html Thanks, but I forgot to say, I'm looking for open source or freeware. (I need it also for open source). -- Franz

Re: What's the best python web-developer's editor

2005-01-21 Thread Franz Steinhaeusler
, obviously because it's not intended for that type of use. What do you mean with ftp abilities exactly? Saving and opening files directly over ftp? [...] regards, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: [wxpython] exclude files in a wx.FileDialog?

2005-01-18 Thread Franz Steinhaeusler
a mask wx.FileDialog(...wildcard = BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif) Otherwise you have to create your own FileDialog. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Tabnanny really useful?

2004-12-21 Thread Franz Steinhaeusler
that a tab occupies. Thanks for your explanation. I tried an found: def a(): -print -.print where point is a space. tabnanny here complains and python compile it just fine. -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: Tabnanny really useful?

2004-12-21 Thread Franz Steinhaeusler
On Tue, 21 Dec 2004 10:24:40 +0100, Fredrik Lundh [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: Thanks for your explanation. I tried an found: def a(): -print -.print where point is a space. tabnanny here complains and python compile it just fine. really? that's a syntax error

Re: Tabnanny really useful?

2004-12-21 Thread Franz Steinhaeusler
On Tue, 21 Dec 2004 08:36:31 -0500, Steve Holden [EMAIL PROTECTED] wrote: Franz Steinhaeusler wrote: [...] Oh sorry, I meant def a(): -print ..-print C:\Python23\Libtabnanny.py -v c:\franz.py 'c:\\franz.py': *** Line 3: trouble in tab city! *** offending line: ' \tprint\n' indent

Re: Tabnanny really useful?

2004-12-21 Thread Franz Steinhaeusler
about right for a beginner. I use it exclusively for a few months for any Python source editing. regards Steve regards, -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

Re: python cookbook

2004-12-21 Thread Franz Steinhaeusler
://miaw.tcom.ou.edu/~dody/ regards -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list

  1   2   >