Hi,
i try to genrate an app from a wxPython project.
Generation the App runs without an error. But when i try to start the
App it terminates.
The logs show that import wx doesn't work.
What am i missing.
Regards
Gerhard
import os, sys, glob
from setuptools import setup, find_packages
APP
Has,
thanks for your reply. I have tried doing what you suggest. the four char
code for the range object is X117, so I did the following:
app('Microsoft
Excel').AS_newreference(aem.app.elements('X117'))['A1'].value()
and this works fine in both Excel 2008 and Excel 2011. My problem is that
this
Christian Prinoth wrote:
> My problem is that this way I can only reference a range in the currently
> active worksheet.
> Using standard appscript syntax I would do the following:
>
> app('Microsoft Excel').worksheets['Sheet1'].ranges['A1'].value()
>
> to access data on a specific cell on a spec
On 2/17/11 2:05 AM, Gerhard Schmidt wrote:
Hi,
i try to generate an app from a wxPython project.
Generation the App runs without an error. But when i try to start the
App it terminates.
versions of python (and which binary install), py2app, wxPython, OS-X ?
The logs show that import wx does