Re: [ANN] pyjamas 0.7 released

2010-04-26 Thread 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 under pyjamas-desktop too.

 http://pyjs.org/examples/asteroids/public/Space.html

This URL returns a blank page for me on firefox 3.3.5 (linux) with and
without adblock plus.

 http://pyjs.org/examples/asteroids/output/Space.html works. (Firefox
 3.6.3 with ABP, Chrome 4.1)

Thanks, this link indeed works! And a pretty cool game too!

Cheers,
Daniel

-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-26 Thread Jean-Michel Pichavant

Luke Kenneth Casson Leighton wrote:

[snip]
  


Am I the only one getting this error ?

easy_install --prefix /home/jeanmichel -m pyjamas
Searching for pyjamas
Reading http://pypi.python.org/simple/pyjamas/
Reading http://pyjs.org
Best match: pyjamas 0.7
Downloading 
http://pypi.python.org/packages/source/P/Pyjamas/pyjamas-0.7.tgz#md5=8441b60bb3c88051799537852cceefd0

Processing pyjamas-0.7.tgz
error: Couldn't find a setup script in 
/tmp/easy_install-y3peDk/pyjamas-0.7.tgz

[1]12487 exit 1 easy_install --prefix /home/jeanmichel -m pyjamas
--
http://mail.python.org/mailman/listinfo/python-list


[ANN] pyjamas 0.7 released

2010-04-25 Thread Luke Kenneth Casson Leighton
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 plenty of time between the
0.7pre2 release and the final release, to review and test all the
examples.

pyjamas allows developers to create applications that will run either
in any modern web browser (with no plugins required) or as a
stand-alone cross-platform desktop application (like PyQT4 or PyGTK2),
WITHOUT requiring modifications to the original python source.  this
concept is singularly unique in the free software python world, but is
conceptually similar to Adobe AIR and Silverlight - without the
massive plugins required.

there has been significant improvements, features and libraries added
in between 0.6 and 0.7: please see the README in the distribution for
details.  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 under pyjamas-desktop too.

http://pyjs.org/examples/asteroids/public/Space.html

For more information, see:

http://pyjs.org
http://pyjs.org/FAQ.html
http://pyjs.org/features.html

http://groups.google.com/group/pyjamas-dev

downloads:

http://pypi.python.org/pypi/Pyjamas
http://code.google.com/p/pyjamas
http://sf.net/projects/pyjamas

known major bugs:  http://code.google.com/p/pyjamas/issues
#391 (google chrome beta)
#384 (text selection on opera 10.51)

contributions and investigations by community members to fix these and
other issues welcomed and encouraged.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


[ANN] pyjamas 0.7 released

2010-04-25 Thread Luke Kenneth Casson Leighton
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 plenty of time between the
0.7pre2 release and the final release, to review and test all the
examples.

pyjamas allows developers to create applications that will run either
in any modern web browser (with no plugins required) or as a
stand-alone cross-platform desktop application (like PyQT4 or PyGTK2),
WITHOUT requiring modifications to the original python source.  this
concept is singularly unique in the free software python world, but is
conceptually similar to Adobe AIR and Silverlight - without the
massive plugins required.

there has been significant improvements, features and libraries added
in between 0.6 and 0.7: please see the README in the distribution for
details.  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 under pyjamas-desktop too.

http://pyjs.org/examples/asteroids/public/Space.html

For more information, see:

http://pyjs.org
http://pyjs.org/FAQ.html
http://pyjs.org/features.html

http://groups.google.com/group/pyjamas-dev

downloads:

http://pypi.python.org/pypi/Pyjamas
http://code.google.com/p/pyjamas
http://sf.net/projects/pyjamas

known major bugs:  http://code.google.com/p/pyjamas/issues
#391 (google chrome beta)
#384 (text selection on opera 10.51)

contributions and investigations by community members to fix these and
other issues welcomed and encouraged.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-25 Thread 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 under pyjamas-desktop too.

 http://pyjs.org/examples/asteroids/public/Space.html

This URL returns a blank page for me on firefox 3.3.5 (linux) with and
without adblock plus.

Cheers,
Daniel


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-25 Thread Terry Reedy

On 4/25/2010 2:07 PM, Daniel Fetchinson wrote:

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 under pyjamas-desktop too.

 http://pyjs.org/examples/asteroids/public/Space.html


This URL returns a blank page for me on firefox 3.3.5 (linux) with and
without adblock plus.


Ditto with ff 3.6.3 on WinXP (no adblock).

--
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-25 Thread Terry Reedy

On 4/25/2010 3:43 PM, Terry Reedy wrote:

On 4/25/2010 2:07 PM, Daniel Fetchinson wrote:

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 under pyjamas-desktop too.

http://pyjs.org/examples/asteroids/public/Space.html


This URL returns a blank page for me on firefox 3.3.5 (linux) with and
without adblock plus.


Ditto with ff 3.6.3 on WinXP (no adblock).


and IE8 on winxp. It does read the page because it does get the page title.


--
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-25 Thread Alf P. Steinbach

* Luke Kenneth Casson Leighton:


http://pyjs.org/examples/asteroids/public/Space.html



result
An error has been encountered in accessing this page.

1. Server: pyjs.org
2. URL path: /examples/asteroids/public/examples/asteroids/public/bootstrap.js
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2010-04-25 19:55:16 UTC (1272225316)

Reporting this problem: The problem you have encountered is with a project web 
site hosted by SourceForge.net. This issue should be reported to the 
SourceForge.net-hosted project (not to SourceForge.net).


If this is a severe or recurring/persistent problem, please do one of the 
following, and provide the error text (numbered 1 through 7, above):


   1. Contact the project via their designated support resources.
   2. Contact the project administrators of this project via email (see the 
upper right-hand corner of the Project Summary page for their usernames) at 
user-n...@users.sourceforge.net


If you are a maintainer of this web content, please refer to the Site 
Documentation regarding web services for further assistance.


NOTE: As of 2008-10-23 directory index display has been disabled by default. 
This option may be re-enabled by the project by placing a file with the name 
.htaccess with this line:


Options +Indexes
/result


Cheers  hth.,

- Alf
--
http://mail.python.org/mailman/listinfo/python-list


Re: [ANN] pyjamas 0.7 released

2010-04-25 Thread Wolfgang Strobl
Daniel Fetchinson fetchin...@googlemail.com:

 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 under pyjamas-desktop too.

 http://pyjs.org/examples/asteroids/public/Space.html

This URL returns a blank page for me on firefox 3.3.5 (linux) with and
without adblock plus.

http://pyjs.org/examples/asteroids/output/Space.html works. (Firefox
3.6.3 with ABP, Chrome 4.1)


-- 
Wir danken für die Beachtung aller Sicherheitsbestimmungen
-- 
http://mail.python.org/mailman/listinfo/python-list