hi
it seems to me like the webbrowser command
webbrowser.open('http://...', new=0)
does not work as advertised: all the urls open in seperate windows
regardless of the default browser (safari, firefox, mozilla). i did
not encounter this problem on windows xp.
can anyone help? what could i d
hello,
i installed pyobjc from here http://pyobjc.sourceforge.net/software/
on my os 10.4.6
i then tried to run the py2app example "simple" which is in /
developer/python/py2app/examples/simple by typing the command python
setup.py py2app
it starts and seems to go well, but then stops with th
hello pythonistas,
i have this python script which makes use of numarray and
numarray.random_array.
i manage to run python setup.py py2app -A and mange to create a
distributable application when not loading the two numarray libraries.
but when i run python setup.py py2app with the numarray li
hello,
for simple gui's using different media (audio, video, openGL etc )
you might consider pure data (open source) http://en.wikipedia.org/
wiki/Pure_Data or max msp jitter (expensive... cycling74.com)
both environments have objects which enable you to integrate your
python code.
maybe