theKompany.com releases BlackAdder

theKompany.com is pleased to announce the release of its Windows/Linux GUI development environment for Python, BlackAdder. BlackAdder combines a visual design environment with debugging, syntax highlighting, ODBC interfaces and extensive HTML documentation into a comprehensive platform for developing Python applications. Update: 01/14 10:50 AM by wes: The press release has been updated with corrections from Shawn Gordon.

We worked with Trolltech, the creators of the Qt windowing toolkit on which BlackAdder is based, and eGenix, creators of the multi-platform ODBC interfaces for Python known as mxODBC, and were able to derive a license arrangement to bring the most power and flexibility to BlackAdder.

What is especially exciting that BlackAdder not only runs on Linux and Windows, it generates applications that will run on either system as well. This protects your investment in development by enabling you to develop and deploy your applications almost anywhere. Unlike similar products, BlackAdder includes all the elements needed for developing complete applications and the rights to re-distribute the necessary run-time elements, highlights of the BlackAdder are:

  • Organizes your Python scripts and GUI designs into easy to manage projects.
  • An editor that includes highlighting of Python keywords and code folding.
  • An interactive Python interpreter (v2.0) that allows you to execute any Python commands while your application is running.
  • A license to access the Qt GUI toolkit API (v2.2.3) from Trolltech
    via the PyQt Python bindings only.
  • Qt Designer from Trolltech with a modified user interface compiler
    that generates Python code.
  • A debugger that supports single stepping and
    breakpoints.
  • ODBC database connectivity (using mxODBC v2.0 from eGenix).
  • Over 50Mbytes of HTML documentation.

BlackAdder is available in two editions, "Personal" aimed more at the home hobbyist and "Business", both editions produce the same high quality, professional applications the only restriction is the ability to create proprietary applications for resell. The pricing and differences are described below, note the special discount pricing during the initial beta period.
BlackAdder Personal Edition
Includes:

  • Python
  • PyQt
  • Qt (for use with PyQt only)
  • Comprehensive HTML documentation
  • mxODBC (ODBC for Python)
  • IDE (including GUI designer, editor and debugger)
  • 20% discount voucher for any book from O'Reilly

License: For personal home use only, not allowed to re-distribute any BlackAdder components.
Cost: $79.99 ($49.99 if purchased during the Beta period).

Support: Informal mailing list.

Updates: $59.99 per year for up to 4 updates per year ($39.99 during the Beta period)

BlackAdder Business Edition
Includes:

  • Same as the Personal Edition.

License: For commercial use. Those BlackAdder components needed to provide a run-time environment (ie. Python, PyQt, Qt) may be re-distributed at no extra cost. One mxODBC license is included in the purchase price, valid mxODBC licenses must be obtained for any additional installations of generated software using the mxODBC component.

Cost: $399.99 ($249.99 if purchased during the Beta period).

Support: First month of support is included, extended support contracts are available on the web site.

Updates: $299.99 per year for up to 4 updates per year ($199.99 during the Beta period)

Detailed information and screenshots can be seen at http://www.thekompany.com/products/blackadder/

Dot Categories: 

Comments

by Shawn Gordon (not verified)

The fine editors (and I do mean that) made a mistake when they added the url for the screenshot, so here is one that works.

http://www.thekompany.com/products/blackadder/screenshots.php3

by Richard Moore (not verified)

Damn, sorry. The trouble is the editing interface loses the attachment every time you make a change so the picture fell off when the title was fixed. It's attached to this comment for those who want a local link.

Rich.

by Jacek (not verified)

Hey, great idea!

Great choice of name too, Black Added was always my fav English comedy, and keeps well with Python's Monty Python roots!

Hm, any chance of a 30-day evaluation download like products from other major software vendors (hint, hint)?

Cheers,
Jacek

P.S. At least this means that PyQT will be actively maintained. $399 for the business edition seems to be a pretty decent price (the tools I have to use at work cost my employer $3000 for the enterprise version), especially since you get the Qt Windows version included.

by Navindra Umanee (not verified)

Oops, mea culpa. I had to repost your edit in order to update the timestamp. Sorry for losing your screenshot.

Cheers,
Navin.

by Haakon Nilsen (not verified)

Wow, this is great! And it's something that can stand being released commercially -- although I kind of wish there were a demo version, either time-limited or crippled. Well I hope BlackAdder will generate enourmous income for theKompany! :)

