473,657 Members | 2,516 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PythonCard or Dabo?

I'm curious to know what others think of these two frameworks for
building wxPython apps.

PythonCard has been around longer, but its development seems to have
slowed. The last release, 0.8.2, has been out for quite awhile now.

Dabo is newer and seems to have gathered a lot of buzz.

Anyone try both? What's your preference and why? Is one more robust than
the other?

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Mar 19 '07 #1
8 5974
On Mar 19, 12:24 pm, Kevin Walzer <k...@codebykev in.comwrote:
I'm curious to know what others think of these two frameworks for
building wxPython apps.

PythonCard has been around longer, but its development seems to have
slowed. The last release, 0.8.2, has been out for quite awhile now.

Dabo is newer and seems to have gathered a lot of buzz.

Anyone try both? What's your preference and why? Is one more robust than
the other?

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin .com
You might want to submit this to the wxpython news-group. They'll have
a lot more on-target responses and I've noticed that some of the Dabo
creators regularly contribute to that mailing list. Personally, I
haven't had much luck with either. Dabo has great tutorials on their
website, but for some reason, I can't get it to run on my PC.
PythonCard, on the other hand, is just not intuitive for me. I am
currently experimenting with XRC.

Mike

Mar 19 '07 #2
Kevin Walzer <kw@codebykevin .comwrites:
I'm curious to know what others think of these two frameworks for
building wxPython apps.

PythonCard has been around longer, but its development seems to have
slowed. The last release, 0.8.2, has been out for quite awhile now.

Dabo is newer and seems to have gathered a lot of buzz.

Anyone try both? What's your preference and why? Is one more robust
than the other?
Incidentally, there's also boa constructor, which at least has the
best name of the three :)

Mar 19 '07 #3
Kevin Walzer wrote:
I'm curious to know what others think of these two frameworks for
building wxPython apps.

PythonCard has been around longer, but its development seems to have
slowed. The last release, 0.8.2, has been out for quite awhile now.

Dabo is newer and seems to have gathered a lot of buzz.

Anyone try both? What's your preference and why? Is one more robust than
the other?
It's not just a matter of robustness. PythonCard is limited to GUI
development, while Dabo is a fully-fledged application architecture
intended to allow you to build complete suites. So not only does it have
a superior GUI editor, it also has report development facilities and
many other features that simply weren't envisaged for PythonCard.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings http://holdenweb.blogspot.com

Mar 19 '07 #4
On Mar 19, 10:24 am, Kevin Walzer <k...@codebykev in.comwrote:
I'm curious to know what others think of these two frameworks for
building wxPython apps.

PythonCard has been around longer, but its development seems to have
slowed. The last release, 0.8.2, has been out for quite awhile now.

Dabo is newer and seems to have gathered a lot of buzz.

Anyone try both? What's your preference and why? Is one more robust than
the other?

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin .com

It all depends on what your needs are. I agree with Steve's comment
that the two packages has somewhat of a different application in
mind. If you need a working GUI application working *really* quick, I
highly recommend Pythoncard - but if you need anything else, you might
look at other packages.

You might not see lots of development activities with Pythoncard but
sometimes not being the breeding edge has its place.

Mar 19 '07 #5
On 19 Mar 2007 10:40:03 -0700, ky******@gmail. com wrote:

....
>You might want to submit this to the wxpython news-group.
....

What is the name of this newsgroup? I can't seem to locate it on my
news server.

Thanks,

Bill

Jun 2 '07 #6
On Jun 2, 7:20 am, Bill Maxwell
<bill_maxwell_n otMyRealAddr... @notreal.netwro te:
On 19 Mar 2007 10:40:03 -0700, kyoso...@gmail. com wrote:

...>You might want to submit this to the wxpython news-group.

...

What is the name of this newsgroup? I can't seem to locate it on my
news server.

Thanks,

Bill
You probably mean wxPython-users mailing list. You can find more info
here:
http://www.wxpython.org/maillist.php

