Hello all,
I am having a wretched time getting PythonCard to work. I am on Ubuntu Linux 7.04. I installed these items through apt-get:
python-pythoncard - wxPython-based GUI construction framework (underlying Python libraries)
pythoncard - wxPython-based GUI construction framework (meta-package)
pythoncard-doc - wxPython-based GUI construction framework (documentation and samples)
pythoncard-tools - wxPython-based GUI construction framework (optional development tools)
Then, I assumed I could run "pythoncard", since with most apps, the name of the installed package is the name of the command to run it... not this time. So I tried:
sam@B74kb0x$ apropos pythoncard
codeEditor (1) - A Python-aware code editor written using the PythonCard GUI framework
resourceEditor (1) - Resource editor used as part of the PythonCard GUI framework
Running each of these in turn, I was presented with textual editors. Perhaps I had the wrong idea, but I thought PythonCard was an application to assist in building GUIs with wxPython. I assumed one could see samples, drag and drop interface design, something more than a text editor.
Am I missing some essential packages? Anyone else out there running it on Ubuntu have any ideas?
Thanks,
Sam