by Ben Ploni (not verified)

WOWOWOWOWOW! I've been dreaming of this tool for 2 years now. I'd love to give it a try, but I'm not going to shell out for it until I get to see it in action. Shawn, can you make a demo version available?

Also, I need clarification on the licencing. What does "for business use" mean? What parts are not allowed to be redistributed in the home version? pyQt? That's free to begin with!

Thanks for making the product I want.

P.S.
Any chance of source availability? Even for a price?

by hakan (not verified)

Hi Shawn,
does BlackAdder have autocompletion?

Yes, I'd like an IDE that supports tab completion so that I can type:

class

And it will finish my project for me.

by Shawn Gordon (not verified)

Let me answer all the current outstanding questions at once.

1. The beta will not have code completion, but it should make it into the final release. On the off chance it doesn't, then it will be in the next release.

2. We probably will *not* have a demo version, but we are discussing it. If we do, then the demo would rely on you already having all the components on your system other than our Designer, such as Qt, Python, etc. No ODBC support would be included.

3. The limitation on the personal edition is by the licenses of the respective toolkits. So you have Python, which is easy, then Qt so you are limited to using the GPL rules there, and finally mxODBC which has a number of permutations depending on if you already own it or not. At the moment the are working on enhancing the license for 2.0, the license for 1.1 is similar to the Qt license. So it just depends on what you want to do with it.

4. Source availability: What source would you like to see available?

by Jacek (not verified)

Shawn,
with all due respect the 30-day version is a must, nothing gets done these days without that.
Go to Macromedia or Borland and you can pretty much download test versions of nearly everything.

Out of curiousity, looking at the screenshots, they look nice, but aren't really quite up to the level of IDE sophistication as let's say VC++ in terms of the GUI. Is it possible to make dockable windows in Qt, instead of just having lots of overlapping windows, which I find to be a bit of a mess to work with (just look at Gimp)?

Great job nevertheless, I think I'll be downloading Python + tutorial today. I've had an idea for a Linux/Win32 database-based app for a while now... :-)

by Shawn Gordon (not verified)

Well it's selling pretty well so far :). Those guys also aren't selling a package for $50 either. If we can figure out a secure way to do it that isn't going to generate a ton of support requests asking how to install Python or something, then we will do it.

Remember, this is just the first release, it will continue to get more sophisticated with subsequent releases. You will see it evolve into a more VB/Delphi like tool later this year once the KODE framework is complete.

by Jacek (not verified)

What's the KODE framework?
Yet another hidden theKompany project that slipped your tongue? :-)

by Shawn Gordon (not verified)

I've talked about KODE in interviews in the past, it stands for Kompany Open Development Environment. It makes use of our Kore libraries (available on our site) and will be a language agnostic visual IDE like Delphi (we actually started this 18 months ago). Python is one of the languages it will support. A lot of the infrastructure for the project is done, we are just working on pulling the pieces together right now.

by Jacek (not verified)

Out of curiousity, does Black Adder integrate with Qt Linguist for internationalization?
Cheers,
Jacek

by Shawn Gordon (not verified)

It should, but we haven't made any specific tests at this point.

by t0m_dR (not verified)

Hi Shawn , Great job!. About KODE : did I understand correctly? The visual IDE Part will be totally language agnostic, and you will be able to use lanuages as plu-ins? In that case i bet it will be easy for you to implement language plug-ins for all popular languages (perl,FreePascal, Basic,etc etc ), really easy. This could bring a wealth of Rads for Linux , in less than a year after the completion of KODE.
About a trial edition: if you are worried about security, don't be. Because if yor product is as good as it looks it will pop up immediaqtely on Warez servers, so not having a trial edition would just end up hurting you. On the other hand people that have the chance to try a limmited edition won't have to find a (cracked) warez edition to try it out, and thus will not have to face the temptation of keeping such a version. You see I wouldn't buy a tool , if i havent tryied it out first...

by Jacek (not verified)

