Hi,

Stefan Schmidt <[EMAIL PROTECTED]> writes:
> On Wed, 2008-11-26 at 14:09, Arigead wrote:
>> mdbus -s $BUSNAME $OBJECTPATH $METHODNAME "$APN" "$USERNAME" "$PASSWORD"
>> APN="open.internet"
>>
>> Error while evaluating 'open.internet': 'builtin_function_or_method'
>> object has no attribute 'internet'
> Can you please try it with this?
>
> u"open.internet"
>
> This explicit sets the type and therefor should work around it.

It should be ok but " will be processed by the shell. It needs
escaping.

So, better try
APN=\"open.internet\"

Good luck! :)
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[EMAIL PROTECTED]


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to