[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 quirk

2006-05-25 Thread Russell E. Owen
I'm using py2app to bundle a Tkinter application. The one package explicitly included is matplotlib (which is a bit of a pain due to the need to explicitly add its data files). Anyway, I stumbled across a new wrinkle today: one of my scripts that uses matplotlib would not load because the modul

Re: [Pythonmac-SIG] WhereAmI ?

2006-05-25 Thread Christopher Barker
> Jerry LeVan wrote: >> Is there anyway I can discover the pathname of an running >> python script? As a note: in general, this is not a great way to locate resources. There is no completely foolproof way to locate the path tot he executable on all platforms, so it's better to define your resour