I have some math problems when i compile a python 3 hello world program
here is my code..

print("hello")
a = 10
b = 3
c = a/b
print(c)

if i do python3 hello.py
the result is
hello
3.333333

if i do
python hello.py
the result is
hello
3

i don't understand why my script in python3 is executed like a python 2.6 :/
for compile i use
cxfreeze hello.py

someone can help my to compile with py3 libs?
tnx
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to