[Pythoncard-users] PythonCard release 0.6.5
by Kevin Altis other posts by this author
Apr 18 2002 11:49PM messages near this date
RE: [Pythoncard-users] what does an event object look like
|
[Pythoncard-users] About my last post...I made a mistake
You can get the latest version of PythonCard at:
http://sourceforge.net/project/showfiles.php?group_id=19015
Remember to backup or just delete your old PythonCardPrototype directory
before installing a new version, so that the old files aren't still in the
package directory. As always, report any problems to the list.
I've updated the installation instructions, state of the framework messages,
etc. for 0.6.5. Please report any problems to the list.
For this release, Andy Todd worked on our distutils setup (thanks Andy!).
Since it has been a while since we tried using distutils I'm going to go
ahead and provide the build details. I built the Windows installer on a
Windows 2000 box using Python 2.2.1 with the command:
setup.py bdist_wininst --no-target-compile --no-target-optimize
That prevents any .pyo and .pyc files from being created and cluttering up
the samples directory. The source zip was built with:
setup.py sdist --formats=zip
Andy will be providing a .tar.gz source file for Linux soon, but Linux users
can just download and use the .zip if they want.
Note that the filenames were automatically created by distutils, which is
why the source zip isn't named proto-0.6.5.zip. The distutils installer will
put the framework and components into Python22\lib\site-packages and create
Python22\PythonCardPrototype to hold the documentation and samples.
I tested the Windows installer on Win98 and Win2K with Python 2.2.1 using
the default C:\Python22 directory as well as C:\Program Files\Python22 and
didn't see any script launching problems, so my fingers are crossed that
this works correctly on WinME. If not, that will get fixed in the next
release.
ka
---
Release 0.6.5 2002-04-18
switched to os.spawnv for Windows script launching
bound EVT_WINDOW_DESTROY in widget.py, image.py, imagebutton.py,
and bitmapcanvas.py, and resourceEditor.py to do some memory
leak cleanup for hybrid wxPython
removed TODO.txt, replaced with wiki page
http://wiki.wxpython.org/index.cgi/PythonCardToDoList
added PythonCard wiki pages
http://wiki.wxpython.org/index.cgi/PythonCard
added import os, import sys to pycrustrc.py
added closeField event for TextField, PasswordField, TextArea, and
RightTextField components
fixed distutils to include components sub-package
.pyc and .pyo files are no longer created in win32 .exe
and Linux tar.gz distributions (thanks Andy)
updated BitmapCanvas to follow the wxDC API
added noresource sample
added dictionary/resource option to PythonCardApp class so it
is possible to create an app that has no resource file
switched to function calls for system dialogs
renamed GenericDialog to CustomDialog and moved the class to
model.py and removed dialognew.py from the package
added minimalDialog to dialogs sample
added custdb sample by Juergen Rauch
fixed 'default' attribute handling in Button component including
workaround for missing GetDefaultItem/SetDefaultItem in wxDialog
fixed controlDown, altDown, and shiftDown for mouse events
added Gauge component
added dialog editing support to the resourceEditor sample
added StaticBox component
added ComboBox component
added Spinner component
added RightTextField component
added Calendar component
updated FindDialog in dialog.py and textEditor.pyw
updated the license reference in index.html to Python 2.2
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|