using cx_freeze on linux

2009-10-17 Thread james27
hi.. im new to cx_freeze . i was searched much of time.but i couldn't found solution. i want to make exe file which can run on windows. is it possible to make windows exe file by use cx_freeze on linux? if anyone can help ,much appreciate. thanks -- View this message in context:

cx_freeze install_exe error

2009-10-16 Thread james27
hello im currently installed cx_freeze on linux. and want to make win32 exe file on linux by use cx_freeze. and then will distribute on widows platform. one of my problem is ,i can build with no problem. but whenever i run,it something weird error message was show. follow is my log file. anybody

twill unicode related

2009-10-13 Thread james27
hello im learning twill,but have some problem with unicode. whenever i use twill's follow function which emulate webbrowser link click function,it can work well with english link,but can't work with unicode. does anybody some know about this probelm? thank in advance follow is sample # -*-

POST value related question

2009-10-12 Thread james27
hello im using mechanize . i want to send some post value by use mechanize. but problem is one of POST value in html source is looks like below. post.category.categoryNo=[*1] anyway so i was tried several method but all failed. here is source . . . br = mechanize.browser()

Re: some site login problem help plz..

2009-10-05 Thread james27
still looking for good solution. anyway..thanks Diez :) Diez B. Roggisch-2 wrote: james27 wrote: hello.. im new to python. i have some problem with mechanize. before i was used mechanize with no problem. but i couldn't success login with some site. for several days i was looked