Shawn,
with all due respect there is one major flaw that your co. will have to address: the ODBC license.
A per-deployement license for that is out of the Middle Ages these days. The guy wants 5-10 % of the retail price of a product or $500 per PC(!!!). He's smoking something, big time.
It makes more sense to buy the enterprise edition of Delphi/Kylix or any Java IDE (probably around 3K) then have to pay such ridiculous licenses for something as basic as ODBC access, something that really adds very little added value to an application.
Consider developing your own ODBC layer (preferably under a BSD or LPGP license, so it can be used in proprietary apps as well) as your next major project.
We are a small vendor of POS touchscreen apps (right now under Windows written in PowerBuilder), but we are very much interested in moving on to Linux and dropping the Win32 version altogether.
Paying for the ODBC license would cost us more than we pay for our database engine license (+ client access fees) under Windows right now!
The ODBC deployment license has got to go completely or be replaced with something with no deployemnt fees.
Until that point, I don't see any commercial vendors adopting Black Adder en masse...and that is the market you are targeting with this commercial tool ($399), correct?

by Shawn Gordon (not verified)

I don't think you are reading it right. By purchasing BlackAdder you are getting certain rights to the mxODBC license. He recently had someone take his code and brand it as their own and so he got a little touchy and went a little far in the other direction. The final 2.0 license is being worked out right now and should be much more accomodating. This is really the best ODBC option for Python, so we wanted to make it available for people, but not all people will make use of it. If you have a specific scenario you want to address then send me a private email and we can work out the details.

by Jacek (not verified)

The website says:
Includes the rights to distribute the run-time elements (except mxODBC) with your application.
There is no other info about mxODBC, so I went to
the original site and those were the licensing terms I found...
What is the real deployment fee for mxODBC then?

by Shawn Gordon (not verified)

It's different depending on your situation. It is too hard to explain the permutations in the press release. There are currently hundreds of mxODBC users, so if you already have mxODBC you aren't paying for it twice and you have whatever rights come with it. Depending on how you want to deploy your application with mxODBC will control what fee's are involved (if any). We are working on the actual wording with the attorney right now, which is why I wanted to know about ay particular scenario, then I could give you a specific answer. We will get it all clearly spelled out on the web site shortly, probably the first of the week.

by Shawn Gordon (not verified)

KODE will natively do C++, the other languages will be for a fee. We have a short list of ones that we plan on doing immediatly, and then others will be driven by user deman.

We've been soliciting input on a type of trial edition that people would find acceptable and would cover us as well. The general consensus is that a full version that has the save ability disabled is the way to go, so that is what we will pursue. There should be something up in 2 weeks, maybe sooner.

by t0m_dR (not verified)

Will KODE be GPLed or commercial??

by Shawn Gordon (not verified)

I don't think we will use the GPL, but I think the C++ one will probably be free, and the language plug in's will cost. We haven't decided yet.

by t0m_dR (not verified)

Oh , and btw since you are developing KODE , don't forget to give it a good Report designer/generator tool...it's really a *must*

by Shawn Gordon (not verified)

That's part of what Kugar is all about :)

by Kirby (not verified)

What happened to Visual Python, which supports Gnome as well?

by Shawn Gordon (not verified)

The Visual Python project was renamed as VeePee last summer. It is still active, and once BlackAdder has settled down we will be talking to both the GNOME and KDE people about including it in the base distribution. We've already had some discussions, but we are just too swamped to follow it up right now.

VeePee is at a 1.0 release and works very well currently, it could probably use more widgets, and that is where we would like to hear from people.

by Kirby (not verified)

But why create BlackAdder while they already have VeePee?

by Shawn Gordon (not verified)

BlackAdder and VeePee are entirely different things. VeePee is a set of scripting widgets and abilities built on top of Python to allow you to extend your applications through scripting. BlackAdder is a GUI development environment for building Python based applications that work on Linux and Windows.

Hey, if you're thinking about changing name for "VeePee" why not reveal by the name that it's about scripts? Apparently there are a number of people who are uncertain about the differences between the "VeePee" and "BlackAdder" projects. That way you would achive two things at the same time, a nicer name for "VeePee" and a product line that's easy to understand.

No, I'm not getting any great name ideas right now, but if you think "Python Script" you get my point. :)

by Shawn Gordon (not verified)

There is always the struggle to come up with a name that meets at least 2 criteria. It should be *good* :), and unique. The third possible criteria is if the name should be descriptive, typically to be descriptive it will end up violating at least one of the other 2 rules. Your point is well taken, but you can see how difficult it can be. Just look at the name change Helixcode is going through :).

Yes, but as soon as people hear about VeePee and understand the origin - Visual Python - they will think of a BlackAdder type program.

by Kirby (not verified)

Is BlackAdder open source?
They are talking about "trial versions" and "demos".
Is it commercial proprietary software?

