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:
http://www.nabb
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 c
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
# -*- codi
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()
br.select_form(nr=0)
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
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 for solution but failed.
my problem is , login is no probelm but can't retrieve html source code from
opened site.
a