Return-Path: Message-ID: <20061114154030.32249.qmail@web31005.mail.mud.yahoo.com> Date: Tue, 14 Nov 2006 07:40:30 -0800 (PST) From: Sergey Krivov To: BlueZ development In-Reply-To: <4559E223.6060200@palmsource.com> MIME-Version: 1.0 Subject: Re: [Bluez-devel] python a2dp Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net get it from http://org.csail.mit.edu/pybluez/ sorry, i probably should have it written in the file. --- Fr=E9d=E9ric DALLEAU wrote: > Hi, > = > Got the same error for c_uint16 and c_uint32 > Now, I'm stuck with that one : > = > Traceback (most recent call last): > File "./avdtp.py", line 50, in ? > import bluetooth > ImportError: No module named bluetooth > = > I fear this one won't be solved the same way : where > to find the module? > = > Frederic. > = > = > Sergey Krivov a =E9crit : > > Hi, Fr=E9d=E9ric, > > > > = > >> I just installed the ctypes my ubuntu provides > >> (0.9.6) but I get the = > >> following error : > >> > >> Traceback (most recent call last): > >> File "./avdtp.py", line 49, in ? > >> from ctypes import > >> > Structure,c_uint8,c_uint16,c_ulong,c_uint32,c_void_p > >> ImportError: cannot import name c_uint8 > >> = > > > > i am using ctypes 1.0.0-1 on fedora core 6. > > c_uint8 is an alias for c_byte > > to avoid replacing c_uint8 with c_byte in the code > > import c_byte instead c_uint8 and put afterwords > > c_uint8=3Dc_byte > > > > > > > > = > > > ___________________________________________________________________________= _________ > > Do you Yahoo!? > > Everyone is raving about the all-new Yahoo! Mail > beta. > > http://new.mail.yahoo.com > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support > web services, security? > > Get stuff done quickly with pre-integrated > technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1= 21642 > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > = > = > = > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1= 21642 > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > = = ___________________________________________________________________________= _________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easi= er Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1= 21642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel