pyjamas 0.7 released

lkcl luke.leighton at googlemail.com
Mon Apr 26 09:38:02 EDT 2010


On Apr 26, 12:45 pm, Jean-Michel Pichavant <jeanmic... at sequans.com>
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 procedure requires, without fail, that you run
"python bootstrap.py" which can NOT be added to a standard "setup.py"
script without causing massive problems.

 it is imperative that the python source which is part of the pyjamas
core libraries be kept ABSOLUTELY separate from standard http://python.org
core libraries.  implementations of os.py, sys.py, md5.py and many
more CANNOT be allowed to be part of the "standard" http://python.org
paths.

 these libraries cannot be treated as "code"

 these libraries cannot be treated as "data".

 the dumb-system called "easy_install" cannot cope with the necessary
distinction; it does not _have_ a means to treat libraries as
"critical" but neither "code which gets installed in the standard
place in the standard way" nor "data".  thus we cannot use it.

 thus, you need to read the instructions, and follow them.

 l.

> easy_install --prefix /home/jeanmichel -mpyjamas
> Searching forpyjamas
> Readinghttp://pypi.python.org/simple/pyjamas/
> Readinghttp://pyjs.org
> Best match:pyjamas0.7
> Downloadinghttp://pypi.python.org/packages/source/P/Pyjamas/pyjamas-0.7.tgz#md5=...
> Processingpyjamas-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 -mpyjamas




More information about the Python-list mailing list