[Pythonmac-SIG] webbrowser module bug on os x?

2006-05-25 Thread robin meier
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

[Pythonmac-SIG] py2app error

2006-06-23 Thread robin meier
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

[Pythonmac-SIG] numarray and py2app

2006-06-25 Thread robin meier
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

Re: [Pythonmac-SIG] easygui

2007-10-06 Thread robin meier
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