Another alternative are GUI designers such as wxGlade or XRCed, both
of which ship with SPE (http://pythonide.stani.be). Dabo is especially
usefull (but not limited to) developping database applications as it
is an open source alternative to Visual Fox pro.

Stani
--
http://www.stani.be

Jun 2 '07 #7

"Bill Maxwell" <bi************ *************** @notreal.netwro te in message
news:2f******** *************** *********@4ax.c om...
| On 19 Mar 2007 10:40:03 -0700, ky******@gmail. com wrote:
|
| ...
| >You might want to submit this to the wxpython news-group.
| ...
|
| What is the name of this newsgroup? I can't seem to locate it on my
| news server.

The wxpython mailing list is mirrored on server news.gmane.org as
gmane.comp.pyth on.wxpython,

tjr

Jun 2 '07 #8
On Jun 2, 2007, at 7:22 AM, SPE - Stani's Python Editor wrote:
Another alternative are GUI designers such as wxGlade or XRCed, both
of which ship with SPE (http://pythonide.stani.be). Dabo is especially
usefull (but not limited to) developping database applications as it
is an open source alternative to Visual Fox pro.
Sorry for coming into this discussion late; I was away celebrating
our 21st anniversary with my wife!

I think that the most important thing to consider in deciding
between one or the other is what it is you want to do. PythonCard is
much easier if you want to create a simple GUI app. In fact, when I
first started working with Python, I used PythonCard to develop my
first GUI apps, and we've paid homage to PythonCard in Dabo by
incorporating some of their better ideas. :-). The problem I found
was that I quickly ran into a wall where I needed to do something
that PythonCard didn't do, and the workaround was more complex than
if I had started with plain wxPython in the first place. Since at
that time PythonCard didn't support sizers, and I needed cross-
platform apps, it really didn't handle the hard stuff like sizers
very well.

When I started with the Dabo Class Designer, I made it sizer-centric
from the start, since I felt then that sizers are a necessity in UI
design. Yes, we also support fixed-position/size controls, but I
think that the investment in grokking sizers pays off many times
over, especially when you can see exactly how something will look up
front, rather than guessing in code and then modifying your code when
the result isn't what you wanted.

The other thing I would point out is that the Dabo Class Designer is
written in 100% Dabo code: no raw wxPython or external libraries are
used. The Class Designer is probably one of the most complex
applications I have ever written in my 20+ years as a developer, and
Dabo can handle it just fine. To me, that demonstrates that not only
is the UI class library rich and robust, but the event model that we
wrote is also very powerful. If you have an app that requires a more
complex UI than the Dabo Class Designer, I'd sure like to see it!

So if you ask me which product to use, I would naturally be inclined
to say Dabo, but really, the main question is just how complex is
your app. If you need to work with a backend database, well, then
it's a no-brainer - Dabo is designed to handle data as well as any
free or commercial tool on the market. But for a simple UI app, such
as many of the PythonCard demos, I'd have to say that you should look
at both and see which one feels more comfortable to you, and go with
that.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Jun 2 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1312
by: Ron Stephens | last post by:
Thanks, Tony, we long term newbies need to stick together ;-)) I just updated a few PythonCard versions of three of the modules from askMerlin, and posted them in a link right below the askMerlin100.py command line program. The PythonCard version of election.py in particular is very easy and illustrates what these programs do. You will have to install wxPython and PythonCard in order to use these, so I provide links for that. I must say,...
2
2081
by: Adrian Smith | last post by:
I am using pythoncard 0.7.2 for windows. I am trying to use the same code for a large number of buttons so started out by using def on_mouseDown(self,event): but then I need to display the button that I pressed but you can only have an absolute component name like: self.component.Button1.label = "clicked"
0
1190
by: Ed Leafe | last post by:
We are pleased to announce Dabo 0.3, the third major release of our data application framework. The Dabo framework is a true 3-tier design, with data access and UI code separated from your business logic. And since it's Python, and uses wxPython for its UI, it is completely cross-platform, having been tested on Linux, Windows and OS X. Download from http://dabodev.com/download This marks the first major release of Dabo since we changed...
0
1011
by: Ed Leafe | last post by:
For all of you who have been curious about Dabo, but who don't want to go through the work of installing Python, wxPython, MySQLdb, etc., on your machines, I'm pleased to announce the release of the Dabo Runtime for Windows v. 0.3. The Dabo Runtime comes in the form of a standard Windows Installer. It will install the runtime in the directory you choose, along with the Dabo framework. It will also install the Dabo Demo and IDE...
2
633
by: PipedreamerGrey | last post by:
I'm trying to create a standalone version (.exe) of PythonCard's Custdb sample using Py2Exe version 0.5.0. Everytime I attempt to compile the program, I get an error during compilation. This is the exact code I'm using in the setup file: from distutils.core import setup import py2exe setup( name = "custdb", console = , data_files = ) ]
1
1717
by: Varun Hiremath | last post by:
Hello everybody, I was trying to install pythoncard on my system and I got this error. I am using an unstable version of Debian. Can someone tell me what the error could be. Is it because I am usingUnstable version of Debian I am getting this error or is it because of some other reason. I hope I am mailing this error to the right mailing list if not pls let me know.
4
2348
by: Tequila | last post by:
I'm having some trouble starting PythonCard on my PC. I've downloaded and ran python-2.5.msi to install Python on my machine. And PythonCard-0.8.2.win32.exe to install PythonCard. When I try to run the program I get the following error: ====================================== C:\Python25\Lib\site-packages\PythonCard\tools \codeEditor>codeEditor.py Traceback (most recent call last):
31
2461
by: sdoty044 | last post by:
Just wondering on what peoples opinions are of the GUIs avaiable for Python? All I am doing is prompting users for some data (listbox, radio buttons, text box, ect...). Then I will have some text output, maybe a scrolling text message as things are happening. I have some minor things I need to do, for example, if Checkbutton X is clicked, I need to disable TextBox Y, and I would like to display the scrolling text (output)
24
2365
by: John Henry | last post by:
For serveral years, I have been looking for a way to migrate away from desktop GUI/client-server programming onto the browser based network computing model of programming. Unfortunately, up until recently, browser based programs are very limited - due to the limitation of HTML itself. Eventhough PythonCard hasn't keep up with the latest widgets in wxpython, the programs so created still works a lot better - until now. If you look at...
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.