-
The attached file contains all of the mods needed to support adding PDFWindow & FlashWindow wrappers to Pythoncard running under Windows.
1) 2 files go to the components directory
2) 2 sample aps
3) Mod to layouteditor and associated files
For FlashWindow, that's all you need. For PDFWindow, you'll need:
1) Run win32com's genpy to activate Acrobat activeX support
2) Mod to...
2009-11-14 18:32:22 UTC by ecs1749
-
Can't find any tools, nor examples that do anything but hang the system.
running FC10, Python 2.5.2. I can't get anything to work that resembles the docs. I know Windows (except Vista) and have many Windows clients. Personally, I find Windows very cumbersome and often hostile (unless I spend many thousands of dollars on "products")..
2009-10-11 10:59:20 UTC by bvn
-
Hi,
following the same approach of PythonCard, I tried to add a multiselection list (as opposed to the single selection one avaialable 'List') by simply copy-paste-modify the code for List in list.py under components.
Aside from the type field, which contains LB_MULTIPLE instead of LB_SINGLE, a couple of changes in the getter and setter and the class name not much was needed.
Problems arise...
2009-10-07 16:44:20 UTC by mcaramel
-
This page has installers for Mac OS 10.2, 10.3 and 10.4: http://pythoncard.sourceforge.net/installation.html
But Mac OS 10.5 has been out for a year. If the installer for 10.4 works on 10.5 it would be great to make an explicit statement that says so.
2009-06-05 20:32:56 UTC by nobody
-
Your compiled application is lacking the resource fil (minimal.rsrc.py).
This can be fixed in 2 ways:
1. Include resource file inside minimal.py
rsrc = "minimal.rsrc.py data"
and change:
app = model.Application(Minimal)
to:
app = model.Application(Minimal, None, rsrc)
2. Copy minimal.rsrc.py to the compile output folder (.\dist\)
Can be done by adding it to the setup.py (used to setup...
2009-04-20 21:46:54 UTC by baxeno
-
If it's just codeEditor that is failing, check [2048681]. Certain versions of wxPython (2.8.8.x) caused the problem and upgrading to 2.8.9.x should fix things....it did for me.
2009-04-02 07:55:30 UTC by nkh08
-
Check [2048681] if it's just codeEditor that is not working...there is a known issue in recent versions of wxPython that could be causing this which was fixed in 2.8.9.0+.
2009-04-02 07:52:20 UTC by nkh08
-
Now appears to work in OSX under 2.8.9.2.
Anybody confirm? Anybody still getting problems on any platform in 2.8.9.2+?.
2009-04-02 07:48:19 UTC by nkh08
-
If I'd bothered to check issue 1807268 I would have discovered that using the "Run As Administrator" option on the installer fixes the problems on Vista and I can apparently run all of the editors from the start menu.
2009-03-05 23:36:28 UTC by nkh08
-
The above was with Windows XP.
Under Vista Business before the files are copied there are 3 errors regarding not being able to create or set a registry key (permissions?) and the following error at the end:
*** run_installscript: internal error 0xFFFFFFF ***
No program shortcuts, etc. are created.
2009-03-05 16:51:47 UTC by nkh08