ruby -> python translator exists?
Hi all. My name is Roger. Anyway question. Anybody know of a Ruby -> Python translator at all? I'm looking for a way to have my Ruby code take advantage of the coolio speed of Psyco. Also question. Does psyco work with Python 3.0? Thanks! -=r -- http://mail.python.org/mailman/listinfo/python-list
Re: ruby -> python translator exists?
> Search for the tool "Unholy". -- Al Thank you for your replies. -=r -- http://mail.python.org/mailman/listinfo/python-list
question on msvcrt.dll versioning
It appears from sites like http://www.develer.com/oss/GccWinBinaries at the bottom that at least this developer made an effort to link against the same version of msvcrt.dll that the python exe was compiled with [ex: vc2008 -> msvcr90.dll]. Is this pain necessary? Are there known drawbacks to not doing this anyone can think of? [just trying to plan releases for windows ruby shtuffs with similar problems]. Thanks! -=roger -- http://mail.python.org/mailman/listinfo/python-list
Re: question on msvcrt.dll versioning
Thanks much.
-=roger
> Yet more specifically: if the extension module or Python host opens
> a file with fopen(), and passes it to PyRun_{Any|Simple}File[Ex][Flags],
> Python will crash.
>
> HTH,
> Martin
>
> P.S. There may be more cases in which you get crashes - the list above
> includes just the known ones.
--
http://mail.python.org/mailman/listinfo/python-list
.h files?
Question. Seems that with python distributions you have the option to include either "external facing, public" *.h files, and make them available, or include the whole kit and kaboodle [all *.h files]. Any word on how python does this currently? Just wondering as ruby runs into the same question. Thanks! -roger -- http://mail.python.org/mailman/listinfo/python-list
website feedback to where?
Greetings. A little new to python here, but... on this page http://docs.python.org/3.1/tutorial/introduction.html some of the "text" examples are [incorrectly] color formatted. I assume this a bug reportable to bugs.python.org? Thanks! -r -- http://mail.python.org/mailman/listinfo/python-list
Re: website feedback to where?
On Sep 2, 12:30 pm, Terry Reedy wrote: > rogerdpack wrote: > > on this page > > >http://docs.python.org/3.1/tutorial/introduction.html > > > some of the "text" examples are [incorrectly] color formatted. > > I did not see any problems with my browser (FF3.5), so please be more > specific. search for "This is a rather long string containing" I suppose this is more of a documentation bug... -- http://mail.python.org/mailman/listinfo/python-list
