Re: translating Python to Assembler

2008-01-27 Thread over
> >> That's not the point, however. I'm trying to say that a processor >> cannot read a Python script, and since the Python interpreter as >> stored on disk is essentially an assembler file, > >It isn't; it's an executable. I appreciated the intelligent response I received from you earlier, now

Re: translating Python to Assembler

2008-01-27 Thread over
On Sat, 26 Jan 2008 14:47:50 +0100, Bjoern Schliessmann <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: > >> Intel processors can only process machine language[...] There's no >> way for a processor to understand any higher level language, even >> assembler, since it is written with hexadecim

Re: translating Python to Assembler

2008-01-27 Thread over
On Fri, 25 Jan 2008 17:44:07 -0800 (PST), ajaksu <[EMAIL PROTECTED]> wrote: >On Jan 25, 11:36 pm, ajaksu <[EMAIL PROTECTED]> wrote: >> On Jan 25, 11:10 pm, [EMAIL PROTECTED] wrote: >[...] > >Gaah, is this what's going on? > >[EMAIL PROTECTED]:~$ cat error.txt >This is not assembler... > >[EMAIL PR

Re: translating Python to Assembler

2008-01-27 Thread over
On Fri, 25 Jan 2008 17:36:06 -0800 (PST), ajaksu <[EMAIL PROTECTED]> wrote: >On Jan 25, 11:10 pm, [EMAIL PROTECTED] wrote: >> Once a python py file is compiled into a pyc file, I can disassemble >> it into assembler. Assembler is nothing but codes, which are >> combinations of 1's and 0's. You can

Re: translating Python to Assembler

2008-01-25 Thread over
On Thu, 24 Jan 2008 08:02:06 GMT, Tim Roberts <[EMAIL PROTECTED]> wrote: >Bjoern Schliessmann <[EMAIL PROTECTED]> wrote: > >>Grant Edwards wrote: >> >>> Trying to find assembly language stuff to look at is futile. >>> Python doesn't get compiled into assembly language. >> >>So, how do processors e

Re: python24 symbol file...pyhon24.pdb

2008-01-23 Thread over
On Wed, 23 Jan 2008 10:19:28 +0100, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> Also, is there source code available for python24 for Windoze? I have >> seen reference to source code but not in a package for Windows. > >It's available from > >http://www.python.org/ftp/python/2.4/Python-2.4.tgz

Re: python24 symbol file...pyhon24.pdb

2008-01-23 Thread over
>I don't get why you care so much about that file. It's useful to debug a >crash in python.exe, but I can't see any other useful purpose (if you only >have the python executable and the .pdb available). I'm trying to use Paimei, the Python-based debugger put out by Pedram Amini. I can get Pai

Re: python24 symbol file...pyhon24.pdb

2008-01-23 Thread over
On Wed, 23 Jan 2008 08:54:19 +0100, Christian Heimes <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I've seen a few references on the net to a python24.pdb file. I assume >> it's a symbol file along the lines of the pdb files issued by >> microsoft for their products. Maybe I'm wrong. > >

python24 symbol file...pyhon24.pdb

2008-01-22 Thread over
I've seen a few references on the net to a python24.pdb file. I assume it's a symbol file along the lines of the pdb files issued by microsoft for their products. Maybe I'm wrong. Has anyone seen such an animal? Also, is there source code available for python24 for Windoze? I have seen reference

translating Python to Assembler...sorry if this is duplicated...it's unintentional

2008-01-22 Thread over
My expertise, if any, is in assembler. I'm trying to understand Python scripts and modules by examining them after they have been disassembled in a Windows environment. I'm wondering if a Python symbols file is available. In the Windows environment, a symbol file normally has a PDB extension. It's

translating Python to Assembler

2008-01-22 Thread over
My expertise, if any, is in assembler. I'm trying to understand Python scripts and modules by examining them after they have been disassembled in a Windows environment. I'm wondering if a Python symbols file is available. In the Windows environment, a symbol file normally has a PDB extension. It's

Anyone into Paimei?? Need some help.

2008-01-22 Thread over
Hi. I have been trying to get Paimei running on Windoze but find it very inconsistent. It works on certain apps really well, like Notepad, but fails on other apps, especially those written in languages like Delphi. There isn't a lot out there on Paimei and the author's site is very terse on the app

translating Python to Assembler

2008-01-22 Thread over
My expertise, if any, is in assembler. I'm trying to understand Python scripts and modules by examining them after they have been disassembled in a Windows environment. I'm wondering if a Python symbols file is available. In the Windows environment, a symbol file normally has a PDB extension. It's

Re: Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Over G
Goalie_Ca wrote: > Well, with these libraries you won't need much else. > > http://www.pygame.org/news.html > and > http://sourceforge.net/projects/pyallegro/ > > > Over G wrote: > > HI > > > > I would like to start to program games, with pytho

Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Over G
HI I would like to start to program games, with python, where to start? What packages I need,? Thanks. -- http://mail.python.org/mailman/listinfo/python-list