python port
Diez B. Roggisch
deetsNOSPAM at web.de
Tue Aug 31 13:54:09 EDT 2004
Ajay wrote:
> hi!
>
> if i am porting an existing python package to a different environment and
> the package uses some C code, would the port only involve recompiling it
> under the new envionment. for pocket pc's would recompiling using embedded
> Visual c++ with the pocket pc sdk be enough?
> or is there more to it?
Depends your code - simple stuff might work, but systemcalls and the like
may behave differently or not exist at all.
--
Regards,
Diez B. Roggisch
More information about the Python-list
mailing list