Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 6:31 AM, "Mr.T Beppu" wrote: > I think that I will make a browser in Official Python (not MacPorts Python). > What should I do in order to install Webkit for Official Python (not MacPorts > Python) ? > from tokyo Japan. > -- > http://mail.pytho

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 6:40 AM, Barry Scott wrote: > > On 26 May 2012, at 14:31, Mr.T Beppu wrote: > >> I think that I will make a browser in Official Python (not MacPorts Python). >> What should I do in order to install Webkit for Official Python (not >> MacPorts Py

Re: usenet reading

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:05 AM, duncan smith wrote: > On 25/05/12 23:38, Jon Clements wrote: >> Hi All, >> >> Normally use Google Groups but it's becoming absolutely frustrating - not >> only has the interface changed to be frankly impractical, the posts are >> somewh

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:34 AM, Roy Smith wrote: > What's the smallest/cheapest/lowest-power hardware platform I can run > Python on today? I'm looking for something to use as a hardware > controller in a battery-powered device and want to avoid writing in C > for th

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:09 AM, Benjamin Kaplan wrote: > On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu wrote: >> I think that I will make a browser in Official Python (not MacPorts >> Python). >> What should I do in order to install Webkit for Official Python (not >> MacP

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:25 AM, Paul Rubin wrote: > Roy Smith writes: >> The Rasberry Pi certainly looks attractive, but isn't quite available >> today. Can you run Python on an Arduino? > > No. YOu want a 32-bit platform with an OS and perhaps 1 meg of memory. > A

Re: Uliweb release 0.1 version

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:49 AM, Etienne Robillard wrote: > Flexible is more English than "flexiable" i guess... :-) > > Besides the typing errors I look forward in checking this out for new > concepts... > > > Cheers and congratulations, > > Etienne > > > -- > Et

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:20 AM, Ross Ridge wrote: > Roy Smith wrote: >> What's the smallest/cheapest/lowest-power hardware platform I can run >> Python on today? > > Not counting the Rasberry Pi, then probably a wireless router or one of > those cheap media streaming

Re: usenet reading

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:43 AM, Roy Smith wrote: > In article , > duncan smith wrote: > >> On 25/05/12 23:38, Jon Clements wrote: >>> Hi All, >>> >>> Normally use Google Groups but it's becoming absolutely frustrating - not >>> only has the interface changed to be fr

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:22 AM, tinn...@isbd.co.uk wrote: > Roy Smith wrote: >> What's the smallest/cheapest/lowest-power hardware platform I can run >> Python on today? I'm looking for something to use as a hardware >> controller in a battery-powered device and want

Re: 2to3 for 2.7

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:37 PM, "ru...@yahoo.com" wrote: > Is there a list of fixers I can tell 2to3 to use that will > limit changes to things that will continue to run under > python-2.7? > > I want to start the 2->3 trip by making my code > as py3 compatible (under p

2to3 for 2.7

2012-05-26 Thread ru...@yahoo.com
Is there a list of fixers I can tell 2to3 to use that will limit changes to things that will continue to run under python-2.7? I want to start the 2->3 trip by making my code as py3 compatible (under py2) as possible before going the rest of the way to py3, and having 2to3 help with this seems lik

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Tomasz Rola
On Sat, 26 May 2012, Roy Smith wrote: > What's the smallest/cheapest/lowest-power hardware platform I can run > Python on today? I'm looking for something to use as a hardware > controller in a battery-powered device and want to avoid writing in C > for this project. > > Performance requireme

Re: Uliweb release 0.1 version

2012-05-26 Thread limodou
On Sat, May 26, 2012 at 10:49 PM, Etienne Robillard wrote: > Flexible is more English than "flexiable" i guess... :-) > > Besides the typing errors I look forward in checking this out for new > concepts... > > > Cheers and congratulations, > > Etienne > Thank you. I've changed it in GIt. -- I l

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread D'Arcy Cain
On 12-05-26 05:32 PM, Paul Rubin wrote: Roy Smith writes: It sounds like I can run one on 300mA @ 5V. For my application, I'll have about 10 A-h available at 12V (motorcycle battery). OK, the RPi should be fine power-wise in that case, though I wouldn't consider something with a 10AH motorcy

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
Roy Smith writes: > It sounds like I can run one on 300mA @ 5V. For my application, I'll > have about 10 A-h available at 12V (motorcycle battery). OK, the RPi should be fine power-wise in that case, though I wouldn't consider something with a 10AH motorcycle battery to be very portable. > whi

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Antoine Pitrou
Roy Smith panix.com> writes: > > What's the smallest/cheapest/lowest-power hardware platform I can run > Python on today? I'm looking for something to use as a hardware > controller in a battery-powered device and want to avoid writing in C > for this project. It depends *which* Python. Comp

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
In article <7x1um6928y@ruckus.brouhaha.com>, Paul Rubin wrote: > The Raspberry Pi is not really appropriate for a low powered portable > application anyway, because of relatively high power requirements > compared to an 8 bitter without all that media playback stuff. It sounds like I can r

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Chris Angelico
On Sun, May 27, 2012 at 5:22 AM, Paul Rubin wrote: > If C is really intolerable I know there are some micros that can be > programmed in BASIC. Ugh. Of those, I would strongly recommend going with C. ChrisA -- http://mail.python.org/mailman/listinfo/python-list

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
tinn...@isbd.co.uk writes: > Rasberry Pi is available, some have arrived, mine will arrive on > Monday or Tuesday (I'm talking about UK here). Early orders have been filled, more are being filled, but there is a huge backlong and therefore a long wait if you waited til now to order. If you want on

Re: usenet reading

2012-05-26 Thread David Robinow
On Sat, May 26, 2012 at 11:43 AM, Roy Smith wrote: > I use panix.com.  For $100/year, I get mail, news, and unix shell > access.  By some measures, it's an expensive way to get mail access, but > I'd much rather give Panix $100 than take advantage of any of the free > mail services who does who-kn

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Nobody
On Sat, 26 May 2012 11:34:19 -0400, Roy Smith wrote: > The Rasberry Pi certainly looks attractive, but isn't quite available > today. Can you run Python on an Arduino? Things like > http://www.embeddedarm.com/products/board-detail.php?product=TS-7250 are > more than I need, and the $129 price pr

Re: Help doing it the "python way"

2012-05-26 Thread Nobody
On Thu, 24 May 2012 13:22:43 -0700, Scott Siegler wrote: > is there a way to do something like: > [(x,y-1), (x,y+1) for zzz in coord_list] > or something along those lines? [(xx,yy) for x, y in coord_list for xx, yy in [(x,y-1),(x,y+1)]] or: [(x,yy) for x, y in coord_list for yy i

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
In article <8ic799-gk3@chris.zbmc.eu>, tinn...@isbd.co.uk wrote: > > Rasberry Pi is available, some have arrived, mine will arrive on > Monday or Tuesday (I'm talking about UK here). Interesting. Newark is claiming they'll have 1 piece on June 18th, and no further stock until October. htt

Re: usenet reading

2012-05-26 Thread Javier
news.aioe.org nntp.aioe.org http://www.aioe.org/ Aioe.org hosts a public news server, an USENET site that is intentionally kept open for all IP addresses without requiring any kind of authentication both for reading and posting.Each IP address is authorized to post 25 messages per day... --

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread TheSeeker
On Saturday, May 26, 2012 10:34:19 AM UTC-5, Roy Smith wrote: > What's the smallest/cheapest/lowest-power hardware platform I can run > Python on today? I'm looking for something to use as a hardware > controller in a battery-powered device and want to avoid writing in C > for this project. >

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread tinnews
Roy Smith wrote: > What's the smallest/cheapest/lowest-power hardware platform I can run > Python on today? I'm looking for something to use as a hardware > controller in a battery-powered device and want to avoid writing in C > for this project. > > Performance requirements are minimal. I n

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Ross Ridge
Roy Smith wrote: >What's the smallest/cheapest/lowest-power hardware platform I can run >Python on today? Not counting the Rasberry Pi, then probably a wireless router or one of those cheap media streaming boxes running custom firmware. >Performance requirements are minimal. I need to monitor

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
Roy Smith writes: > The Rasberry Pi certainly looks attractive, but isn't quite available > today. Can you run Python on an Arduino? No. YOu want a 32-bit platform with an OS and perhaps 1 meg of memory. And by the time you port Python to it unless it's there already, you may as well have jus

Re: usenet reading

2012-05-26 Thread Roy Smith
In article , duncan smith wrote: > On 25/05/12 23:38, Jon Clements wrote: > > Hi All, > > > > Normally use Google Groups but it's becoming absolutely frustrating - not > > only has the interface changed to be frankly impractical, the posts are > > somewhat random of what appears, is posted and

Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project. Performance requirements are minimal. I need to monitor a few switches,

Re: usenet reading

2012-05-26 Thread duncan smith
On 25/05/12 23:38, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the posts are somewhat random of what appears, is posted and whatnot. (Ironically posted from GG) Is there a serve

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Barry Scott
On 26 May 2012, at 14:31, Mr.T Beppu wrote: > I think that I will make a browser in Official Python (not MacPorts Python). > What should I do in order to install Webkit for Official Python (not MacPorts > Python) ? > from tokyo Japan. > -- > http://mail.python.org/mailman/listinfo/python-list

Re: Uliweb release 0.1 version

2012-05-26 Thread Etienne Robillard
Flexible is more English than "flexiable" i guess... :-) Besides the typing errors I look forward in checking this out for new concepts... Cheers and congratulations, Etienne -- Etienne Robillard Occupation: Software Developer Company:Green Tea Hackers Club Email: e...@gthcfoundat

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Benjamin Kaplan
On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu wrote: > I think that I will make a browser in Official Python (not MacPorts > Python). > What should I do in order to install Webkit for Official Python (not > MacPorts Python) ? > from tokyo Japan. > You don't just "install WebKit". You need a GUI fra

How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Mr.T Beppu
I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not MacPorts Python) ? from tokyo Japan. -- http://mail.python.org/mailman/listinfo/python-list

Automatically caching computationally intensive variable values?

2012-05-26 Thread Alec Taylor
I am working with a few corpora included in nltk-data with NTLK (http://nltk.org/) to figure out certain algorithms. So my code would generally be something of the style: import re, nltk, random from nltk.corpus import reuters def find_test_and_train_data():

Re: installing 2 and 3 alongside on MS Windows

2012-05-26 Thread Irmen de Jong
On 25-5-2012 10:24, Ulrich Eckhardt wrote: > Hi! > What I'm considering is installing Python 3 alongside, in order to > prepare the code for this newer version. What I'd like to know first is > whether there are any problems I'm likely to encounter and possible > workarounds. What I'm doing mysel

Re: usenet reading

2012-05-26 Thread Temia Eszteri
On Fri, 25 May 2012 23:30:24 -0600, Jason Earl wrote: >On Fri, May 25 2012, Jon Clements wrote: > >> Hi All, >> >> Normally use Google Groups but it's becoming absolutely frustrating - >> not only has the interface changed to be frankly impractical, the >> posts are somewhat random of what appear