[FSO ms4] GPRS problem on one network

Paul Fertser fercerpav at gmail.com
Wed Nov 26 17:59:13 CET 2008


Hi,

Stefan Schmidt <stefan at openmoko.org> 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:fercerpav at gmail.com





More information about the community mailing list