Niki Spahiev wrote:
> BTW, is there some limit to string length in Python?
Yes 2**31 on win32
Aaah, that's high enough for my purposes
Niki Spahiev wrote:
> BTW, is there some limit to string length in Python?
Yes 2**31 on win32
Aaah, that's high enough for my purposes
------------------------ --------------------------
PRIVATE: COMPANY:
Florian Leitner European Media Laboratory
<http://www.eml.org>
Taborstr. 8/9
A-1020 Vienna Schloss-Wolfsbrunnenw. 33
AUSTRIA D-69118 Heidelberg
GERMANY
Mob. +43-(0)676-613 7381
is currently offline -> Ph. +49-(0)6221- 533- 239
use +49-(0)1505-525 2273 Fax +49-(0)6221- 533- 298
(pls. quote me as
standard <fnl@gmx.at> recipient)
lrg attm <fnl@chello.at>
ICQ: 99??? mail <leitner@eml.org>
------------------------ -------------------------
created with pine/vi - use fixed width fonts to view
Niki Spahiev wrote:
> > BTW, is there some limit to string length in Python?
>
> Yes 2**31 on win32Aaah, that's high enough for my purposes
I use the eGenix.mx tools if I am programing free software (License!) to
use nice builtin c iterators for searches (TextTools!) and it also
supplies the c
sizeof()
func, with which you can monitor your objects|array byte sizes (nice
addon for pdb).
On Wed, 14 Aug 2002, Vaclav Slavik wrote:
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users
Vaclav Slavik wrote:
> I'll try to write the needed generator....I have added -p option to wxrc to generate (wx)Python code, but I'm
not sure I did the right thing...
I guess I'll have to give wxrc a try. Does it still need wxBase to be
built?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
I guess I'll have to give wxrc a try. Does it still need wxBase to
be built?
No. In fact it cannot be built with wxBase. But MSW build misbehaves
terribly.