![]() |
2008-06-21
, 04:30
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#122
|
else :
Dialpad.wgetcmd = Dialpad.wgetcmd + Dialpad.phonenumber
returnval = 0
# Remove any existing output file...
if os.path.isfile(wgetoutput) :
os.unlink(wgetoutput)
child_stdout, child_stdin, child_stderr = os.popen3(Dialpad.wgetcmd)
timestamp=time.asctime(time.localtime())
stderr=child_stderr.read()
[/code]
Here is the fix
You see I removed the one line and modified the popen3 command. This should keep the wgetcmd string clean. I have tested this chage and it works.Code:else : returnval = 0 # Remove any existing output file... if os.path.isfile(wgetoutput) : os.unlink(wgetoutput) child_stdout, child_stdin, child_stderr = os.popen3(Dialpad.wgetcmd + Dialpad.phonenumber) timestamp=time.asctime(time.localtime()) stderr=child_stderr.read()
![]() |
2008-06-21
, 05:16
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#123
|
One of the first numbers i entered using this app was 800-GOOG-411, Google's excellent and free 411 information service. i'm assuming it is US-only. i hesitate to suggest adding a dedicated 411 button to the dialer, because i realize that z2n has limited tiime to devote to this project, and because i don't want to encourage feature-bloat, but it might be useful for some situations.
looking forward to the new .deb
![]() |
2008-06-21
, 05:19
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#124
|
The Following User Says Thank You to brontide For This Useful Post: | ||
![]() |
2008-06-21
, 05:30
|
Posts: 179 |
Thanked: 47 times |
Joined on Oct 2007
|
#125
|
![]() |
2008-06-21
, 14:01
|
Posts: 114 |
Thanked: 21 times |
Joined on Jun 2006
|
#126
|
![]() |
2008-06-21
, 15:03
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#127
|
![]() |
2008-06-22
, 01:43
|
Posts: 109 |
Thanked: 91 times |
Joined on Dec 2007
|
#128
|
Please hurry up with that deb package, I love this stuff. Not a code person (not yet) but willing to give it a thorough test run. Thanks to all.
![]() |
2008-06-22
, 02:48
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#129
|
![]() |
2008-06-22
, 03:43
|
Posts: 179 |
Thanked: 47 times |
Joined on Oct 2007
|
#130
|
looking forward to the new .deb