-
Hello,
I'm writing in this forum for the second time because I have a serious problem to submit to you.
When I use html2fo to convert an html file that is bigger than 30 kbyte, html2fo crashes!
Unfortunately, I had no time to install the compiler and to debug this error, but I think is a wrong garbage collection problem!
If you discover earlier than me this error, please let me know!
2004-10-29 08:58:20 UTC in html2fo
-
Hello,
I would like to know the C compiler used in Win32 and the one used in Unix Systems.
Thank you.
Redpitt.
2004-10-25 12:03:49 UTC in html2fo
-
Logged In: YES
user_id=902379
You're quite right!
But, effectively, in my web application I have the following:
---------------
print 'Content-Type: text/html'
print
print '...'
---------------
So, as you can see I tell to Apache what I'm sending as output.
Thank you for you reply.
Pietro.
2004-07-07 18:09:31 UTC in SourceForge.net
-
Good morning,
I'm trying to use Python to build a little Web Application
on my web space but I get an Internal Server Error -
500 when I point my browser to the app.
I made multiple test to my application and locally it
works correctly.
I've tried to use Python with this little script:
--------------------
#!/usr/bin/env python
print 'hello world'
--------------------...
2004-07-06 18:02:27 UTC in SourceForge.net