by Shawn Gordon (not verified)

BlackAdder is composed of a number of pieces.

1. Qt - open source
2. A modified version of Qt Designer, which is not open source.
3. Python - open source
4. PyQt - open source
5. mxODBC - not open source

why is this kde news?

Ehh? It's a KDE program.

I was going by the posting description. Does this program uses the kde libraries? (at least in the linux version)

by Shawn Gordon (not verified)

It is using PyQt and Qt on all platforms.

why is this kde news?

by Michael (not verified)

Well it's simple really.

The news is (trumpets, drum roll please)

If you want the best development tools and software for Linux you've gotta pay for them (and then watch them get developed)

Ooo...err...that seems wrong somehow....if you're going to pay for Delphi-like developement tools why not just get 'em from Borland?

Can't wait for Visual Studio 6.0 for Linux..Bill was right, down with opensource, long live thekompany :o)

apt-get install gnome tomorrow I think

BTW, you should hire Torsten Rahn to make more elegant buttons for you. :)

by Lukas (not verified)

Ask Trolltech :-)
(It's a modified Qt Designer AFAIK)

by Shawn Gordon (not verified)

That is correct. Qt Designer was such a good program and did so much of what we wanted that it made sense to use it for what we wanted to do. We made some modifications for the support of Python and PyQt.

by Eron Lloyd (not verified)

Hello, Shawn - you've got us all *REALLY* excited about Black Adder (I ordered a copy on Friday). Although there has been much discussion (both here and on the PyKDE mail-list) about the product, I'm still uncertain about fair usage policy. When you release your products to our community, you should try to be as specific as possible about what rights (or limitations) you'd like us to have when purchasing them.

In the free software world, the term "re-distribute" is very construed. Does this mean someone cannot produce a GPL'd program using the personal edition? What about internal usage within a non-profit? Also, what constitutes a "Black Adder" component? Someone that just codes some basic python modules, and simple Qt interface might be unsure of this (because of python & Qt both being freely redistributable). I'm not trying to be difficult; maybe I even missed your detailed explanation of this somewhere. I just want to make sure I (and the others in our community) fully understand.

Anyways, GREAT WORK, guys! I can't wait to get my copy!

Eron Lloyd

by Shawn Gordon (not verified)

Hi Eron,

Thanks for the support :). Here is how it works in black and white. If you buy the personal edition you can distribute your code without impact, you cannot distribute Qt and mxODBC, the user has to get a copy of that by having either owned them or downloading the appropriate version for their situation. In the case of a KDE person, they already have Qt, so there is no problem.

The Business Edition allows you to redistribute Qt for use with PyQt only, and in fact there are limits that make using Qt with anything else pretty much physically impossible. This product is in no way designed to bypass the Qt license, it is meant to open up Qt programming to another group of people.

The mxODBC license for the business edition has a few distinctions depending on the deployment required and we are working on getting the final wording posted.

by Eron Lloyd (not verified)

Right, so even if I produce a GPL'd program for distribution, like most applications, the end user must supply only Qt on their end. I'm interested (and maybe this is more of a question for Phil) in how Black Adder packages an app - does it create a tar of all necessary files (.py, .uic, images, etc) and what about support libs (like Qt binding files, SIP stuff, etc.) Is this packaged as well?

by Shawn Gordon (not verified)

The current plan is to include DistUtils after the beta as a way to package up your application, we are looking at it right now.

by Benno (not verified)

PyQT for windows seems to have QT for windows included. So I won't have to distribute Qt since someone who wants to use my program on windows could download the PyQT package from theKompany website!? Well, my question is: Suppose I wrote a GPLed program with the personal edition of Black Adder and I distribute it without QT, will the user be allowed to use it on windows by downloading Qt (PyQT for windows) himself? Or have I got something wrong?

by Phil Thompson (not verified)

Starting with the next version of PyQt, I will not be producing a binary package for Windows. So, if you write a GPL program with BlackAdder (Personal Edition), your Windows users must either buy a copy of Qt from Trolltech and build PyQt for Windows themselves - or they buy their own copy of BlackAdder. Obviously UNIX users can still build PyQt for themselves using the GPL Qt.

by Benno (not verified)

So PyQt is not a very good solution for developing cross-platform (at least Linux and Windows) GPLed applications. wxPython seems to be the better choice, though it uses gtk on Linux/Unix (wxGTK)...