code.
And many bugfixes...
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
;
}
such a pity that the goto module
http://mail.python.org/pipermail/python-announce-list/2004-April/002982.html
never got into core python :)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
nd of lines and loop a whole lot of dc.textouts
Robin
your code:
dc = win32ui.CreateDC()
dc.CreatePrinterDC()
dc.SetMapMode(4)# This is UI_MM_LOENGLISH
# With this map mode, 12 points is 12*100/72 units = 16
font = win32ui.CreateFont({'name' : &
caused
unneccessary or incorrect scrolling.
Fixed a bug in wx.GridBagSizer where hidden items were not ignored in
part of the layout algorithm.
Several other bugs also fixed.
Added builds for Ubuntu Hardy (8.04)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with
Mario Lacunza wrote:
Hello Robin,
Are available repos for Ubuntu Hardy??
Not yet. I hope to get set up for a Hardy build in the next few days,
but you may be able to use the gutsy packages in the meantime.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax
el that provides a resize handle for the widget. When the user
drags the resize handle the widget is resized accordingly, and an
event is sent to notify parents that they should recalculate their
layout.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 12 Jun 2008 21:32:34 +, kj wrote:
> I'm sure this is a simple, but recurrent, problem for which I can't hit
> on a totally satisfactory solution.
>
> As an example, suppose that I want write a module X that performs some
> database access. I expect that 99.999% of the time, during th
nd of lines and loop a whole lot of dc.textouts
Robin
your code:
dc = win32ui.CreateDC()
dc.CreatePrinterDC()
dc.SetMapMode(4)# This is UI_MM_LOENGLISH
# With this map mode, 12 points is 12*100/72 units = 16
font = win32ui.CreateFont({'name' : &
oblem perhaps you should start with some simple
examples.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
27; of python's
interpreter.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
a worse(more
complex) tool for many simple tasks. Using a complex writing with many glyphs
costs effort no matter how you do it, but I just use ascii :( and it's still an
effort.
I find the differences in C/OS less hard to understand than why I need
bytes(x,'encoding') everywhere
;, 1)
Note that the number has the meaning "only split n times" as opposed to
"split into n parts".
Cheers,
Robin
--
http://mail.python.org/mailman/listinfo/python-list
mp.insert(0, k)
finallist.append(temp)
It can still be clarified and simplified to this (may also be faster):
temp = [k] + v
finallist.append(temp)
Which one do you like better :)?
Robin
--
http://mail.python.org/mailman/listinfo/python-list
:
http://pystructure.ifs.hsr.ch/
We are very eager to hear your feedback about our project. What do you
think about the idea of a 'structural analyser' for a dynamic language
like Python? Does it work for your project (probably not very well at
the moment)?
Cheers,
Reto Schütte
it in PyPI?
..
sounds like we really need
import ai
info = ai.guess_what_this_is('crummy.csv')
but I suspect that won't arrive before py5000
I use csv, but almost always with tab or comma separation and \r\n line
terminators.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Steve Holden wrote:
> Robin Becker wrote:
>> Tim van der Leeuw wrote:
>>> On Fri, Feb 22, 2008 at 5:17 PM, Robin Becker <[EMAIL PROTECTED]> wrote:
>>>
>>>> A colleague has decided to keep his django database string values (which
>>>> are x
Tim van der Leeuw wrote:
> On Fri, Feb 22, 2008 at 5:17 PM, Robin Becker <[EMAIL PROTECTED]> wrote:
>
>> A colleague has decided to keep his django database string values (which
>> are xml
>> fragments) in an xml escaped form to avoid having the problem of escaping
hould).
type(xmlstr('<') + '') is type(str)
clearly there are a large number of operations which should be overridden or
just hidden to prevent the wrong outcome; has anyone else thought about this in
any detail?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Steven D'Aprano wrote:
> On Thu, 14 Feb 2008 17:21:20 +0000, Robin Becker wrote:
>
>
>
> The way I see it, your code don't really care about the distinction
> between "user-generated classes" and "built-in types", it cares about the
Steven D'Aprano wrote:
> On Thu, 14 Feb 2008 15:26:08 +0000, Robin Becker wrote:
>
>> I'm in the process of porting some code. I have 2.x code that looks like
>> this
>>
>> t = type(e)
>> if t==InstanceType:
>> return f0(e)
>> elif t
which
can then be tested further perhaps?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Can anyone say how to go about obtaining 2to3.py the Python-3.0 conversion
utility? There is a copy in the 3.0a2 Tools folder, but it lacks some of the
sub
folders. I tried various svn ls commands, but couldn't locate the actual
repository.
--
Robin Becker
--
http://mail.python.org/ma
w[:])
>>>> a
> [[[...], [], [], [], [], [], [], [], [], []], [], [], [], [], [], [], [],
> [], []]
>
>
> why isnt that last a
>
> [[[...]],[],[],[],[],[],[],[],[],[]]
>
>
> Puzzled :)
>
> Matt.
> --
To get an n by m grid I would use
[[[] for i in xrange(m)] for j in xrange(n)]
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
timated the people I work with.
having
reduced the problem to only 4 input variables. They carefully produced a
spreadsheet with 20 scenarios. There were clearly 4 scenarios missing, but also
4 pairs of duplicates in the input space; worse only one of the duplicate pairs
agreed on the action. sig
re various decision table techniques, but good
> algorithms seem to be in short supply.
in practice the decisions are mostly singletons and I'm fairly sure which order
they have to be made in.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Diez B. Roggisch wrote:
> Robin Becker wrote:
>
>...
>> terms or something, but perhaps I am daft.
>
> Triggered this in some deep-rootet parts of my brain stem:
>
> http://en.wikipedia.org/wiki/Quine-McCluskey_algorithm
.
seems like the sort of thing I can de
Paul Hankin wrote:
> On Feb 5, 10:52 am, Robin Becker <[EMAIL PROTECTED]> wrote:
>> I have a couple of business decisions to make that essentially use 6 binary
>> input variables. After the business users have gone back and forth for two
>> weeks
>> trying to buil
e. It
seems to me I need to solve an overdetermined binary equation system and then
choose the solution with the shortest number of terms or something, but perhaps
I am daft.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
tarun wrote:
> Thanks a lot Robin.
>
> I tried using self.log and instead of self.log.list. *Code is attached.*
> But this gives me a panel and listctrl in it. The extra blank space
> around the listctrl in window1 is something that I don't need.
Use a sizer to mana
UI to manage the listctrl, not the panel. If I
understand correctly then your other problems stem from that as well.
Try passing self.log to AddPane, instead of self.log.list.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
--
http://mail.python.org/mailman/listinfo/python-list
Robin Becker wrote:
> I'm having trouble with defining a completely transparent bitmap
> for use as a stipple in a canvas
>
>
...
after a bit of searching I find that stipples cannot be created with the
tk image command; for non-standard stipples you need to use a file.
s, kw)
File "C:\Python\lib\lib-tk\Tkinter.py", line 2145, in _create
*(args + self._options(cnf, kw
_tkinter.TclError: bitmap "gray0" not defined
if I change gray0 to one of the predefined names eg gray12 then the
create_rectangle succeeds. The tk manual seems to suggest I should be
able to do this, but it doesn't seem to work even in tk. Is there a way
to define a stipple without a file?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
to share my own ideas:
>
> Seems
>
> COMPLEX*16/complex*16 ~= complex
> REAL*8/real*8 ~= float
> INTEGER/integer ~= int/long
>
you probably want to look at numpy an extension that handles lots of matrix
things with great ease. I think it now lives at htt
s to be creating an egg and that bit
is failing.
Is there some easy way to avoid this broken egg syndrome and just use ordinary
distutils?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Robin Becker wrote:
>> Ok. Still, I would write it as
>>
>> #if defined(__LITTLE_ENDIAN__)
>> #undef WORDS_BIGENDIAN
>> #elif defined(__BIG_ENDIAN__)
>> #undef WORDS_BIGENDIAN
>> #define WORDS_BIGENDIAN 1
>> #endif
>>
>> Re
error if the variable isn't defined,
but that is cleaner
thanks for the assistance
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
sing WORDS_BIGENDIAN so fewer changes need to be
made to the code. It just makes resynching with the upstream code
easier. If neither are defined we get to use the definition from
setup.py if it's needed.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
undef WORDS_BIGENDIAN
# endif
# define WORDS_BIGENDIAN 1
# else
# ifdef __LITTLE_ENDIAN__
# ifdef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#
27;t define the gcc macros the we
seem to get the wrong result.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
splays a known bug when run on a ppc.
>> Have you reported the problem at http://bugs.python.org/? A minimal
>> example could help us to fix the problem.
>
> At first, I also thought that Robin suggested that there is a problem
> with Python. Upon re-reading, I now believe he ra
4 different binaries
are being squashed together in these universal binaries.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
3100 for PyxAggregateTailMerge
C:\code\users\robin>
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
ed GetDirItemData to wx.GenericDirCtrl, which returns a reference
to the data object associated with an item in the control. (Patch
#1836326)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
--
http://mail.python.org/mailman/listinfo/python-list
t;>>> im0.getcolors()
> [(55367, (255, 1, 25, 255)), (24104, (24, 79, 235, 255)), (46529, (0, 0, 0,
> 0))]
>>>> im1 = Image.open('400px-Wiki_letter_w.svg.png')
>>>> im1.mode
> 'RGBA'
>>>> im1.getcolors()
>>>> im1.getcolors() is None
> True
>>>>
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
ariable into a function/method, you can risk
that your own "copy" will be "pointing" (For a lack of better words) to a
different object. This won't happen in Python. Mutable objects make it
seem very similar though.
--
regards,
Robin
--
http://mail.python.org/mailman/listinfo/python-list
ass thus
turning all my modules into instances of class_war :)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
something for the core python developers and not
for me to fix, or even advice in, so if you want to be on the safe side to
ensure no breakage, don't touch it on my advice.
--
regards,
Robin
--
http://mail.python.org/mailman/listinfo/python-list
Bjoern Schliessmann wrote:
> Robin Becker wrote:
>
>> I'm trying to determine the transparency information for a png
.
>> guessing I need the alpha channel, but is there a way to get hold
>> of it?
>
> For accessing the alpha channel, there is an R
of the way png does transparency. I'm
guessing I need the alpha channel, but is there a way to get hold of it?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
!
>
> Cheers!!!
> Albert-Jan
>
> Cheers!
> Albert-Jan
I guess that depends on what you want to research. If you're into developing
python I'd start lurking on the python dev list; if you're into compilers and
basic blocks then the pypy list is just the thing et
too exotic, but otherwise it works quite well. If
that
sounds OK I can send you a script that I use.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Neal Becker wrote:
> What's wrong with this?
> type(struct.unpack('l','\00'*8)[0])
>
>
> Why I am getting 'int' when I asked for 'long'?
>
> This is on python-2.5.1-15.fc8.x86_64
>
On my AMD 64 I think int is 64 bits
$ py
saved_nodes = []
>for A in active_nodes[:]:
> ..
> if not cond:
> saved_nodes.append(A)
>
> ..
>active_nodes = saved_nodes
>.
>
I like this approach, better than mine.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
ven faster:
> active_nodes = [node for node in active_nodes if node not in
> deleted_nodes], where deleted_nodes is a set.
>
>
> Normal micro-optimization techniques apply here too, like looking up
> the remove() method ahead of time and so on.
>.
yes indeed and they'
are O(n/2) on average. On the other hand we have to keep this
list in sorted order. What data structure should I be using? I should add that
I
tried using a __cmp__ method to assist in doing the sorted insert, but that
interfered with the simple active_nodes.remove.
--
Robin Becker
--
http:
embedded language. Of course the embedding was the final application as the
controlling computers were really puny eg pdp8/9/11.
At that time the concept of free software hadn't even arisen. I believe forth
was proprietary, but it was widely available to academics and many machine
tools
the frozen one in Z-order to paint
through, and also mouse events clicking through to the lower window.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
--
http://mail.python.org/mailman/listinfo/python-list
thon+mysql; I dispute the value of "kicking
our butts" though. When I voted python was running at 39.8% about equal
to java+php (41.4%).
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
254, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
File "C:\Python\lib\copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
File "C:\Python\lib\copy.py", line 322, in _reconstruct
y = callable(*args)
File "C:\Python\lib\copy_reg.py", line 92, in __newobj__
return cls.__new__(cls, *args)
TypeError: object.__new__(_hashlib.HASH) is not safe, use
_hashlib.HASH.__new__()
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 12, 12:58 pm, Florian Lindner <[EMAIL PROTECTED]> wrote:
> Hello,
> can I determine somehow if the iteration on a list of values is the last
> iteration?
>
> Example:
>
> for i in [1, 2, 3]:
>if last_iteration:
> print i*i
>else:
> print i
>
> that would print
>
> 1
> 2
>
On Oct 10, 8:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Oct 10, 12:30 pm, Robin Kåveland <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi there. I'm basically in the process of writing my first substantial
> > application in Python, and
Hi there. I'm basically in the process of writing my first substantial
application in Python, and I've made a couple of (I'd like to say)
design decisions so it won't just be a jumble. So, I've divided my
program into three sub-packages, core, plugins and utilities.
The core will be needed for the
ht it was funny. Can't I make fun of
> politicians in my open source projects? Besides there is
> a great tradition of tounge-in-cheek package names, like
> "Cold fusion", for example.
>...
I think it's an excellent name :)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
e job has been done.
A javascript timeout periodically performed the query request and used the
response to update the ticker.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
nks.
>
You should probably eat beautiful soup at
http://www.crummy.com/software/BeautifulSoup/documentation.html
which helps with this sort of task.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Tim Williams wrote:
> On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote:
>> Is there a way to use smtplib to get recipient validation. I can use smtplib
>> quite happily to send emails using the locahost's sendmail, but sendmail is
>> just
>> fire and f
mtp setups do enforce recipient
validation, but it doesn't seem terribly easy to do this with sendmail. I
wondered if there were some way to do this in python?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
styles, this style replaces wx.BORDER_DOUBLE.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
--
http://mail.python.org/mailman/listinfo/python-list
ll is wrong and may not even
be possible. It also allows for the carefully crafted binary extensions
to be substituted by anyone with write permission to the cache folder.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
of not reading the FineManual(tm) ?
well I didn't write the installer or the associated egg setup. The egg things
are supposed to do the right thing, but perhaps they're too difficult for the
egg layers.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Bruno Desthuilliers wrote:
> Robin Becker a écrit :
>> John J. Lee wrote:
>>
>>> Robin Becker <[EMAIL PROTECTED]> writes:
>>>
>>>> I see a folder .python-eggs in my home directory on one of our servers
>>>> with various .so file
John J. Lee wrote:
> Robin Becker <[EMAIL PROTECTED]> writes:
>
>> I see a folder .python-eggs in my home directory on one of our servers
>> with various .so files
>>
>> ~/.python-eggs/MySQL_python-1.2.2-py2.3-freebsd-6.1-SECURITY-i386.egg-tmp/_mysql.so
>&g
mro__ for the base class A immediately preceding B and then
invokes the descriptor with the call: A.__dict__['m'].__get__(obj, A). "
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
I see a folder .python-eggs in my home directory on one of our servers with
various .so files
~/.python-eggs/MySQL_python-1.2.2-py2.3-freebsd-6.1-SECURITY-i386.egg-tmp/_mysql.so
are these just left behind from some install process?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo
ed that fact, and are now
> merely haggling about the price".
>
allegedly G B Shaw
(http://findarticles.com/p/articles/mi_qn4158/is_19980925/ai_n14182408)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
18 | 14.06 | 14.4050 | 0.800278 | ssh:app5:1258
62 | 48.44 | 30.0170 | 0.484145 | all local
128 |100.00 | 101.8940 | 0.796047 | total
Time elapsed since scheduler creation 15.203687
Real average time 0.118773438036
#
specify that unicode-->str should use
'utf8' rather than 'ascii' in all non-specific cases?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
rresponds to -infinity.
In practice, I think your radiation pattern plot might correspond to
gain (or attenuation). Just relabel your plot and change the values to
positive. If you do that and the plots look familiar then you have an
answer.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
ng its own timeout seems to make the socket
defaulttimeout irrelevant since I can have no per socket control over it. I
think this came up before and I just forgot about it mumble mumble
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
elif hasattr(e, 'code'):
return 1, escape('The server couldn\'t fulfill the
request.\nError code: '+str(e.code))
else:
# everything is fine
h = self.headers = {}
return 0,..
finally:
socket.setdefaulttimeout(oto)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
ent and then
I
need a fairly robust way to generate reasonable candidates.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Thomas Jollans wrote:
> Robin Becker wrote:
...
>> I'm not sure my postscript is really good enough to do the latter so I
>> hoped to pursue a python based approach which has a low probability of
>> busting. Originally I thought the range was a 16bit number which is w
do the latter so I hoped to
pursue a python based approach which has a low probability of busting.
Originally I thought the range was a 16bit number which is why I started with
16bit hashes.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Josiah Carlson wrote:
> Robin Becker wrote:
>> Is the any way to get an efficient 16bit hash in python?
>
> hash(obj)&65535
>
> - Josiah
yes I thought of that, but cannot figure out if the internal hash really
distributes the bits evenly. Particularly since it seems
Is the any way to get an efficient 16bit hash in python?
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
mework. The implication is that you
know better than the overall fitness requirement. The additional expressions
and
redundancies allow for extra mutation and combination possibilities which is a
good thing for the whole population. If you must, add the requirement to the
target ie gi
.errno != EAGAIN:
> raise
> print >>sys.stderr, "exiting, another copy currently running"
>
> import time
> time.sleep(2)
>
> (I tested it on linux only!)
>
many interesting suggestions, unfortunately I'm not exactly sure about the
filesystem to be used. I think it might be some kind of NFS which might impact
some of these solutions.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Wildemar Wildenburger wrote:
> Robin Becker wrote:
>
> Well I can think of a dumb way: create a temporary file during the
> transaction and have your script check for that before running its main
> body.
>
>
> I think thats the most hassle free way of doing
(or whether to do some of the
> remaining work, etc.).
>
that might work, but this runs on someone's java solaris box with possible
many
connections going on. I doubt I'd be able to guarantee a particular port.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
work(). Is there a smart way to avoid running simultaneously.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
t they go very deep.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
s shadowed so
then we start having to recur and we'll have names like
my_my_new.py my_my_list.py .. my_my_my_new.py .
I leave as an exercise the algorithm which chooses the appropriate version of
new/list to use :)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
_
a<&>b
ie always wrap the value, but access to the original is possible via __raw__.
However, if you do anything like x.strip() the original is lost. I'm not sure
that's a bad thing, but I thought I would ask what others do for this problem.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Robin Becker wrote:
> I am getting an error while building python-2.5.1 on a freebsd 6.1 machine as
> a
> normal user
>
> ./configure --prefix=/home/me/mypython --enable-unicode=ucs2
>
> seems to work fine, but make install fails whilst running
>
> Compiling
> /
ata.o so I guess it's not being built for some reason.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
Tijs wrote:
> Robin Becker wrote:
...
> Zip files contain a bit flag for the character encoding (cp430 or utf-8),
> see the ZipInfo object in module zipfile and the link (on that page) to the
> file format description.
> But I think some zip programs just put the path in the z
these path string conversions?
Paths appear to come from all sorts of places and given the increasing use of
zip file packaging it doesn't seem appropriate to rely on the current platform
as a single choice for the default encoding.
--
Robin Becker
--
http://mail.python.org/mailman/lis
ite me back !
>
> Really appreciable for a word of mouth with our friends !!!
>
> Cheers,
> Srini
>
Boy have you got the wrong vampire ;)
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
acement with ctypes?
>
>
> Thomas
>
I just tried and the latest calldll compiles pretty much out of the box and so
I
sent him the pyd. Just more legacy code; eventually calldll won't compile and
then the conversion will be forced anyhow.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list
base control, added in wxPython 2.7.1.1.
Update to latest FloatCanvas from Chris Barker.
The pywxrc tool now properly supports generating classes for menus and
menubars, and also creating attributes for menus, menubars and menu
items.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give
501 - 600 of 896 matches
Mail list logo