Re: [Pythonmac-SIG] Help: py2applet can not find py2app.scripts.script_py2applet

2010-09-09 Thread engelbert gruber
On Fri, Sep 10, 2010 at 12:21 AM, Ron Johnson wrote: > Me and my companions have tried to learn how to package programs through > internet tutorials but all of the tutorials seem to require prior knowledge > of how to package (or we are simple too dumb).  We have gleaned how to > manually make a s

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread engelbert gruber
on my mac it says wish8.5 if i start it from cmdline and /usr/bin/python Tkinter.TkVersion is 8.5 or am i missing something ? On Tue, Aug 31, 2010 at 10:50 AM, Ronald Oussoren wrote: > > On 30 Aug, 2010, at 20:54, Russell E. Owen wrote: > >> >> However, the python.org binaries all use Tcl/Tk 8.

Re: [Pythonmac-SIG] Installing Mysqldb Module on Python 2.5.1 on Mac OS X 10.5.8

2010-08-02 Thread engelbert gruber
hi, i am new on the mac too, but somehow managed to build mysqldb as far as i remeber, it requires a mysql installation and the new xcode. i did not install Mysqldb but copied it into my project directory (which now bites back: py2app packages it but python only looks in usr/lib/...) did it bu

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread engelbert gruber
maybe that is the reason why i needed to call "sudo python build py2app" On Wed, Jul 28, 2010 at 9:00 AM, Ronald Oussoren wrote: > > > On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote: > > Ronald, like everyone else, I'm very grateful to you for taking up py2app, > which is crucial to making/

[Pythonmac-SIG] py2app testing modulegraph

2010-07-23 Thread engelbert gruber
hi i am trying to setup a modulegraph test that triggers missing import for ifilter, imap some hurdles * i am not at a mac currently. a good thing, this results in cross platform tests * altgraph must be installed because pkg_resource require does not find it otherwise this is not so good

[Pythonmac-SIG] py2app testing modulegraph

2010-07-21 Thread engelbert gruber
hi modulegraph.py os_listdir hangs on none existing dirs (strange) :: def os_listdir(path): """ os.listdir with support for zipfiles """ try: return os.listdir(path) except os.error: info = sys.exc_info() rest = '' while not os.path.exists(pa

[Pythonmac-SIG] py2app status

2010-07-20 Thread engelbert gruber
hi i am struggling with py2app see http://wiki.python.org/moin/MacPython/py2app could it be that modulegraph.py is missing :: from itertools import ifilter how about a new release of py2app on pypi ? cheers ___ Pythonmac-SIG maillist - Pythonmac-