Detecting new removable drives in Linux

2010-03-01 Thread Bart Smeets
Hello,

I'm trying to write a script which detects when a new removable drive is
connected to the computer. On #python I was advised to use the
dbus-bindings. However the documentation on this is limited. Does anyone
know of an example of how I can detect new removable drives?

Thanks in advance!
Regards,
Bart
-- 
http://mail.python.org/mailman/listinfo/python-list


easy_install: unresolved external symbol

2009-08-03 Thread Bart Smeets
Hello,

I keep getting errors when trying to use easy_install to install bbfreeze or
cxfreeze (same errors).
This is the output:
http://pastebin.com/m65ba474d


The error message unresolved external symbol keeps popping up. I have no
idea how to solve this.
Can anyone give me a hint?

Thanks in advance
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: easy_install: unresolved external symbol

2009-08-04 Thread Bart Smeets
I could ofcourse use cxfreeze's binary package. But bbfreeze is not
available as a binary. I would love to get easy_install to work. But I have
no idea what's going wrong here.

2009/8/4 Gabriel Genellina 

> En Mon, 03 Aug 2009 17:39:44 -0300, Bart Smeets 
> escribió:
>
> I keep getting errors when trying to use easy_install to install bbfreeze
>> or
>> cxfreeze (same errors).
>> This is the output:
>> http://pastebin.com/m65ba474d
>>
>
> Can't you use the binary packages?
>
> --
> Gabriel Genellina
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: easy_install: unresolved external symbol

2009-08-04 Thread Bart Smeets
How do I give the option to link to the ez_setup.py?

2009/8/4 David Lyon 

> On Tue, 4 Aug 2009 10:52:20 +0200, Bart Smeets 
> wrote:
> > I could ofcourse use cxfreeze's binary package. But bbfreeze is not
> > available as a binary. I would love to get easy_install to work. But I
> have
> > no idea what's going wrong here.
>
> What is going on is that setuptools does some very 'advanced' things.
>
> The best you can do is give the option to link to the ez_setup.py
> install script and let the users install it them themselves...
>
> David
>
-- 
http://mail.python.org/mailman/listinfo/python-list