folks hi, apologies for picking this up so late - it's only when i
find these things through random searches that i encounter the
occasional post.
At some point wa in the distant past, g4b wrote:
> On the subject of the gui discussion mentioned here last year,
> which you get lead to if you r
On Mar 2, 6:42 am, lkcl wrote:
> ah. right. you're either referring to pyjampiler (in the pyjs
> world) or to
> [...]
> the former actually got taken to an extreme by a group who embedded
> the pyjs 0.5 compiler into their application environment, i keep
> forgett
Terry randomly wrote:
> > Pyjamas is slowly converting to running its own infrastructure using pyjamas
> > applications (which also operate as Desktop applications). This includes:
> >
> > * http://pyjs.org/pygit/ - a git repository viewer using python-git
> seems to work fine
yaay. thanks fo
On Apr 17, 9:54 am, Bryan wrote:
> If by rebuilding your portfolio you mean to position yourself for a
> job, then popularity counts a lot. As measured by job openings, Django
> is king.
yeah i can attest to that. i never get the jobs, though :)
--
http://mail.python.org/mailman/listinfo/pyth
On Apr 11, 9:11 pm, biofob...@gmail.com wrote:
> I am new to python and only have read the Byte of Python ebook, but want to
> move to the web. I am tired of being a CMS tweaker and after I tried python,
> ruby and php, the python language makes more sense (if that makes any "sense"
> for the r
i think this is so hilarious and just such a stunning achievement by
the wine team that i had to share it with people.
the writeup's here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25765
but, to summarise:
* python2.6 runs under wine (the win32 emulator)
* so does python-comty
On Jul 20, 3:34 am, Terry Reedy wrote:
> On 7/19/2011 10:12 PM, sturlamolden wrote:
>
>
>
> > What is wrong with them:
>
> > 1. Designed for other languages, particularly C++, tcl and Java.
>
> > 2. Bloatware. Qt and wxWidgets are C++ application frameworks. (Python
> > has a standard library!)
>
On Jun 15, 1:11 pm, "bruno.desthuilli...@gmail.com"
wrote:
> On Jun 15, 9:50 am, sidRo wrote:
>
> > Is Python only for server side?
>
> Is it a theoretical question or a practical one ?-)
>
> More seriously: except for the old proof-of-concept Grail browser, no
> known browser uses Python as a cl
On Jun 14, 7:31 am, Chris Angelico wrote:
> But if anyone feels like writing an incompatible browser, please can
> you add Python scripting?
http://wiki.python.org/moin/WebBrowserProgramming
already been done, chris - you want the firefox plugin, pyxpcomext
and then if you actually want to ma
On Jun 14, 7:31 am, Chris Angelico wrote:
> Random rant and not very on-topic. Feel free to hit Delete and move on.
>
> I've just spent a day coding in Javascript, and wishing browsers
> supported Python instead (or as well). All I needed to do was take two
ok your next best thing is to try pyja
On May 4, 7:37 pm, Terry Reedy wrote:
> On 5/4/2011 10:06 AM, Luke Kenneth Casson Leighton wrote:
>
> > after a long delay thepyjamasproject -http://pyjs.org- has begun the
> > 0.8 series of releases, beginning with alpha1:
>
> >https://sourceforge.net/projects/pyjamas/files/pyjamas/0.8/
>
> >pyja
On May 18, 2:33 am, Terry Reedy wrote:
> On 5/17/2011 12:07 PM, lkcl wrote:
>
> > On May 4, 7:37 pm, Terry Reedy wrote:
> >> On 5/4/2011 10:06 AM, Luke Kenneth Casson Leighton wrote:
> >>> pyjamasis a suite of projects, including a python-to-javascript
>
On May 18, 6:29 am, harrismh777 wrote:
> Terry Reedy wrote:
>
> > No, because I think you are exaggerating. That said, I think core
> > Python is pretty close to 'complete' and I would not mind further syntax
> > freezes like the one for 3.2.
>
> I am exaggerating only to the extent that someone
On May 18, 10:24 am, lkcl wrote:
> > > otherwise please - really: just saying "give me support for python
> > > 3.x or else" is ...
>
> > And I did not say that.
>
> yeah i know - i'm sorry: it just, with a little bit of "twisting",
On May 17, 5:38 pm, harrismh777 wrote:
> is recompiled everything still works... not so in Python. The fact that
> Python is free to morph gleely from PEP to PEP without responsibility or
> accountability with the user base is what may kill Python, unless the
> Python community gets a grip on thi
[changing subject, seems a good idea...]
On May 19, 2:13 am, Terry Reedy wrote:
> On 5/18/2011 9:42 AM, lkcl wrote:
>
> > he's got a good point, terry. breaking backwards-compatibility was a
> > completely mad and incomprehensible decision.
>
> I see that I s
On May 18, 11:02 pm, Terry Reedy wrote:
> On 5/18/2011 5:24 AM, lkcl wrote:
>
> There seem to be two somewhat separate requirement issues: the
> interpreter binary and the language version.
yes. [with the startling possibility of compiling the entire pyjs
compiler into javascript a
On Jan 14, 4:47 pm, p3dda.a...@googlemail.com wrote:
> Hi,
>
> I've got a python web-application being served by apache via
> mod_python, in which the users sessions are tracked via the mod_python
> Session module.
> Some of websites generated contain a java-script function which starts
> a jsonrpc
Very simple question: how do you apply a decorator to an entire
module? an idea whose time has properly arrived is to merge pyjamas
(http://pyjs.org) into web2py (http://web2py.com), and to do that,
it's necessary to "identify" functions, classes, global variables and
modules that should be compil
On Nov 27, 7:43 pm, [EMAIL PROTECTED] wrote:
> lkcl> Very simple question: how do you apply a decorator to an entire
> lkcl> module?
>
> Function-by-function or class-by-class. There is no decorator support for
> modules.
awWww! i'm going to quietly th
> Another project similar-ish to Pyjamas is
> HotRuby:http://hotruby.yukoba.jp/
also there's RubyJS:
http://rubyforge.org/projects/rubyjs/
it's again a javascript compiler - ruby to javascript - and the
beginnings of a port of GWT to Ruby, called rwt.
this project _definitely_ needs more at
On Dec 2, 6:52 pm, Duncan Booth <[EMAIL PROTECTED]> wrote:
> "Luke Kenneth Casson Leighton" <[EMAIL PROTECTED]> wrote:
>
> >Pyjamasstarted as a port of Google's Web Toolkit, to python.
> > Explaining whyPyjamas(and GWT) is so significant takes
> > some doing: the summary is that comprehensive deskt
hiya mike: where do i know you from? i've heard your name somewhere
and for the life of me can't remember where! anyway... onwards.
your simplest bet is to take advantage of the .deb install system,
which, if you follow that, will allow you to pull in all of the
dependencies _without_ screwing a
On Dec 31 2008, 9:54 pm, Mike Driscoll wrote:
> On Dec 31, 3:36 pm,lkcl wrote:
>
> > hiya mike: where do i know you from? i've heard your name somewhere
> > and for the life of me can't remember where! anyway... onwards.
>
> I don't know...while your u
On Jan 1, 4:44 pm, Mike Driscoll wrote:
> On Jan 1, 7:47 am,lkcl wrote:
>
>
>
> > On Dec 31 2008, 9:54 pm, Mike Driscoll wrote:
>
> > > On Dec 31, 3:36 pm,lkcl wrote:
>
> > > > hiya mike: where do i know you from? i've heard your name somew
play with this further, source is here:
>
>http://github.com/lkcl/pythonwine/tree/python_2.5.2_wine
patch is also here: http://bugs.python.org/issue4880
--
http://mail.python.org/mailman/listinfo/python-list
> ... nd, that means disabling setup.py or hacking it significantly
> to support a win32 build, e.g. to build pyexpat, detect which modules
> are left, etc. by examining the remaining vcproj files in PCbuild.
ok - i started the hacking.
the first bit of hacking is this, in distutils/sysconfi
On Sep 15, 4:53 pm, Jaime Barciela <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've been surveying the field ofpythonweb frameworks for a while but
> there are just too many so I ask mighty Usenet.
>
> Is there a component / event based web framework forpython? Something
> that can abstract you fro
> 3) Following the public rumor mill and the latest hype RIA i.e. the
> merge of web- and desktop applications with systems like Adobe AIR,
> JavaFX, Google Gears and MS Silverlight is the future of frontend
> development. With the exception of IronPython and Silverlight, Python
> hasn't even enter
> The role of Python is somewhat arbitrary. This could change only if
> Python becomes a client side language executed by AVM, V8 etc.
pyv8 - http://advogato.org/article/985.html
pyjs.py - standalone python-to-javascript compiler, see http://pyjs.org.
--
http://mail.python.org/mailman/listinfo/p
On Sep 17, 1:16 am, Todd Whiteman <[EMAIL PROTECTED]> wrote:
> Todd Whiteman wrote:
> > Mark Hammond's Python/Mozilla work has enabled products like Komodo,
> > Miro (Democracy) and the OLPC project to use Python as a major driver
> > for consistent cross-platform GUI applications.
>
> > Personally
On Sep 3, 4:34 pm, Michael Palmer <[EMAIL PROTECTED]> wrote:
> So far, development of PyGUI seems to be a one-man effort, and it may
> be slowed down by the attempt to develop the API and the
> implementations concurrently. Could it be useful to uncouple the two,
> such that the API would be speci
On Oct 11, 3:31 pm, David Boddie <[EMAIL PROTECTED]> wrote:
> On Saturday 11 October 2008 11:19, lkcl wrote:
>
> > pyqt4 has the concept of layouts. a layout can be a horizontal
> > layout, vertical, grid, and you can even specify the percentage or
> > ratio
ofhttp://code.google.com, and you'll need to check out a revision some
> time around sep 2007 of the llpamies branch.
rsrrmsrrwssrrfssnrssrr :)
http://code.google.com/p/pyjamas then follow through to svn
instructions, bearing in mind that, other than the llpamies branch,
that code is out-of-dat
On Oct 9, 4:32 am, "James Mills" <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 9, 2008 at 2:26 PM, Warren DeLano <[EMAIL PROTECTED]> wrote:
> > JSON rocks! Thanks everyone.
>
> Yes it does :)
>
> > Ben wrote:
>
> >>More generally, you should never execute (via eval, exec, or whatever)
> >>*any* instruc
On Oct 11, 11:17 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
> lkcl wrote:
>
> I got the impression that there is currently no Windows binary
> available. Correct? If not, perhaps someone trustworthy will someday
> donate one.
sorry, terry, you deleted a bit too much context
On Oct 8, 7:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> > I would like to keep track of that but I realize that py does not have
> > a JS engine. :( Anyone with ideas on how to track these items or
yep.
> What you can't do though is to get the requests that are issued
> byJavascript
On Oct 12, 2:28 pm, Philip Semanchuk <[EMAIL PROTECTED]> wrote:
> On Oct 12, 2008, at 5:25 AM, S.SelvamSivawrote:
>
> > I have to do a parsing on webpagesand fetch urls.My problem is ,many
> > urls i
> > need to parse are dynamically loaded usingjavascriptfunction
> > (onload()).How to fetch those
On Oct 7, 10:15 pm, Fuzzyman <[EMAIL PROTECTED]> wrote:
> On Oct 2, 1:06 pm,lkcl<[EMAIL PROTECTED]> wrote:
>
> > On Sep 3, 10:02 pm, [EMAIL PROTECTED] wrote:
>
> > > Berco Beute:
>
> > > > I wonder what it would take to implement Py
> >> You can remove layouts from layouts with the QLayout.removeItem() method.
> > yes... it didn't work. a layout within a layout - i think it was a
> > QHorizontalLayout within a QGridLayout - didn't want to be removed.
> > it's probably a bug.
> Was it detached from the layout, but still vis
> Although using browser technologies for desktop applications is
> interesting (and not new by any means), there are a few things with
> regard to layouts which are very difficult with Web technologies (and
> aren't getting any easier, either) but which are almost trivial with
> classic graphical
On Oct 13, 9:12 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
> lkcl wrote:
> > On Oct 11, 11:17 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
> >> lkcl wrote:
>
> >> I got the impression that there is currently no Windows binary
> >> available.
> if there's a way to enforce the displaying of text - for the _text_
> to say "i need to be a total area of X in order to display my words.
> if you make my width too small, i will _force_ my height to be larger
> as i wrap the text".
>
> just like an HTML does.
... of course, i'm well aware
On Oct 13, 9:59 pm, Orestis Markou <[EMAIL PROTECTED]> wrote:
> Just want to say, thank you for a very enlightening writeup. You
> should really post this somewhere that we can link to.
orestis, thank you for the encouragement. i did post it on my diary:
http://advogato.org/perso
bit and i haven't
the time to update to the latest svn and redo the patch.
http://github.com/lkcl/webkit/tree/16401.master
then, once you have a libwebkit.dll, you'll be in a position to
recompile pywebkitgtk for windows. this should be very very
straightforward: there's nothing out
On Oct 13, 6:12 pm, George Sakkis <[EMAIL PROTECTED]> wrote:
> On Oct 13, 8:36 am,lkcl<[EMAIL PROTECTED]> wrote:
>
>
>
> > On Oct 9, 4:32 am, "James Mills" <[EMAIL PROTECTED]> wrote:
>
> > > On Thu, Oct 9, 2008 at 2:26 PM, Warren DeL
> the reason why you'll need python-gtk2 is because of codegen.py - that
> is used to turn the webkit.defs into a webkit.c file.
this might help:
http://aruiz.typepad.com/siliconisland/2006/12/allinone_win32_.html
it includes python-gobject, python-gtk, gtk runtime and much more.
exactly _how_ mu
On Oct 13, 10:56 pm, David Boddie <[EMAIL PROTECTED]> wrote:
> On Monday 13 October 2008 11:42, lkcl wrote:
>
> > i don't know if it _was_ detached from the layout, but it was
> > definitely still visible. see
> >http://pyjs.org/examples/gridtest/output/Grid
On Oct 15, 12:27 am, greg <[EMAIL PROTECTED]> wrote:
> Paul Boddie wrote:
> > there are a few things with
> > regard to layouts which are very difficult with Web technologies (and
> > aren't getting any easier, either) but which are almost trivial with
> > classic graphical user interface toolkits,
> > hello_loader.py is the main err um i just double-
> > checked, so i'd be able to advise you and... err... the problem i
> > described (with the GridTest) seems to have... gone away!!
>
> There are lots of references to PyGTK classes in there.
yes, that's because i had started wi
terry, hi:
instructions to ensure that you have the right build environment for
windows is here:
http://webkit.org/building/tools.html
it's not made clear whether the use of VS 2005 will _automatically_
download all of the build dependencies for you - you'll have to find
out :)
regarding pywebkit
On Oct 30, 6:39 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
> Their professor is Lars Bak, the lead architect of the Google
> V8Javascriptengine. They spent some time working on V8 in the last couple
> months.
then they will be at home with pyv8 - which is a combination of the
pyjamas python-to-j
On Nov 2, 11:19 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Push-style though enhances the risk of mixing program logic with
> presentation-logic (as simple print-statements do), and makes it a
> precondition that anybody who's supposed to tinker with the softare
> needs to be knowledgable
On Nov 7, 10:38 am, Shao <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I am looking for a nitty-gritty Python Ajax script to fire off a
> number of processing programmes, periodically checking their
> operations, sending messages back to an HTML div form by sending back
> the links of generated data f
> On Wed, 05 Nov 2008 08:35:23 +0200, 3000 billg <[EMAIL PROTECTED]>
> > Just from my preferences, I want to useDjangobut the AJAX support will
> > be
> > a problem. Also I need to select a JavaScriptframeworkand lean it,
> > maybe
> > JQuery, mootools or other. And I can not writepythonas it is wr
see
demobrowser.py) would provide a means by which web pages can be
executed AT THE CONSOLE NOT AS A GUI APP, then, thanks to the glib /
gobject bindings, a python app will be able to walk the DOM tree as
expected.
i _just_ fixed pyjamas-desktop's iterators in the pyjamas.DOM module
for
ter to
> fill-in-the-blanks.
>
> combining this parse tree example with pywebkitgtk (see
> demobrowser.py) would provide a means by which web pages can be
> executed AT THE CONSOLE NOT AS A GUI APP, then, thanks to the glib /
> gobject bindings, a python app will be able to walk t
folks, hi,
a number of people using pyjamas are not only encountering
difficulties with setup.py endeavouring to download and install
"setuptools" but also they are ... the best word to use is
unfortunately "offended" - by the fact that distutils, in its default
configuration, downloads and even _
> read the setuptools documentation? Didn't you *test* your setup.py
> before making it available to the world?
yes - and it worked on my debian linux box. so, off it went. turns
out that it worked because i had python-setuptools preinstalled.
> > alarmed to find that setup.py, thanks to distu
ibrary locations to
sys.path and also as a -D option to the pyjs main() function - it's a
little obscure, but works out fine.
e.g. if you specify no arguments, this gets auto-generated, in ./bin/
pyjsbuild :
#!/usr/bin/python
pth = '/home/lkcl/src/sf.pyjamas/svn-pyjamas/pyjamas'
im
http://mail.python.org/pipermail/distutils-sig/2008-March/008925.html
dang. :)
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 18, 8:01 pm, Greg wrote:
> Hello all, I've been trying to find a way to fetch and read a web page
> that requires javascript on the client side and it seems impossible.
you're right: it's not impossible.
> I've read several threads in this group that say as much but I just
> can't believ
can apparently be
> used for this. I think it was some incarnation of Webkit.
yep. patch #16401 - don't use the cut-down version that the other
company who are doing "vala" bindings are using - use the version
that i've worked on, until they support the "full" DOM
On Mar 20, 1:09 am, Greg wrote:
> On Mar 18, 7:25 pm, Carl wrote:
>
>
>
> > On Mar 18, 1:56 pm, a...@pythoncraft.com (Aahz) wrote:
>
> > > In article ,
> > > R. David Murray wrote:
>
> > > >That said, I've heard mention here of something that can apparently be
> > > >used for this. I think it w
ld then be Gecko orWebKit?
yes. so, therefore, you need to look at python-hulahop or
pywebkitgtk with patch #13 and webkit-glib/gdom (webkit with patch
#16401, or use my pre-patched tree -
http://github.com/lkcl/webkit/tree/16401.master
> So can someone suggest what would be required to build
On Feb 12, 9:22 am, "Diez B. Roggisch" wrote:
> Carbon Man wrote:
> > Hi,
> > I need to embed a web browser into a python page. I am coming from the MS
> > world where I created an app that all of it's interfaces were actually web
> > pages rendered in an Internet Explorer activex control. There w
On Apr 4, 7:20 pm, Daniel Fetchinson
wrote:
> > Does anyone have experience with using JS Libraries with Django?
yes - pyjamas - http://pyjs.org - although, strictly speaking, it's a
python widget-set and python-to-javascript compiler.
the possibility now of being able to program in python bot
On Sep 3, 10:02 pm, [EMAIL PROTECTED] wrote:
> Berco Beute:
>
> > I wonder what it would take to implement Python in JavaScript so it
it's been done. http://pyjamas.sf.net
> > can run on those fancy new JavaScript VM's such as Chrome's V8 or
that's been done, too.
http://advogato.org/artic
On Oct 2, 5:54 pm, Joe Hrbek <[EMAIL PROTECTED]> wrote:
> Could someone help me translate to something that would close to it in
> python? The anonymous functions are giving me problems.
class dataListener:
def __init__(self):
data = ""
def onStartRequest(self, request, context)
On Oct 2, 7:42 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> lkcl a écrit :
>
>
>
> > On Oct 2, 5:54 pm, Joe Hrbek <[EMAIL PROTECTED]> wrote:
> >> Could someone help me translate to something that would close to it in
> >> python? The anonymo
On Oct 3, 10:29 am, Bruno Desthuilliers wrote:
> lkcl a écrit :> On Oct 2, 7:42 pm, Bruno Desthuilliers
> > <[EMAIL PROTECTED]> wrote:
> >> lkcl a écrit :
> Not 'mine' - I'm not the OP.
whoops, yes - i missed that. sorry!
> And as far as I'
> so, if i do this:
>
> d = dataListener()
> e = dataListener()
>
> d.data = "fred"
>
> print f.data
duh, duh - that should be print e.data :)
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 1, 6:01 pm, Laszlo Nagy wrote:
> I'm looking for an open source, AJAX based widget/windowing framework.
> Here is what I need:
>
> - end user opens up a browser, points it to a URL, logs in
> - on the server site, sits my application, creating a new session for
> each user that is logged in
On Oct 5, 8:26 am, "Diez B. Roggisch" wrote:
> james27 wrote:
>
> > hello..
> > im new to python.
> > i have some problem with mechanize.
> > before i was used mechanize with no problem.
> > but i couldn't success login with some site.
> > for several days i was looked for solution but failed.
> >
On Nov 7, 2:20 am, "Gabriel Genellina" wrote:
> Yes, seems to be a bug. But given the current status of imputil, it's not
> likely to be fixed; certainly not in 2.5 which only gets security fixes
> now.
well, that bug's not the only one. the other one that i found, which
i have been specificall
On Oct 29, 7:00 am, alex23 wrote:
> However, if you're already comfortable with HTML/CSS, I'd recommend
> taking a look atPyjamas, which started as a port of the Google Web
> Toolkit, taking Python code and compiling it into javascript. The
> associated project,Pyjamas-Desktop, is a webkit-based
On Feb 19, 2:43 pm, John Pinner wrote:
> It appears that, in trying to cut down spm, somone chahnged a DNS
> entry and screwed it up : it shouldbe back before long.
yep. i've now got access to the web interface for the dns whois
records. they got poo'd up (only one entry) and then the person w
On Feb 19, 10:41 am, Allison Vollmann
wrote:
> http://code.google.com/p/pyjamas/
>
> Last update from yesterday, is the same project?
only the tarballs are maintained on there, and the wiki and the issue
tracker. we couldn't get control of that site for quite some time so
started using sourcefo
On Apr 25, 9:41 am, Shabbir Ahmed wrote:
> hi hope all are doing good, i have code written in perl which quries
> too many devices and then stores the result in mysqldb, whiel shifting
> to python and googling i heared of and studied google asynch python
> code, now i wanted to use it n convert my
On Mar 11, 2:16 am, alex23 wrote:
> Victor Subervi wrote:
> > > There's a program (vpopmail) that has commands which, when called, request
> > > input ("email address", "password", etc.) from the command line. I would
> > > like to build a TTW interface for my clients to use that interacts with
>
On Apr 26, 12:45 pm, Jean-Michel Pichavant
wrote:
> Luke Kenneth Casson Leighton wrote:
>
> > [snip]
>
> Am I the only one getting this error ?
yes, because you're the only one using easy_install. you'll need to
read and follow the instructions in README and INSTALL.txt
the installation proce
On Apr 25, 8:38 pm, Patrick Maupin wrote:
> On Apr 25, 8:49 am, Luke Kenneth Casson Leighton
> wrote:
>
> >pyjamas- the stand-alone python-to-javascript compiler, and separate
> > GUI Widget Toolkit, has its 0.7 release, today. this has been much
> > delayed, in order to allow the community plen
On Apr 25, 9:37 pm, Wolfgang Strobl wrote:
> Daniel Fetchinson :
>
> >> for fits and giggles, to show what's possible in only 400
> >> lines of python, here is a game of asteroids, written by joe rumsey.
> >> yes, it runs underpyjamas-desktop too.
>
> >> http://pyjs.org/examples/asteroids/publi
On Apr 26, 6:52 pm, Patrick Maupin wrote:
> On Apr 26, 8:44 am, lkcl wrote:
>
> > the purpose of browsers is to isolate the application, restrict its
> > access to the rest of the desktop and OS, so that random applications
> > cannot go digging around on your private
On Apr 26, 11:25 pm, Patrick Maupin wrote:
> On Apr 26, 4:12 pm, lkcl wrote:
>
> > and, given that you can use AJAX (e.g. JSONRPC) to communicate with a
> > server-side component, installed on 127.0.0.1 and effectively do the
> > exact same thing, nobody bothers.
>
&
On Apr 28, 7:00 am, Wolfgang Strobl wrote:
> lkcl :
>
>
>
>
>
> >On Apr 25, 9:37 pm, Wolfgang Strobl wrote:
> >> Daniel Fetchinson :
>
> >> >> for fits and giggles, to show what's possible in only 400
> >> >> lines of pyth
On Apr 29, 6:37 am, Wolfgang Strobl wrote:
> Look at it from the point of view of people walking by, trying to decide
> whether they should invest some of their time into digging into yet
> another framework and library.
yes. _their_ time - not mine. the pyjamas project has always been
done on
On May 2, 7:16 am, Wolfgang Strobl wrote:
> lkcl :
>
> > at least _some_ input would be good! the knowledge doesn't have to
> >be there: just the bugreports saying "there's a problem and here's
> >exactly how you reproduce it" would be a start!
On Mar 25, 3:01 pm, Bruno Desthuilliers wrote:
> Jose Manuel a écrit :
>
> > I have been learning Python, and it is amazing I am using the
> > tutorial that comes with the official distribution.
>
> > At the end my goal is to develop applied mathematic in engineering
> > applications to be pu
On Mar 23, 4:55 pm, Jose Manuel wrote:
> I have been learning Python, and it is amazing I am using the
> tutorial that comes with the official distribution.
>
> At the end my goal is to develop applied mathematic in engineering
> applications to be published on the Web, specially on app. orie
folks, hi,
although i know the answer to this question, i'm having difficulty
explaining it, to a user on the pyjamas list. i was therefore
wondering if somebody could also provide an answer, on this list, to
which i can refer the user.
to make it clear: the user is confused as to why the pyjama
On Jun 5, 7:24 pm, Terry Reedy wrote:
> On 6/5/2010 9:42 AM, lkcl wrote:
>
> > if someone could perhaps explain this (in a different way from me), in
> > the context of "python the programming language" and "python the
> >http://python.orginterpreter&
On Jun 5, 2:16 pm, Steven D'Aprano wrote:
> Neither Python, nor Javascript (as far as I know -- I welcome
> corrections) do static linking.
for the command-line versions of javascript such as spidermonkey, i
believe that a keyword/function is dropped into the global namespace -
"load", which tak
um, please don't ask me why but i found grail, the python-based web
browser, and have managed to hack it into submission sufficiently to
view e.g. http://www.google.co.uk. out of sheer apathy i happened to
have python2.4 still installed which was the only way i could get it
to run without having t
On Jun 9, 9:29 pm, lkcl wrote:
> if anyone else would be interested in resurrecting this historic
... "historic, archaic, dinosaur-driven, vastly-overrated but one-of-
a-kind and without precedent before or since" web browser...
l.
p.s. except for paul bonser's &quo
On Jun 9, 11:03 pm, rantingrick wrote:
> On Jun 9, 4:29 pm, lkcl wrote:
>
> > um, please don't ask me why but i foundgrail, the python-based web
> >browser, and have managed to hack it into submission sufficiently to
> > view e.g.http://www.google.co.uk. out
On Jun 9, 10:58 pm, Thomas Jollans wrote:
> give us a copy then, just for the laughs. ^^ Post it on bitbucket,
> maybe? (or send me a copy and I'll do it)
http://github.com/lkcl/grailbrowser
remember it only works on python2.4 or less right now!
--
http://mail.python.org/mailm
On Jun 9, 11:03 pm, rantingrick wrote:
> On Jun 9, 4:29 pm, lkcl wrote:
>
> > um, please don't ask me why but i foundgrail, the python-based web
> >browser, and have managed to hack it into submission sufficiently to
> > view e.g.http://www.google.co.uk. out
On Jun 10, 6:17 pm, MRAB wrote:
> lkcl wrote:
> > On Jun 9, 11:03 pm, rantingrick wrote:
> >> On Jun 9, 4:29 pm, lkcl wrote:
>
> >>> um, please don't ask me why but i foundgrail, the python-based web
> >>>browser, and have managed to hack it i
https://sourceforge.net/projects/pyjsglade/
kees bos, the primary programmer who added all of the incredible
python features to the pyjs compiler, such as support for yield, long
data type and much more, has just started a project "pyjsglade". its
purpose is the same as that of GTK glade: allow d
1 - 100 of 173 matches
Mail list logo