)
File "C:\Python24\lib\idlelib\EditorWindow.py", line 108, in __init__
self.apply_bindings()
File "C:\Python24\lib\idlelib\EditorWindow.py", line 837, in
apply_bindings
text.event_add(event, *keylist)
File "C:\Python24\lib\lib-tk\Tkinter.py", line 1299, in event_add
self.tk.call(args)
_tkinter.TclError: bad event type or keysym "tab"
(On Windows)
I discovered, looking in C:\.idlerc\config-keys.cfg
there was the entry
dedent-region =
with an editor you can change it to uppercase:
dedent-region =
then it works again.
HTH
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
nal SIGSEGV, Segmentation fault.
0x1e027b23 in ?? ()
(gdb) bt
#0 0x1e027b23 in ?? ()
#1 0x00977240 in ?? ()
#2 0x1e1a82b8 in ?? ()
Cannot access memory at address 0x7
(gdb)
How can I interpret this results? ;)
Am I right, that I need a debug build of python built with mingw or
cygwin in Windows?
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
an bind them it to Ctrl-i and Ctrl-Shift-i
also.
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
or it and I had it on
my harddisk.
>Anyway, is there something similar with 3 states
>available 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
en rudimentary "intellisense".
DrPython has a "Code Completition" plugin.
It combines "Autocompletion" and "Calltips"
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
'.' for code completion.
If you are for example on:
I myself made a patch 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 comp
]
>x.
>
>...it pops up "x.filename", "x.prepend" and "x.word". 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
ive from it.
Really exclude, I think, is not possible.
You can put 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
rse it lacks ftp
>or webDAV abilities, 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
style,
that memory is wasted more and more?
Many thanks in advance!
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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 ope
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.p
the plugins?
What do you mean by "unweildly"?
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
ve recently added some features.
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
e it to be consistant on every
>machine.
for example:
listbox.SetForegroundColour(wx.BLUE)
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
fonts in the
groups and threads pane (I'd like to have everywhere proportional
(monospaced fonts).
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
FontDescription("monospace 10"))
>
>of course you can change the font description as you like.
thank you for the tip.
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
; class (here class B).
_b
_who1
__init__
How can I achieve this?
With the introspect module or so?
many thanks in advance!
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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 de
t;i += 1
>return result
>
>>>> import franz
>>>> franz.find(y.__class__)
>['__module__', 'who1', '__init__', '__doc__', '_b']
>
>Jeff
Hello Jeff,
thank you for this desciption.
Well, a little complicated, I must read/try this later,
but it looks promising to get the "last derived class" members ;)
Is there any possibility to simply get out
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
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.
t CTRL+SPACE or not. I have the same problem with CodeMark too.
I could duplicate it.
In codemark there there was a bug.
updated Codemarks to 0.0.6.
https://sourceforge.net/forum/forum.php?thread_id=1331861&forum_id=382892
Download:
http://sourceforge.net/project/showfiles.php?group_id=83074
e.
For testing, one could edit:
plugins\default.idx
and add manually the plugins:
for example
plugins\default.idx:
CodeCompletion
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
the program pointer with
Ctrl-Shift 10.
* bug: Open File (with browse 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 margi
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
mplement? cool ;)
If you don't mind, I will continue in your
sf "open discussion" forum.
Cheers,
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
s that the module is removed from
>latest 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
ise it starts in an
encrypted mode".
I have patched winpdb.py (about 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"
A
using SendMessage). I only get access to a
>proxy of wxTreeItemId 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
gt;
>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://mail.python.org/mailman/listinfo/python-list
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
--
htt
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
t it is too big.
Anyway:
I'm looking for some (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
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:
>
>F
On Tue, 14 Dec 2004 14:05:38 +0100, Franz Steinhaeusler
<[EMAIL PROTECTED]> wrote:
sorry
>r=re.compile('[^a]a([^a]')
r=re.compile('[^a]a[^a]')
I meant.
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 14 Dec 2004 14:19:35 +0100, "Fredrik Lundh"
<[EMAIL PROTECTED]> wrote:
>Franz Steinhaeusler wrote:
>> given a string:
>>
>> st="abcdatraataza"
>>^ ^ ^ ^ (these should be found)
>> I want to get the positions of
ch has neighbours.
So I need also '^a' and 'a$'.
Am I doing something wrong?
Is there a easier solution?
How can I quickly get all these positions?
Thank you in advance.
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 14 Dec 2004 14:05:38 +0100, Franz Steinhaeusler
<[EMAIL PROTECTED]> wrote:
>given a string:
>
>st="abcdatraataza"
>^ ^ ^ ^ (these should be found)
>I want to get the positions of all single 'a' characters.
>(Without another 'a
Hi, I looked at tabnanny to check
a python source file.
But I didn't find anything, tabnanny
is able to find, what couldn't be found
by compile command.
Or have I missed something?
best regards,
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
ompiler about
>the number of spaces 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
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 poi
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\Lib>tabnanny.py -v c:\franz.py
>>
re are a several of them available.
>In short,
>just 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
gain.
For reasons:
http://miaw.tcom.ou.edu/~dody/
regards
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
d respectively:
Edit=>Whitespace=>Set Indentation to spaces
Exception 2:
If open a file, there could be a check, whether
tabs and spaces indentations are mixed, try to correct
if possible or complain (let the user decide).
=> Feature Request ;)
regards,
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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 su
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
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
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 an
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: break
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?)
On Wed, 27 Apr 2005 10:17:13 -0400, Bill Mill <[EMAIL PROTECTED]>
wrote:
>On 4/27/05, 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 wxG
On 27 Apr 2005 07:36:28 -0700, "Matt" <[EMAIL PROTECTED]> wrote:
>The ActiveGrid IDE is a sample app with wxPython. It has a lot of good
>features including a source code debugger that allows you to debug wx
>apps and set breakpoints from the code editor. I am also biased
>though--I work on that I
On Thu, 28 Apr 2005 00:10:00 +0800, "monkey" <[EMAIL PROTECTED]> wrote:
>Is it related to wxpython you mean? or program with GUI in tk (the default
>installed with python) is faster? Would you mind to tell me more...
I have the impression, that the startup time of tkinter is twice as fast
as in w
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:
ting Started Code are you referring to?
Can you show us the code?
Did you get any tracebacks?
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
the GenericDirCtrl and (especially 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
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
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
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
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 t
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 a
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)
http://drp
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
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
e functionality with a plugin
himself, or can assist him.
And aside from 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-list
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 f
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
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 secon
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.
--
http://ma
quot;?
Where can I get it?
Many thanks in advance!
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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\PythonC
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,
>>
example.
Many thanks in advance!
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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 diff
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).
>
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, so
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 see
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.
>>>
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:
>> >
>> >py
27;t able to deliver your message to the following
addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
ezmlm-reject: fatal: List address must be in To: or Cc: (#5.7.0)
"""
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
utocompletion, Calltips,
easily extensible with plugins and scripts, source browser, ...)
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
#x27;, r)
>>> n
2
>>> newtext
'erewr\nafjdskl'
>>>
Who can help me (regular expression, which works for both cases).
Thank you in advance!
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
7;erewr\nafjdskl'
>
>why not use string methods strip, rstrip and lstrip
>
because this removes only the last spaces,
>>> r
'erewr\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
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:
>
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
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 stil
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 "
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
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 remov
e 76, in getdoc
result = inspect.getdoc(object) or inspect.getcomments(object)
File "C:\Python24\lib\inspect.py", line 448, in getcomments
lines, lnum = findsource(object)
File "C:\Python24\lib\inspect.py", line 437, in findsource
if pat.match(lines[lnum]): break
IndexError: list index out of range
--
Franz Steinhaeusler
--
http://mail.python.org/mailman/listinfo/python-list
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
&g
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..
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
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...
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") wi
On Tue, 3 May 2005 10:26:52 -0400, "Stephane Roy"
<[EMAIL PROTECTED]> wrote:
>Hi,
>
>Did someone installed and used successfully drPython on Cygwin? The
>installation requires
>wxpython. I tried many different alternatives (source, binary, etc) but so
>far the best I get is the following.
>
>Trace
Box in it... Anyone know to do it?
>TNX a lot...
>
>F.P.
>
Hm, I'm no expert, 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 PreTextC
Hello, thanks,
Chandler looks good, maybe I will give it a try.
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
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? ;)
b
1 - 100 of 111 matches
Mail list logo