gizmo_thunder home

System Dependence

Posted on 2005/09/02 09:14
how do i make sure that 
there is no system dependent code
in my game? i mean im' developing on
a (FC4) linux system and i dont' have access
to windows system can i just submit
the tar ball of my python code? or
do i have to do some kinda packaging??
plz help
Add comment
Comment by korg on 2005-09-02 09:54

have a look at py2exe

Comment by Richard Jones on 2005-09-02 12:24

You can't py2exe without a windows machine, can you?

Comment by GizmoThunder on 2005-09-02 13:50

can i just upload the tar file
that contains the source code?
is that good enough??

Comment by Richard Jones on 2005-09-02 23:03

That's good enough for me. All entrants are going to have Python installed...