Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-07 Thread Lukáš 'Spike' Polívka
On Fri, Mar 7, 2008 at 5:23 PM, Nathan <[EMAIL PROTECTED]> wrote: > On Fri, Mar 7, 2008 at 6:22 AM, Lukáš 'Spike' Polívka > > <[EMAIL PROTECTED]> wrote: > > > On Thu, Mar 6, 2008 at 5:51 PM, Nathan <[EMAIL PROTECTED]> wrote: > > > I think you ran into the same issue that I experienced: > > > >

Re: [Pythonmac-SIG] bluetooth on a mac?

2008-03-07 Thread Nehemiah Dacres
try lightblue , * http://lightblue.sourceforge.net/doc/index.html* On Fri, Mar 7, 2008 at 12:26 PM, Richard Bronosky <[EMAIL PROTECTED]> wrote: > I'd like to be able to do this: > http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExampleClientPython

[Pythonmac-SIG] bluetooth on a mac?

2008-03-07 Thread Richard Bronosky
I'd like to be able to do this: http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExampleClientPython But before I go through the process of trying to get OpenOBEX on a Mac, which seems totally undocumented. I'd like to know if anyone has any experience to contribute. -- .!# RichardBronosky #!.

Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-07 Thread Lukáš 'Spike' Polívka
On Thu, Mar 6, 2008 at 5:51 PM, Nathan <[EMAIL PROTECTED]> wrote: > I think you ran into the same issue that I experienced: > > http://mail.python.org/pipermail/pythonmac-sig/2008-March/019791.html > > The same workaround may work for you. > > ~ Nathan > Where exactly did you put those sys.pat

Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-07 Thread Ronald Oussoren
On Friday, March 07, 2008, at 09:18AM, "Luká? 'Spike' Polívka" <[EMAIL PROTECTED]> wrote: > >Seems like dev version of py2app got me somewhere. I export my >PYTHONPATH (and I don't pass --use-pythonpath to setup.py), the app is >built/packaged (it has around 40 megs). > >But when I run it (from

Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-07 Thread Lukáš 'Spike' Polívka
On Thu, Mar 6, 2008 at 10:05 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 6 Mar, 2008, at 8:59, Lukáš 'Spike' Polívka wrote: > >> > > > > I think we are on the right track with PYTHONPATH. > > > > I have to export > > PYTHONPATH=/Library/Python/2.5/site-packages:/System/Library/ >