I'm starting a new hopfully-commercial project soon, and I face a
dilemma about whether Python with wxPython would be appropriate.
The project has 3 main areas:
a) manipulation of lists and trees, using..
b) a hopefully dead-sexy gui, all in order to...
c) eventually pump out certain bits of the datastructure over the
network in semi-realtime (< 10ms accuracy or so).
The target is Win32 for now (98 - XP). Now, if it were up to me, I'd use
Delphi - it's what I know best. But I'm working with a less experienced
developer with whom I have no languages in common. He's keen to get
started on C#, I've toyed with C# and though it looks easy, I don't see
any major gains over what I already know.
I've read a lot about python and done some mini-stuff in it, and been
impressed with it's ease and conciseness. What worries me is wxPython:
looking at the demo code, it's quite verbose and 'bitty'. I'm also
unclear as to how easy custom controls are to build.
Am I just being confused by my newbie-ness, or are my initial concerns
justified? What's anybody else's experiences with gui programming in
wxPython like vs a RAD like Delphi or .NET?
Thanks,
James.
[Python] wxPython worries
| Tweet |
|
Search Discussions
-
Guyon Morée at Jan 14, 2004 at 3:19 pm ⇧
I've got the same worries, but I'm still not really convinced...
boa-constructor is nice... but not there yet
"James Goldwater" <james at eccehomo.co.uk> wrote in message
news:mailman.352.1074092092.12720.python-list at python.org...I'm starting a new hopfully-commercial project soon, and I face a
dilemma about whether Python with wxPython would be appropriate.
The project has 3 main areas:
a) manipulation of lists and trees, using..
b) a hopefully dead-sexy gui, all in order to...
c) eventually pump out certain bits of the datastructure over the
network in semi-realtime (< 10ms accuracy or so).
The target is Win32 for now (98 - XP). Now, if it were up to me, I'd use
Delphi - it's what I know best. But I'm working with a less experienced
developer with whom I have no languages in common. He's keen to get
started on C#, I've toyed with C# and though it looks easy, I don't see
any major gains over what I already know.
I've read a lot about python and done some mini-stuff in it, and been
impressed with it's ease and conciseness. What worries me is wxPython:
looking at the demo code, it's quite verbose and 'bitty'. I'm also
unclear as to how easy custom controls are to build.
Am I just being confused by my newbie-ness, or are my initial concerns
justified? What's anybody else's experiences with gui programming in
wxPython like vs a RAD like Delphi or .NET?
Thanks,
James. -
Lars Heuer at Jan 14, 2004 at 5:34 pm ⇧
Hello Guyon,I've got the same worries, but I'm still not really convinced...There's another free tool:
boa-constructor is nice... but not there yet
wxGlade
http://wxglade.sourceforge.net/
Commercial tools:
wxDesigner:
http://www.roebling.de/
DialogBlocks:
http://www.anthemion.co.uk/dialogblocks/
Maybe some of these tools fit your needs. I've no deep experience with
them all. :)
HTH,
Lars
-
Lars Heuer at Jan 14, 2004 at 5:51 pm ⇧
Hello again,
Forgot to mention SPE (uses the mentioned wxGlade):
http://spe.pycs.net/
Maybe this tool is more "IDE"-like. ;)
Regards,
Lars
-
Notice: Undefined variable: pl_u_link_beg in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 831
Notice: Undefined variable: pl_u_link_end in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 831
Notice: Undefined variable: pl_u_link_beg2 in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 833
Joe Francia
Notice: Undefined variable: pl_u_link_end in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 833
at Jan 14, 2004 at 8:03 pm ⇧
I share your concerns with wxPython - it's a good, powerful toolkit, butJames Goldwater wrote:
I'm starting a new hopfully-commercial project soon, and I face a
dilemma about whether Python with wxPython would be appropriate.
The project has 3 main areas:
a) manipulation of lists and trees, using..
b) a hopefully dead-sexy gui, all in order to...
c) eventually pump out certain bits of the datastructure over the
network in semi-realtime (< 10ms accuracy or so).
The target is Win32 for now (98 - XP). Now, if it were up to me, I'd use
Delphi - it's what I know best. But I'm working with a less experienced
developer with whom I have no languages in common. He's keen to get
started on C#, I've toyed with C# and though it looks easy, I don't see
any major gains over what I already know.
I've read a lot about python and done some mini-stuff in it, and been
impressed with it's ease and conciseness. What worries me is wxPython:
looking at the demo code, it's quite verbose and 'bitty'. I'm also
unclear as to how easy custom controls are to build.
Am I just being confused by my newbie-ness, or are my initial concerns
justified? What's anybody else's experiences with gui programming in
wxPython like vs a RAD like Delphi or .NET?
Thanks,
James.
it lacks consistent and clear documentation, and a decent screen painter
(wxGlade probably is the most complete).
If you have the budget (USD 399 per developer), you may want look at
BlackAdder from The Kompany. It uses the PyQt bindings for the Qt
toolkit, which I find to be a bit better than wxPython/wxWindows, a bit
more polished and consistent. The package includes the BlackAdder
editor, the QtDesigner, PyQt docs and a license to redistribute the PyQt
libraries for win32 (which is really what you're paying for - most of
this is available for free on GPL'ed systems).
Another option is to extend/embed Python with Delphi; specifically, use
Delphi for the GUI, and Python for the logic. There's some Delphi
bindings and documentation here:
http://membres.lycos.fr/marat/delphi/python.htm
http://www.atug.com/andypatterns/pythonDelphiTalk.htm
-
PT at Jan 14, 2004 at 8:21 pm ⇧
None of the Python GUI toolkits support making good custom controls asWhat worries me is wxPython:
I'm also
unclear as to how easy custom controls are to build.
well as Java and .NET do. TKinter is probably the best Python option
for that. If you are comfortable with Windows programming though,
wxPython will not be too difficult.Am I just being confused by my newbie-ness, or are my initial concernsIf you want something similar to Delphi or .NET, then you would
justified? What's anybody else's experiences with gui programming in
wxPython like vs a RAD like Delphi or .NET?
probably like QT Designer much better than the wx options. See
BlackAdder (Win, $$) or eric3 (Linux, free):
http://www.thekompany.com/products/blackadder/
http://www.die-offenbachs.de/detlev/eric3.html
If money isn't an issue though, just stick with Visual Studio and C#
and let the other guy do most of the work.
-
James Goldwater at Jan 14, 2004 at 9:41 pm ⇧
It's not the RADdish-ness (is that a word?) - drag'n'drop, property
assignment etc - that concerns me, it's the ease of gui building - by
hand is fine (oh how I've come to 'love' Java's layout managers...)
Custom controls is the biggie then. I think I'll have a punt at building
a custom control in wxPython to see if it's even feasible. Anybody want
an arbitrary-angled triangular-wedge button? (My first custom control
in Delphi version 1, all those years back...)
PT wrote:--What worries me is wxPython:
I'm also
unclear as to how easy custom controls are to build.
None of the Python GUI toolkits support making good custom controls as
well as Java and .NET do. TKinter is probably the best Python option
for that. If you are comfortable with Windows programming though,
wxPython will not be too difficult.Am I just being confused by my newbie-ness, or are my initial concerns
justified? What's anybody else's experiences with gui programming in
wxPython like vs a RAD like Delphi or .NET?
If you want something similar to Delphi or .NET, then you would
probably like QT Designer much better than the wx options. See
BlackAdder (Win, $$) or eric3 (Linux, free):
http://www.thekompany.com/products/blackadder/
http://www.die-offenbachs.de/detlev/eric3.html
If money isn't an issue though, just stick with Visual Studio and C#
and let the other guy do most of the work.
James Goldwater
I.T. Consultant
020 8949 7927 (mobile 078 999 55 265)
GPG Key: A2137B98 (pgp.mit.edu) -
John J. Lee at Jan 15, 2004 at 1:48 am ⇧
I'll make my usual comment, which is that nobody has yet contradictedJames Goldwater <james at eccehomo.co.uk> writes:
It's not the RADdish-ness (is that a word?) - drag'n'drop, property
assignment etc - that concerns me, it's the ease of gui building - by
hand is fine (oh how I've come to 'love' Java's layout managers...)
me (unusual on USENET ;-) that Qt is the most well-designed Python GUI
framework. (Qt Designer is very good, too.)
And, strangely, the PyQt commercial license is far cheaper than (C++)
Qt. $400 for former (Blackadder, from theKompany.com), $2500-odd for
the latter!
(before somebody asks: no, you *don't* need both licenses -- only the
cheap one from theKompany, who have an agreement with trolltech)
I believe Blackadder comes with Python-specific docs for PyQt, but
they're actually completely redundant, IMHO -- it's trivial to
translate the C++ docs to Python code, using the list of exceptions
distributed with PyQt. Another BTW: their FAQ page still says
Blackadder is in beta, but I think somebody here mentioned the final
version was actually released some while back (PyQt itself has been
stable for years, of course).Custom controls is the biggie then. I think I'll have a punt at[...]
PyQt is certainly good at this.
John
-
Notice: Undefined variable: pl_u_link_beg in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 831
Notice: Undefined variable: pl_u_link_end in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 831
Notice: Undefined variable: pl_u_link_beg2 in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 833
Joe Francia
Notice: Undefined variable: pl_u_link_end in /home/whirl/sites/grokbase/root/www/public_html__www/cc/flow/tpc.php on line 833
at Jan 15, 2004 at 3:44 am ⇧
I'll second that, and go as far as to say it's a very good GUI frameworkJohn J. Lee wrote:
I'll make my usual comment, which is that nobody has yet contradicted
me (unusual on USENET ;-) that Qt is the most well-designed Python GUI
framework. (Qt Designer is very good, too.)
no matter how you speak to it.And, strangely, the PyQt commercial license is far cheaper than (C++)$400 is for preofessional use. For personal use, it's $80, but you lose
Qt. $400 for former (Blackadder, from theKompany.com), $2500-odd for
the latter!
the right to distribute your apps (but maybe not if you release them
under the GPL - I should look into that).I believe Blackadder comes with Python-specific docs for PyQt, butYou do get a copy of the docs with your BA purchase. The Kompany also
they're actually completely redundant, IMHO -- it's trivial to
translate the C++ docs to Python code, using the list of exceptions
distributed with PyQt.
sells the PyQt docs separately for $20 for a one-time purchase, or $70
for a yearly subscription; that is, all updates for one year are included.
Another BTW: their FAQ page still saysBlackadder is in beta, but I think somebody here mentioned the finalIt is indeed stable. The one thing I don't like about BlackAdder is
version was actually released some while back (PyQt itself has been
stable for years, of course).
BlackAdder itself, the editor portion. It's not terrible - it just
doesn't behave quite like I expect a dedicated Python editor to behave.
I usually create my GUI in the Qt Designer, and then edit the Python
stuff in Eric (Linux) or SciTE (win32).
-
Jarek Zgoda at Jan 14, 2004 at 8:52 pm ⇧
I love Delphi but I would choose Python for simplicity, flexibility andJames Goldwater <james at eccehomo.co.uk> pisze:
The target is Win32 for now (98 - XP). Now, if it were up to me, I'd use
Delphi - it's what I know best. But I'm working with a less experienced
developer with whom I have no languages in common. He's keen to get
started on C#, I've toyed with C# and though it looks easy, I don't see
any major gains over what I already know.
library (will not mention that it works on AS/400, the best
minicomputer(!) ever made).
But I'm rather guerilla guy and mainstream makes me sick.
(NP: The Pogues - Sally MacLennane)
--
Jarek Zgoda
Unregistered Linux User #-1
http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/ -
Jarek Zgoda at Jan 15, 2004 at 6:12 pm ⇧
Since nobody ever produced any other. Only IBM produced machines that?????? ? <mk at net.mail.penguinista> pisze:Why is it the best minicomputer ever made?
(will not mention that it works on AS/400, the best
minicomputer(!) ever made).
I really want to know!
can be called "midrange" (something between microcomputer and "real
computer", the famous S/390 mainframe). They still use this terminology.
--
Jarek Zgoda
Unregistered Linux User #-1
http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/ -
Skip Montanaro at Jan 15, 2004 at 8:14 pm ⇧
>>(will not mention that it works on AS/400, the best minicomputer(!)
ever made).Jarek> Since nobody ever produced any other. Only IBM produced machinesWhy is it the best minicomputer ever made? I really want to know!
Jarek> that can be called "midrange" (something between microcomputer
Jarek> and "real computer", the famous S/390 mainframe). They still use
Jarek> this terminology.
You seem to be forgetting (at least) DEC's VAX line of computers. Data
General and PR1ME had computers classed as "mini" computers also. I'm sure
there were others.
Skip
-
Cameron Laird at Jan 15, 2004 at 8:23 pm ⇧
In article <bu6l68$8uv$1 at atlantis.news.tpi.pl>,
Jarek Zgoda wrote:?????? ? <mk at net.mail.penguinista> pisze:.Since nobody ever produced any other. Only IBM produced machines that(will not mention that it works on AS/400, the bestWhy is it the best minicomputer ever made?
minicomputer(!) ever made).
I really want to know!
can be called "midrange" (something between microcomputer and "real
computer", the famous S/390 mainframe). They still use this terminology.
.
.
Sneaky, Jarek; but there were a LOT of "minicomputer"
manufacturers, including DEC, Data General, HP, Prime,
...
-
Jarek Zgoda at Jan 16, 2004 at 7:25 pm ⇧
Oops! It seems I'm too young to make such authoritative statements, my.Cameron Laird <claird at lairds.com> pisze:Since nobody ever produced any other. Only IBM produced machines that
Why is it the best minicomputer ever made?
I really want to know!
can be called "midrange" (something between microcomputer and "real
computer", the famous S/390 mainframe). They still use this terminology.
.
.
Sneaky, Jarek; but there were a LOT of "minicomputer"
manufacturers, including DEC, Data General, HP, Prime,
...
adventure with computers started in mid-80's. So, please, take my
apologies for inconvenience.
--
Jarek Zgoda
Unregistered Linux User #-1
http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/ -
Cousin Stanley at Jan 15, 2004 at 8:33 pm ⇧
Jarek ....Why is it the best minicomputer ever made?
I really want to know!
Since nobody ever produced any other.
Only IBM produced machines that can be called "midrange"
(something between microcomputer and "real computer",
the famous S/390 mainframe). They still use this terminology.
Honeywell also produced a line of mid-range machines
called the Level 6 minicomputers ....
These machines ran an operating system
which had an internal architecture
and command line interface different from,
but vaguely similar, to Multics, a Honeywell mainframe OS ....
Multics was a major predecessor of Unix,
a euphemism for Multics Without Balls
deemed so by the original developers themselves ....
Without Multics there might not be
any such thing as Unix or Linux ....
You can find the history of Multics at ....
http://www.multicians.org
--
Cousin Stanley
Human Being
Phoenix, Arizona -
Steve Williams at Jan 17, 2004 at 3:46 am ⇧
HP/3000, taken off the sales list last Halloween.?????? ?. wrote:
(will not mention that it works on AS/400, the best
minicomputer(!) ever made).
Why is it the best minicomputer ever made?
I really want to know!
A joy to work with.
Believe it or not, it was ported to run as a UNIX emulator in the '80s,
so it could be available forever, but HP's politics killed it.
Gresham's law applied to computing: bad software drives out good.
(Perl vs Python, et cetera, et cetera).
-
Frank Bechmann at Jan 17, 2004 at 2:22 pm ⇧
OS-wise an incredible innovative and visionary machine,
programming-wise you had .NET (read as: multi-language
runtime-environment) since more than a decade. unequaled productivity
for business application development with the usual triple
dialog-processing - business logic - database.
if only it had more cool ILE-languages than RPG, CL, Cobol and a
poorly supported C/C++.
btw.: there is even a python port for the AS/400, but even if CL as
ugly as a nightmare it can't be beaten in terms of productivity on an
AS/400.
-
Jarek Zgoda at Jan 17, 2004 at 2:30 pm ⇧
Yes, htpp://www.iseriespython.com/. Discovery of existence of Python forFrank Bechmann <fBechmann at web.de> pisze:
btw.: there is even a python port for the AS/400, but even if CL as
ugly as a nightmare it can't be beaten in terms of productivity on an
AS/400.
iSeries made me switch back to AS/400 from Unix.
--
Jarek Zgoda
Unregistered Linux User #-1
http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/ -
MetalOne at Jan 16, 2004 at 6:57 am ⇧
I have recently been trying to build some GUIs with wxWindows. The
first problem that I ran across involved not being able to send and
event from a worker thread to the GUI thread and get the GUI thread to
process the event while the user had a menu pulled down. I wrote a
bug report and this has since been fixed. Tkinter has issues here
also. There is no means for a worker thread to put an event in the
GUI thread.
The second problem that I have run across is that tab order between
controls is the order that controls are added. You can't get tabbing
to skip a control. If you dynamically add/remove controls you can't
achieve your desired tab order.
wxWindows seems like a very impressive work. The demo is certainly
impressive. I also suppose I shouldn't rant to much about something
that is free. However my first two GUIs hit critical problems, and
these were really simple GUIs. Granted, the first problem has been
fixed now, and I have not yet written a bug report on the second.
Tkinter is also giving me problems. I have been trying to add
controls to a canvas and to have a scrollbar that will scroll the
controls on the canvas. I think I have it figured out now, but it is
damn near impossible to figure out from the documentation. I had to
scour the internet looking for solutions.
I have also played with displaying video in both wxWindows and Tk.
I have raw gray scale data simply as a list of values range 0-255.
Using PIL I can easily convert to a format wxWindows and Tk can
display. I get around 30 fps with wxWindows and 15 fps with Tk.
However, all images wxWindows displays must be full 24-bit color. If
the images didn't need to be expanded to (r,g,b) I would expect
signifcant speed up. I don't know why Tk is so much slower.
wxWindows and Tk are the only toolkits that wrap native Windows
controls. The others all emulate controls. I am thinking about
trying out another toolkit.
FOX, FLTK or GTK.
I am having enough trouble convincing people to use Python. I'd never
be able to get my work to purchase Qt. They would prefer to do
everything in VB6.
-
Stephane ancelot at Jan 16, 2004 at 7:42 am ⇧
Hi,
I have recently evaluated wxpython because I am coming from fox (for 3 years)
, but fox lacks GUI designer and wxwindows with wxpython and boa-constructor
seems to solve the problem
Thanks for your advice in wxwindows.
If you want informations about fox I can help you.
Best Regards
stephLe Vendredi 16 Janvier 2004 07:57, MetalOne a ?crit :
I have recently been trying to build some GUIs with wxWindows. The
first problem that I ran across involved not being able to send and
event from a worker thread to the GUI thread and get the GUI thread to
process the event while the user had a menu pulled down. I wrote a
bug report and this has since been fixed. Tkinter has issues here
also. There is no means for a worker thread to put an event in the
GUI thread.
The second problem that I have run across is that tab order between
controls is the order that controls are added. You can't get tabbing
to skip a control. If you dynamically add/remove controls you can't
achieve your desired tab order.
wxWindows seems like a very impressive work. The demo is certainly
impressive. I also suppose I shouldn't rant to much about something
that is free. However my first two GUIs hit critical problems, and
these were really simple GUIs. Granted, the first problem has been
fixed now, and I have not yet written a bug report on the second.
Tkinter is also giving me problems. I have been trying to add
controls to a canvas and to have a scrollbar that will scroll the
controls on the canvas. I think I have it figured out now, but it is
damn near impossible to figure out from the documentation. I had to
scour the internet looking for solutions.
I have also played with displaying video in both wxWindows and Tk.
I have raw gray scale data simply as a list of values range 0-255.
Using PIL I can easily convert to a format wxWindows and Tk can
display. I get around 30 fps with wxWindows and 15 fps with Tk.
However, all images wxWindows displays must be full 24-bit color. If
the images didn't need to be expanded to (r,g,b) I would expect
signifcant speed up. I don't know why Tk is so much slower.
wxWindows and Tk are the only toolkits that wrap native Windows
controls. The others all emulate controls. I am thinking about
trying out another toolkit.
FOX, FLTK or GTK.
I am having enough trouble convincing people to use Python. I'd never
be able to get my work to purchase Qt. They would prefer to do
everything in VB6. -
Eric Brunel at Jan 16, 2004 at 9:21 am ⇧
MetalOne wrote:
[snip]Tkinter has issues hereWe've successively used the event_generate method on Tkinter widgets from worker
also. There is no means for a worker thread to put an event in the
GUI thread.
threads to communicate with the main thread. You can also have less
straightforward solutions involving the main thread regularly checking for a
Queue or Event (using the after method) to get events from the worker threads.
So you definitely can't say there's "no means" to do it. But it's clearly not as
easy as it should.
[snip]Tkinter is also giving me problems. I have been trying to addThe documentation is clearly the main problem with Tkinter. It's not really that
controls to a canvas and to have a scrollbar that will scroll the
controls on the canvas. I think I have it figured out now, but it is
damn near impossible to figure out from the documentation. I had to
scour the internet looking for solutions.
there's not enough, but useful information must be gathered from too many places...
The best places are:
- For beginners, "Thinking in Tkinter" from Stephen Ferg:
http://www.ferg.org/thinking_in_tkinter/index.html
- Tkinter demos in the Python distribution: unfortunately one of Tkinter's best
kept secrets. Just go to <Python root>/Demo/tkinter and look at the scripts.
I've learnt a lot from them, even if they're far from perfect (where on earth
did they get the idea to make all their application inherit from Frame?!)
- "An introduction to Tkinter" from Fredrik Lundh:
http://www.pythonware.com/library/tkinter/introduction/index.htm - very useful,
but unfortunately incomplete...
- And finally the man pages for tcl/tk: http://www.tcl.tk/man/ - only useful
once you've practiced a bit, since you must know how to translate tcl/tk to
Python/Tkinter to be able to use it.
The book "Python and Tkinter programming" from John Grayson seems interesting,
but I never used it myself. You can get an idea of its contents and download the
example scripts here: http://www.manning.com/grayson/
HTH--
- Eric Brunel <eric dot brunel at pragmadev dot com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com -
Jorge Godoy at Jan 16, 2004 at 11:35 am ⇧
On Friday 16 January 2004 04:57 MetalOne wrote in
<92c59a2c.0401152257.5b93167b at posting.google.com>:I also suppose I shouldn't rant to much about something that isI think that ranting is good *IF* it has a bug report to the
free. However my first two GUIs hit critical problems, and
these were really simple GUIs. Granted, the first problem has been
fixed now, and I have not yet written a bug report on the second.
developers to back it up.
Developers can't imagine all the uses people will do from their work
and they need to know what happened when you tried doing something so
that they can help you: fixing the problem, pointing another way of
doing it or even saying that it can't be done and making you stop
loosing your time trying to figure out what you can do :-)
With regards to the notebooks page, have you seen that there are two
methods: AddPage and InsertPage? With InsertPage you can specify the
position where the page is to be inserted, putting them on the
desired order. But I don't know if you already tried that and it
didn't do what you expected...
Be seeing you,--
Godoy. <godoy at ieee.org> -
Stephan Deibel at Jan 16, 2004 at 4:23 pm ⇧
GTK2 is worth looking at if you're writing a complex GUI and areOn Fri, 15 Jan 2004, MetalOne wrote:
wxWindows and Tk are the only toolkits that wrap native Windows
controls. The others all emulate controls. I am thinking about
trying out another toolkit.
FOX, FLTK or GTK.
worried about running into problems with wx's wrapper approach
and small differences between what the underlying widgets support.
It's fairly complex and probably has a steeper learning curve, but
has a nice design. I'm continuously amazed at what I can write on
one OS and run w/o problems on others.
On Windows, you will want to use the gtk-wimp theme, which makes
it look and act more like native Windows apps (via emulation):
http://gtk-wimp.sourceforge.net/
There are various GUI builders for GTK but I've found writing
the GUI code manually to be easy enough to do.
If you try to use it and need to build from sources, let me know
and I'll share some Python scripts that make building on Windows
(and other platforms) easier.
Stephan Deibel
--
Wing IDE for Python
Archaeopteryx Software, Inc
Take Flight!
www.wingide.com
Related Discussions
Discussion Navigation
| view | thread | post |
Discussion Overview
| group | python-list |
| categories | python |
| posted | Jan 14, '04 at 2:54p |
| active | Jan 17, '04 at 2:30p |
| posts | 25 |
| users | 19 |
| website | python.org |
