From: Sergey Krivov <krivov@yahoo.com>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] python a2dp
Date: Tue, 14 Nov 2006 07:40:30 -0800 (PST) [thread overview]
Message-ID: <20061114154030.32249.qmail@web31005.mail.mud.yahoo.com> (raw)
In-Reply-To: <4559E223.6060200@palmsource.com>
get it from http://org.csail.mit.edu/pybluez/
sorry, i probably should have it written in the file.
--- Fr=E9d=E9ric DALLEAU <frederic.dalleau@palmsource.com>
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
next prev parent reply other threads:[~2006-11-14 15:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-09 10:02 [Bluez-devel] Quality of a2dp sound Marcel Hilzinger
2006-11-09 10:42 ` Adrian Glaubitz
2006-11-09 10:07 ` Reiner Klenk
2006-11-10 8:01 ` Marcel Hilzinger
2006-11-10 8:41 ` [Bluez-devel] RE : " Frederic Dalleau
2006-11-10 9:46 ` Marcel Hilzinger
2006-11-10 9:59 ` Mayank BATRA
2006-11-10 10:04 ` Marcel Hilzinger
2006-11-11 8:21 ` Reiner Klenk
2006-11-12 18:38 ` Marcel Hilzinger
2006-11-12 20:31 ` Brad Midgley
2006-11-13 9:39 ` Frédéric DALLEAU
2006-11-13 18:26 ` Reiner Klenk
2006-11-13 18:37 ` Reiner Klenk
2006-11-10 10:06 ` Marcel Hilzinger
2006-11-10 10:17 ` Marcel Hilzinger
2006-11-13 13:24 ` Marcel Hilzinger
2006-11-14 12:19 ` [Bluez-devel] python a2dp Sergey Krivov
2006-11-14 14:40 ` Frédéric DALLEAU
2006-11-14 15:25 ` Sergey Krivov
2006-11-14 15:34 ` Frédéric DALLEAU
2006-11-14 15:40 ` Sergey Krivov [this message]
2006-11-13 15:32 ` [Bluez-devel] Quality of a2dp sound Brad Midgley
2006-11-09 17:43 ` Marcel Hilzinger
2006-11-09 19:31 ` Thomas Kear
2006-11-10 8:24 ` [Bluez-devel] RE : " Frederic Dalleau
2006-11-10 13:50 ` Adrian Glaubitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061114154030.32249.qmail@web31005.mail.mud.yahoo.com \
--to=krivov@yahoo.com \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox