473,383 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

PYTHON PHONE MODULE

Hello,
Can you tell me one simple python phone module and if that module have
some
moudules which need download from internet,then give me urls of that
modules



THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!

Oct 2 '06 #1
2 1929

vedranCan you tell me one simple python phone module ...

What is a "phone module"? Does it manipulate phone numbers, map phone
numbers to locations, place phone calls, handle phone calls?

Skip
Oct 2 '06 #2
ve************@yahoo.com wrote:
Can you tell me one simple python phone module and if that module have
some moudules which need download from internet,then give me urls of that
modules
I did see that you were trying to get pyphone [1] to work. According to
the description in that program, it seems that the solution you're
looking for involves dialling numbers on your modem from a Python
program. Is this correct? If so, there's a thread [2] about such
matters which mentions PySerial [3] and provides an example, tidied up
and reproduced here:

import serial
modem = serial.Serial(2)
modem.write("ATDT5555555\r\n")

There are other Python-based solutions involving doing things with
different kinds of telephones and telephony: t616hack [4] deals with
messaging on certain mobile telephones, BitPim [5] provides a lot of
features for communicating with various CDMA telephones, Chestnut
Dialer [6] is a PPP dialler.

Anyway, I can't really hope to enumerate all available solutions in a
reasonable amount of time, but I hope this helps at least.

Paul

[1] http://lstep.free.fr/actuel/Code/PyPhone/index.html
[2] http://mail.python.org/pipermail/pyt...ne/110862.html
[3] http://pyserial.sourceforge.net/
[4] http://www.python.org/pypi/t616hack
[5] http://www.bitpim.org/
[6] http://chestnut-dialer.sourceforge.net/

Oct 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: JD | last post by:
This is more details about my problem, which I already managed to post as a Python bug to Sourceforge This problem is not related to the bug I encountered earlier, and this is related to a...
12
by: JD | last post by:
This is another Python problem, I think might be unrelated to the earlier bug I found, and eventually figured out how to report it to Sourceforge. This is related to a question I have about...
6
by: Ashley Lloyd | last post by:
What do people generally use to debug their Python programs? I haven't seen anything out there that walks through the code, but perhaps I'm looking in the wrong places? TIA Ashley ...
5
by: Carl | last post by:
I have experimented with f2c and swig-generated wrappers to create python modules from Fortran files. I think I'm missing something when I'm building the Python module, because when I import the...
14
by: Philippe C. Martin | last post by:
Hi, I wish to use an easy way to generate reports from wxPython and feel wxHtmlEasyPrinting could be a good solution. I now need to generate the HTML wxHtmlEasyPrinting can print: I need to...
8
by: fscked | last post by:
I am a beginning pythoner and I am having a terrible time trying to figure out how to do something that (it would seeme to me) should be fairly simple. I have a CSV file of unknown encoding and...
1
by: htperth | last post by:
Hi all, Note that I'm new to LDAP and Active Directory and am writing an application that retrieves a simple phone list for all the users in our domain. So far I have the following console app...
1
by: htperth | last post by:
Hi all, Note that I'm new to LDAP and Active Directory and am writing an application that retrieves a simple phone list for all the users in our domain. So far I have the following console app...
2
by: Johny | last post by:
Is there a Python module that can help with reading SMS message from a mobile phone? Or is there an example how to read SMS message using a program written in Python,C, or any other language?...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.