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
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.
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
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/
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
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
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-