Robin,

You may want to look into a tool called freeze.py that is packaged
with the python sources in the Tools/freeze/ directory.  If you have a
statically compiled python installation it should generate the c you'd
need to compile an executable and with a some work you can probably
get it to compile on another processor.  This may however require more
time than straight c would take for a simple converter however, but
you may consider it as an option.

On Wed, Jul 8, 2009 at 2:41 PM, Howard Siegel<[email protected]> wrote:
> On Wed, Jul 8, 2009 at 09:37, Robin Wood <[email protected]> wrote:
>>
>> 2009/7/8 Howard Siegel <[email protected]>:
>> > Robin,
>> >
>> > Would help to know what platform you are working on?  Windows, Linux,
>> > Mac????
>>
>> It is going to run on an embeded device with a AVR (AT90USB162) processor.
>
> OK.  But what is the development environtment?
>
> - h
>
> _______________________________________________
> Pauldotcom mailing list
> [email protected]
> http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
> Main Web Site: http://pauldotcom.com
>
_______________________________________________
Pauldotcom mailing list
[email protected]
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com

Reply via email to